The maven.home properties refers to the system environment variable that you set when installing Maven. It is where your Maven distribution was installed.
What you want to customize, either in project.properties file at the root directory (i.e $JETTY_SRC_DIR and $JETTY_SRC_DIR/tutorial) of your maven projects or the build.properties file in your home directory, is the maven.home.local property which points to the directory where the plugins and the local repository reside. Try to assign it a path with no white space which might be the reason why you got an error in the first place.
Let us know if you still get the error.


Le 28 avr. 04, � 17:05, Jeff Boring a �crit :

Environment: Jetspeed-1.5 (jetspeed-1.5-src.zip unzipped to
c:/jetspeed-1.5) on Windows XP. Maven v1.0 rc2 installed at c:\maven)

I'm trying to go thru the tutorials, starting with the Prerequisites.

On step 6. Build Jetspeed,

/jetspeed-1.5/maven war

and

/jetspeed-1.5/maven dist:install

both produce

        "Directory C:\Documents and Settings\Jeff
Boring\.maven\repository does not exist."

and proceed to create a plugins & .maven\repository directory under
"C:\Documents and Settings\Jeff Boring."

I assume this is an error since both directories already exists under
c:/maven. Maven FAQ says that "The default value for maven.repo.local is
now defined in the default.properties file and it has a value of
${maven.home.local}/repository." However, there is no default.properties
under either my maven or jetspeed-1.5 dirs.



jetspeed-1.5/project.properties says to set maven.home your "${user.home}/build.properties rather than here." I don't understand this. Setting maven.home in this file resolves the "repository does not exist" problem but still creates a plugin dir under "C:\Documents and Settings\Jeff Boring\"

How do I get the maven artifacts distributed with jetspeed-1.5-src.zip
to recognize my maven?

Jeff


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


--
Guillaume Lasnier
mailto:[EMAIL PROTECTED]
BEGIN:VCARD
VERSION:2.1
N:Lasnier;Guillaume;;;
FN:Guillaume Lasnier
ORG:Noga Systemes;
TITLE:Consultant
EMAIL;INTERNET;HOME:[EMAIL PROTECTED]
TEL;WORK:+33-1-42 77 75 50
TEL;CELL:+33-6-63 17 20 48
TEL;HOME:+33-1-42 07 53 91
ADR;HOME;CHARSET=LATIN1:;;2 rue Euler;Cr�teil;;94000;France
URL:http://homepage.mac.com/guiliguili
END:VCARD


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

Reply via email to