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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
