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.getArtifactId(),
|
||||||
project.getVersion(), null, "java-source",
|
project.getVersion(), null, "java-source",
|
||||||
"sources" );
|
"sources" );
|
||||||
|
artifact.setFile( outputFile );
|
||||||
project.addAttachedArtifact( artifact );
|
project.addAttachedArtifact( artifact );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue