Description
At the moment the maven-source-plugin:jar goal is defined in the Maven super pom:
<plugin> <inherited>true</inherited> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin>
where the goal of maven-source-plugin should be changed from jar into jar-no-fork, cause most of the time you need to override this behaviour.
Attachments
Issue Links
- duplicates
-
MNG-5863 default pom's release-profile should invoke source plugin with goal "jar-no-fork" instead of "jar"
- Closed
- is related to
-
MSOURCES-121 Check for duplicated addition of the same file
- Closed
-
MNG-6405 Incorrect basedir in forked executions when using flatten-maven-plugin with custom outputDirectory
- Closed
-
MNG-7029 Remove super POM "release-profile" release profile
- Closed
- relates to
-
MNG-483 sort out artifact attachment
- Closed
- links to
- mentioned in
-
Page Loading...