[ http://jira.codehaus.org/browse/MNG-148?page=comments#action_39272 ]
     
Brett Porter commented on MNG-148:
----------------------------------

> If I do artifact.getScope() on this artifact it returns "compile"

That's because another compile time dependency has probably declared junit with 
compile scope. That would be  the plexus container if you have that declared 
(Which would also be introducing classworlds).

> 4/ I've heard that the artifactId:groupId would have a helper class to parse 
> it somewhere (to avoid duplicating the code). If so, please let me know

Check out the assembly mojo. There is an artifact filter in use.

> 5/ I'm trying to add Doctype/Xschema definition to the generated 
> application.xml as well as encoding type. I am using plexus XMLWriter ; Any 
> clue how I can do this (currently, generated application.xml contains an 
> application element without XML header definition :/) 

You may need to add this.

> 6/ Any proposal to handle context-root for War dependency? 

default to filename less .war, and add a mapping in the configuration from 
original to new? Feel free to propose what you think would work and we can look 
at how it would be implemented.



> Write an ear mojo
> -----------------
>
>          Key: MNG-148
>          URL: http://jira.codehaus.org/browse/MNG-148
>      Project: m2
>         Type: Task
>   Components: maven-plugins
>     Reporter: Emmanuel Venisse
>     Assignee: Emmanuel Venisse
>      Fix For: 2.0-alpha-3

>
>
> - Use Plexus Archiver
> - Add all features present in m1 plugin (ear:ear, ear:generate-ear-descriptor)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to