You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Jain, Vikas" <vi...@Vanderbilt.Edu> on 2003/05/22 16:51:12 UTC

Unable to find goal?

I am using maven-1.0-beta-9. 

While using reactor, I am able to build common's jar file and when it
tries to build ejb I get the following error:

install:
ejb:init:
BUILD FAILED
Unable to obtain goal [install] -- null:8:38: <attainGoal> null:21:40:
<attainGoal> null:-1:-1: <null> No goal [java:compile]

Total time:  22 seconds


In EJB- sub project I have mven.xml as follows:

<?xml version="1.0" encoding="ISO-8859-1"?>

<project
 xmlns:maven="jelly:maven"
 xmlns:j="jelly:core">

  <goal name="install">
    <attainGoal name="ejb:install" />
  </goal>
</project>



Could someone point out whats the problem? Thanks

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