RE: Cannot execute the pregoal

2005-07-10 Thread Washusen, Dan
You need to read of the maven scripting help page. In short, your customisations belong in the maven.xml file, NOT the project.xml file. Cheers, Dan -Original Message- From: Anthony Kong [mailto:[EMAIL PROTECTED] Sent: Monday, 1

[m2] Problem with ear project.

2005-07-10 Thread Edward Yakop
Hi all, I'm having difficulties setting up 'ear' project. The following are the conditions: The pom file: 4.0.0 ... ear ...

Cannot execute the pregoal

2005-07-10 Thread Anthony Kong
Hi, all, In my project.xml, I have this pregoal definition: However, the checkstyle never get run before java:compile. How can I solve this problem? If I run "maven checkstyle:run", it runs as expected. Cheers, AK