Property changes on: . ___________________________________________________________________ Modified: svn:ignore - target + target .settings .classpath .project Index: src/main/webapp/index/developers/building.page =================================================================== --- src/main/webapp/index/developers/building.page (revision 1097015) +++ src/main/webapp/index/developers/building.page (working copy) @@ -11,7 +11,7 @@ h3. Prequisites *Required:* -* Download and [install Maven|http://maven.apache.org/download.html]. (Currently Maven 2.2.1 is used to build the official releases) +* Download and [install Maven|http://maven.apache.org/download.html]. (Currently Maven 2.2.1 is used to build the official releases. The trunk must be built with maven 3) * Get the latest [Source] * Java 1.5 @@ -36,7 +36,7 @@ The following avoids running all the unit test cases, we just skip the test running phase and not the building part {code} -mvn -DskipTests clean install +mvn -Dmaven.test.skip=true clean install {code} h3. Using an IDE Index: src/main/webapp/site/navigation.page =================================================================== --- src/main/webapp/site/navigation.page (revision 1097015) +++ src/main/webapp/site/navigation.page (working copy) @@ -42,7 +42,7 @@ h3. [Developers] -- [Roadmap] +- [Roadmap|https://cwiki.apache.org/confluence/display/KARAF/Roadmap] - [Source] - [Building] - [IRC Room] Index: src/main/webapp/site/quicklinks.page =================================================================== --- src/main/webapp/site/quicklinks.page (revision 1097015) +++ src/main/webapp/site/quicklinks.page (working copy) @@ -4,4 +4,4 @@ page_creator: gnodet page_modifier: gnodet --- pipeline:conf -[Download] \| [JavaDoc] \| [Source] \| [Forums|Discussion Forums] \| [Support] \ No newline at end of file +[Download] \| [Source] \| [Forums|Discussion Forums] \| [Support] \ No newline at end of file