final ArtifactMock projectArtifactMock = new ArtifactMock( mm, "group", "project", "0", "jar", false );
project.setArtifact( projectArtifactMock.getArtifact() );
final DependencySet ds = new DependencySet();
ds.setUseProjectArtifact( false );
ds.setOutputDirectory( outputLocation );
ds.setOutputFileNameMapping( "${artifact.artifactId}" );
ds.setUnpack( false );
ds.setScope( Artifact.SCOPE_COMPILE );
ds.setFileMode( Integer.toString( 10, 8 ) );
final Assembly assembly = new Assembly();
assembly.setId( "test" );
assembly.setIncludeBaseDirectory( false );