[ 
http://jira.codehaus.org/browse/MASSEMBLY-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106605
 ] 

Kalle Korhonen commented on MASSEMBLY-125:
------------------------------------------

Agree, assembly should have a support for classifiers. My use case is creating 
a user-downloadable distro that should contain *-sources.jars and javadoc.jars. 
Currently using dependencies:copy-dependencies to fetch all dependencies (it 
doesn't have an includes/excludes), then using fileSets in an assembly to 
package a few of them selectively into the distro. Would be much cleaner if I 
could use classifiers with a dependencySet.

> add mojo for creating a source bundle
> -------------------------------------
>
>                 Key: MASSEMBLY-125
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-125
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: New Feature
>            Reporter: Ovidio Mallo
>             Fix For: 2.2-beta-2
>
>
> I think it would be nice to have some mojo "source:jar-with-dependencies" or 
> something similar which not only includes the artifact's sources into the JAR 
> but also those of its transitive dependencies. This would e.g. allow to 
> create a source bundle for an assembly created with Maven.
> As a concrete example, the "Maven 2.x Plugin for Eclipse" project, which is 
> no Maven but a simple PDE project, uses the MavenEmbedder assembly. There, it 
> would be very handy to also have such a source bundle to attach to the 
> assembly JAR file inside Eclipse for developing and especially for debugging.
> Would there maybe be any interest (beside my single use case :-)) in such a 
> feature? If so, I would eventually give it a try myself if I find the time...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to