[ 
https://issues.apache.org/jira/browse/MNG-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed MNG-5940.
-------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 3.5.4-candidate)
                   3.5.4

Fixed with 
[5b4e173f7d7e84ebbe0a34de6f2a79559e490eb5|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=5b4e173f7d7e84ebbe0a34de6f2a79559e490eb5].
and 
[dc40536effb28dea0bb481850f29dc22a8e49549|https://gitbox.apache.org/repos/asf?p=maven-site.git;a=commit;h=dc40536effb28dea0bb481850f29dc22a8e49549].

> Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM
> ---------------------------------------------------------------------------
>
>                 Key: MNG-5940
>                 URL: https://issues.apache.org/jira/browse/MNG-5940
>             Project: Maven
>          Issue Type: Improvement
>          Components: core
>            Reporter: Karl Heinz Marbaise
>            Assignee: Michael Osipov
>            Priority: Minor
>             Fix For: 3.5.4
>
>
> At the moment the {{maven-source-plugin:jar}} goal is defined in the Maven 
> super pom:
> {code:xml}
>   <plugin>
>             <inherited>true</inherited>
>             <artifactId>maven-source-plugin</artifactId>
>             <executions>
>               <execution>
>                 <id>attach-sources</id>
>                 <goals>
>                   <goal>jar</goal>
>                 </goals>
>               </execution>
>             </executions>
>           </plugin>
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to