maven-bundle-plugin 2.3.5 incompatible with maven-source-plugin (regression)
----------------------------------------------------------------------------
Key: FELIX-3058
URL: https://issues.apache.org/jira/browse/FELIX-3058
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Reporter: Konrad Windszus
Since version 2.3.5 the maven-bundle-plugin is incompatible with the
maven-source-plugin. I get the following error message during the
maven-sources-plugin:jar goal:
[WARNING] NOT adding sources to artifacts with classifier as Maven only
supports one classifier per artifact. Current artifact
[<GroupId>:<ArtifactId>:<Version>] has a [] classifier.
The problem does not occur with maven-bundle-plugin in version 2.3.4.
You can easily reproduce by creating a project with packaging "bundle" and just
configuring the maven-source-plugin like this:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira