History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MSOURCES-34
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Marvin Froeder
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Source Plugin

Allow change artifact type

Created: 10/Apr/08 11:13 AM   Updated: 21/Jul/08 01:46 PM
Component/s: None
Affects Version/s: 2.0.4
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Text File type.patch (1 kb)

Environment: Any


 Description  « Hide
At current time the type generated by this plugin is hard coded:
AbstractSourceJarMojo line 177:
projectHelper.attachArtifact( project, "java-source", getClassifier(), outputFile );

If this "java-source" is moved to some getType it will allow me to extends this abstract class instead of duplicating this source.

Then I use org.ops4j.maven-inherit-plugin.

I can provide patch if required.

VELO



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Marvin Froeder - 21/Jul/08 01:46 PM
Patch attached