hi, 1) I have created a parent maven project and i called the pom.xml file in child maven project. by using the <parent></parent>. its working fine. but i cant able to retrieve the user-created classes of parent maven project in child maven project. i got only the package name and i didnt the got classes which is there inside in the maven-parent project.
2) can we able to create two war/jar(child and parent project separately) files by running the child maven project only.please help me out .. -- View this message in context: http://www.nabble.com/Project-Inheritance-in-Maven-tp21146454p21146454.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
