[Jsptest-svn-commits] SF.net SVN: jsptest: [188] trunk/ECLIPSE.txt
Status: Alpha
Brought to you by:
lkoskela
From: <lko...@us...> - 2008-01-14 05:58:59
|
Revision: 188 http://jsptest.svn.sourceforge.net/jsptest/?rev=188&view=rev Author: lkoskela Date: 2008-01-13 21:58:56 -0800 (Sun, 13 Jan 2008) Log Message: ----------- Added a mention about the M2_REPO classpath variable Modified Paths: -------------- trunk/ECLIPSE.txt Modified: trunk/ECLIPSE.txt =================================================================== --- trunk/ECLIPSE.txt 2007-10-30 06:25:30 UTC (rev 187) +++ trunk/ECLIPSE.txt 2008-01-14 05:58:56 UTC (rev 188) @@ -12,8 +12,17 @@ $ mvn eclipse:eclipse -2. Import the JspTest modules as separate projects +2. Generate the M2_REPO classpath variable + The Maven Eclipse plugin generates the .classpath file with + references to a classpath variable named "M2_REPO", which doesn't + exist by default so you need to create it by executing the following + command: + + $ mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo + +3. Import the JspTest modules as separate projects + JspTest is organized as a multi-module Maven project, which means that we'll have one Eclipse project per module. In order to import the modules as regular Java projects into Eclipse, perform the following This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |