lookupProcessMojoWithSettings( project, new String[]{"test-filtered-bundles:test-filtered-bundles:2"} );
mojo.includeProjectProperties = true;
setupDefaultProject( project );
project.addProperty( "testingPropertyOne", "maven" );
project.addProperty( "testingPropertyTwo", "rules" );
ArtifactRepository repo = (ArtifactRepository) getVariableValueFromObject( mojo, "localRepository" );
String path = repo.pathOf( new DefaultArtifact( "test-filtered-bundles", "test-filtered-bundles",
VersionRange.createFromVersion( "2" ), null, "jar", "",