* getProxy tests with nonProxyHosts, which doesn't have same id
*/
@Test
public void getProxyIntraNoSameId() throws Exception
{
SettingsBuilder builder = new DefaultSettingsBuilderFactory().newInstance();
assertNotNull( builder );
DefaultSettingsBuildingRequest request = new DefaultSettingsBuildingRequest();
request.setSystemProperties( System.getProperties() );
FileSettingsSource fileSource = new FileSettingsSource( new File("src/test/resources/settings/proxy/nonproxy-intra_github-no_same_id.xml").getAbsoluteFile() );
request.setUserSettingsSource( fileSource );
SettingsBuildingResult result = builder.build( request );
assertNotNull( result );
assertNotNull( result.getEffectiveSettings() );
TestMojo mojo = new TestMojo();
assertNotNull( mojo );