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/21 19:16:23 UTC

Dependency question-?

I am using maven-1.0-beta-9. 
I put the jars files (project specific) needed to build my project in
local repository under 

maven-1.0-beta-9\repository\{my_project}\jars

I have the following dependency defined in project.xml 

  <dependency>
    <id>my_project</id>
    <jar>my_project_ejb-1.0.jar</jar>
    <type>ejb</type>
    <url>http://vanderbilt.edu</url>
    <properties>
      <ear.bundle.jar>true</ear.bundle.jar>
    </properties>
  </dependency>


When I run maven clean command it looks for my_project_ejb-1.0.jar.
Well, its not yet there because it will be built when I build ejbs down
the road. I get the following message:

WARNING: Failed to download my_project_ejb-1.0.jar.
The build cannot continue because of the following unsatisfied
dependency:
  my_project_ejb-1.0.jar



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