You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Charles N. Harvey III" <ch...@alloy.com> on 2004/02/11 22:31:06 UTC

Hello again.
This time I actually did my reading (or so I think).  I am confused about
how to setup my dependencies with the new dist that I recently downloaded.

<dependency>
    <groupId>j2ee</groupId>
    <type>jar</type>
    <artifactId>j2ee</artifactId>
    <version>1.3</version>
</dependency>

~/.maven/repository/j2ee/jars/j2ee-1.3.jar

This worked an hour ago before I updated.  I'm checked my $MAVEN_HOME
variable and all seems cool.  Should I go back to using:


<dependency>
    <id>j2ee</id>
    <version>1.3</version>
</dependency>


Thanks again.


Charlie


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