mirror of https://github.com/apache/maven.git
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:
parent
80fa5ad89e
commit
bb39d626aa
|
@ -102,6 +102,7 @@ public class JarSourceMojo
|
|||
project.getArtifactId(),
|
||||
project.getVersion(), null, "java-source",
|
||||
"sources" );
|
||||
artifact.setFile( outputFile );
|
||||
project.addAttachedArtifact( artifact );
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue