set file to copy

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-17 08:49:52 +00:00
parent 80fa5ad89e
commit bb39d626aa
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ public class JarSourceMojo
project.getArtifactId(),
project.getVersion(), null, "java-source",
"sources" );
artifact.setFile( outputFile );
project.addAttachedArtifact( artifact );
}
else