[
https://issues.apache.org/jira/browse/COMMONSSITE-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755775#action_12755775
]
Sebb commented on COMMONSSITE-40:
---------------------------------
Added in
URL: http://svn.apache.org/viewvc?rev=815532&view=rev
and
URL: http://svn.apache.org/viewvc?rev=815544&view=rev
Log:
COMMONSSITE-40 Update maven-source-plugin to 2.1
> Update maven-source-plugin to 2.1 and add default entries to manifest
> ---------------------------------------------------------------------
>
> Key: COMMONSSITE-40
> URL: https://issues.apache.org/jira/browse/COMMONSSITE-40
> Project: Commons All
> Issue Type: Improvement
> Components: Commons Parent Pom
> Reporter: Sebb
>
> The maven-source-plugin now supports default manifest entries, provided one
> uses at least version 2.1
> AFAICS, two changes are needed:
> Update version to 2.1 in <pluginManagement>
> Add plugin configuration section:
> {code}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-source-plugin</artifactId>
> <configuration>
> <archive>
> <manifest>
>
> <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
>
> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
> </manifest>
> </archive>
> </configuration>
> </plugin>
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.