Re: groupIdartifactId

2004-02-12 Thread conradwt
Hey Charlie, it seems that Maven uses the following location by default as your local 
repository on MS Windows:

C:\Documents and Settings\USERNAME\.maven

However, if you would like to change it to ~/.maven, you'll need to add the following 
line to your project.properties:

#
# local repository properties
#

maven.repo.local = C:/.maven/repository

I hope that the above helps because I fell into this same trap with Maven.

Peace,

-Conrad

 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
 groupIdj2ee/groupId
 typejar/type
 artifactIdj2ee/artifactId
 version1.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
 idj2ee/id
 version1.3/version
 /dependency
 
 
 Thanks again.
 
 
 Charlie
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



groupIdartifactId

2004-02-11 Thread Charles N. Harvey III
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
   groupIdj2ee/groupId
   typejar/type
   artifactIdj2ee/artifactId
   version1.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
   idj2ee/id
   version1.3/version
/dependency
Thanks again.

Charlie

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]