Allow change artifact type
--------------------------
Key: MSOURCES-34
URL: http://jira.codehaus.org/browse/MSOURCES-34
Project: Maven 2.x Source Plugin
Issue Type: Improvement
Affects Versions: 2.0.4
Environment: Any
Reporter: Marvin Froeder
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
--
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