163164165166167168169170171
} public void testScmRepositoryWithHost() throws Exception { scmManager = new ScmManagerWithHostStub(); executeMojo( "hosted-plugin-config.xml" ); }
171172173174175176177178179
} public void testScmRepositoryWithHostFromSettings() throws Exception { scmManager = new ScmManagerWithHostStub(); executeMojo( "hosted-with-settings-plugin-config.xml" ); }
168169170171172173174175176
176177178179180181182183184