[
https://issues.apache.org/jira/browse/FELIX-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092533#comment-13092533
]
Arik Kfir edited comment on FELIX-3058 at 8/28/11 6:47 PM:
-----------------------------------------------------------
Hi,
The problem is that the plugin sets an empty classifier ("") instead of a null
classifier. This can be easily solved by removing the
"<classifier></classifier>" line from components.xml - I've attached a patch
(apply at the "bundleplugin" dir, *not* the felix trunk dir)
was (Author: arikkfir):
Hi,
The problem is that the plugin sets an empty classifier ("") instead of a null
classifier. This can be easily solved by removing the
"<classifier></classifier>" line from components.xml - I've attached a patch.
> 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
> Affects Versions: maven-bundle-plugin-2.3.5
> Reporter: Konrad Windszus
> Attachments: patch
>
>
> 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