You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sri Sankaran <Sr...@sas.com> on 2004/03/24 03:28:24 UTC

Goal [java:compile] has no action definition

Using : Maven 1.0 rc2
OS: Windows XP Professional
 
At the end of a reactor build I invoke test:test to run integration tests on my entire project.  The entire reactor build runs successfully.  However, the call to test:test fails with the message
 
 Goal [java:compile] has no action definition 
 
I have scoured this list and tried some of the recommendations (such as wiping out the plugins cache) to no avail.  Can you help?
 
Sri
 
Details:
 
Project structure

Root
 |
 +-- sub-project-1
 |
 +-- sub-project-2

Root's maven.xml:

<goal name="root_project:build-all">
  <maven:reactor .../>

  <test:test/>  <-- Causes the error
</goal>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org