I am trying to relate what I learned in this thread to what I read here: http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/
This article provides a pom.xml example for a simple war deploy that includes a reference to a parent pom that is defined by jboss-seam. The example was created in October, before 2.0.0GA. I can't seem to understand the syntax I need to include in my own pom.xml to properly refer to the Seam parent. Will this parent pom be downloaded as part of my mvn install process? Or do I need to locate my own project in a folder in which I copy the root.pom as pom.xml? I notice that seam-gen itself creates local copies of various poms in the classes/poms folder. So I have a local example but the process of either nesting my project to use the proper packaging pom or the maven fetch of the parent from the jboss repo is unclear. I am trying to overcome some dependency issues that perhaps using a parent tag, properly formatted, would help me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112403#4112403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112403 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
