On Tue, Dec 23, 2008 at 8:36 AM, arun_rocky <[email protected]> wrote:
> 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. It sounds like you need to declare it as a <dependency>, not as the <parent>. > 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 .. If you want to build the parent, you'll need to execute Maven at that level. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
