Re: What is the directory of the parent pom.xml file?

2008-08-06 Thread Rujiel
Maybe I'm misunderstanding the question, but you should be able to reference it with "../" in any project folder, right? -- View this message in context: http://www.nabble.com/What-is-the-directory-of-the-parent-pom.xml-file--tp18860319p18861833.html Sent from the Maven - Users mailing list arch

A few maven2 questions

2008-08-06 Thread Rujiel
I'm aware ant used tasks (or targets), and maven uses goals. Will an ant plugin in a maven buildfile use goals, though? Is it required? If I insert a goal into an ant plugin I'm writing, after the phase and before the configuration per usual, I receive the error "'start' was specified in an execu