[ 
http://jira.codehaus.org/browse/MSOURCES-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_111710
 ] 

Tom Schneider commented on MSOURCES-21:
---------------------------------------

For a single project, I think the assembly plugin is an ok solution.  However, 
for a multimodule project were you want to build a jar for each submodule in a 
standard way I don't think that's a good solution.  (At least with whats 
currently available from the assembly plugin)  I did go down that route before 
I created this patch.  I think it may make more sense to create a separate 
plugin that has the behavior that I was looking for.  (It would definitely ease 
the configuration IMO)

Fortunately, I no longer have a need for this functionality.  This was needed 
to mimic the way our old system build source jars, but we've decided to 
strongarm our other projects into fully adopting maven.  So I'm ok with this 
not being implemented.

> Allow classes to be bundled with the source code
> ------------------------------------------------
>
>                 Key: MSOURCES-21
>                 URL: http://jira.codehaus.org/browse/MSOURCES-21
>             Project: Maven 2.x Source Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.0.3
>            Reporter: Tom Schneider
>            Priority: Minor
>         Attachments: sourceplugin-includeClasses.patch
>
>
> We have the need to bundle the compiled class files with the source code and 
> other resources.  So I created a patch that adds a new configuration point 
> (includeClasses) that when set to true, will bundle not only the source code 
> and resources, but also the generated class files.

-- 
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