[ https://issues.apache.org/jira/browse/MTOMCAT-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13478883#comment-13478883 ]
Sergio Fernández commented on MTOMCAT-181: ------------------------------------------ OK, I see the source of this issue: - the project generated by the artifact includes the path at /project/build/pluginManagement/plugins/plugin/configuration/path - since I had it at /project/build/plugins/plugin/configuration/path But reorganizing my pom as it should be, I got the following error: The plugin 'org.apache.maven.plugins:maven-tomcat7-plugin' does not exist or no valid version could be found Notice the wrong groupId of the plugin, which I'm not sure from where it comes from :-S > Allow to run the webapp under the root context > ---------------------------------------------- > > Key: MTOMCAT-181 > URL: https://issues.apache.org/jira/browse/MTOMCAT-181 > Project: Apache Tomcat Maven Plugin > Issue Type: New Feature > Components: tomcat7 > Reporter: Sergio Fernández > Assignee: Olivier Lamy (*$^¨%`£) > Priority: Minor > Fix For: moreinfo > > > Right now the plugin simply ignores this: > <plugin> > <groupId>org.apache.tomcat.maven</groupId> > <artifactId>tomcat7-maven-plugin</artifactId> > <version>2.0</version> > <configuration> > <path>/</path> > </configuration> > </plugin> > and take the artifactId as default context path. > Would be possible to run it under the root context? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org