[
http://jira.codehaus.org/browse/MRM-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=265801#action_265801
]
Olivier Lamy commented on MRM-1472:
-----------------------------------
Yup necessary.
The web.xml which contains /WEB-INF/classes/META-INF/plexus/application.xml .
So the tomcat run doesn't "package" the war. So resources are in
${project.build.outputDirectory}.
And especially this application.xml.
So moving it to /WEB-INF/application.xml will works better.
> maven configuration to be able to run tomcat:run
> ------------------------------------------------
>
> Key: MRM-1472
> URL: http://jira.codehaus.org/browse/MRM-1472
> Project: Archiva
> Issue Type: Improvement
> Reporter: Olivier Lamy
> Attachments: MRM-1472, MRM-1472
>
>
> I'd like to be able to use the tomcat-maven-plugin while hacking on Archiva.
> With patch and maven 3 and from the top of the project, it will be possible
> to use :
> {code}
> mvn tomcat:run -Pdev
> {code}
> And this without installing all jars, the plugin will see artifacts in
> reactor and add it to the webapp classloader.
--
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