From 0ae677dd7ba2d28fc7649745a4b0285bbc3ad8c2 Mon Sep 17 00:00:00 2001 From: Martin Kurz Date: Fri, 18 Apr 2014 19:26:06 +0200 Subject: [PATCH] updated build information (fixes #179) --- src/site/apt/HowToBuildRome.apt | 34 ++++----------------------------- 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/src/site/apt/HowToBuildRome.apt b/src/site/apt/HowToBuildRome.apt index 20eaece..180153c 100644 --- a/src/site/apt/HowToBuildRome.apt +++ b/src/site/apt/HowToBuildRome.apt @@ -8,48 +8,33 @@ How to build Rome? - Rome is built using mighty {{{http://maven.apache.org/}Maven}}! This is why these instructions are so short:\-) If you don't want to build Rome we'd suggest you download a binary build:\-) +*Check out from GitHub -*Check out from Subversion - - - See {{{https://rometools.jira.com/source/browse/ROME}Version Control}} for access intructions and to browse the source from your browser. - - - Check out the tag version\-0\-1 for version 0.1. Else checkout the trunk for the development version. - + See {{{https://github.com/rometools/rome}GitHub}} for access intructions and to browse the source from your browser. *Setup maven - See {{{http://maven.apache.org/run\-maven/index.html}Installing Maven}} for details. - Maven automatically downloads dependencies of a project from an online repository. - *Build rome.jar - At the command prompt type: - - +------+ -> mvn jar:jar +> mvn package +------+ This will build - - +------+ rome/target/rome-VERSION.jar @@ -58,21 +43,16 @@ rome/target/rome-VERSION.jar You're good to go. - **Build a full binary distribution - - +------+ -> mvn +> mvn install +------+ **Build the project site - - +------+ > mvn site @@ -84,8 +64,6 @@ rome/target/rome-VERSION.jar **Work on Rome using Eclipse - - +------+ > mvn eclipse:eclipse @@ -93,7 +71,3 @@ rome/target/rome-VERSION.jar +------+ will setup the Eclipse project for you. - - - We don't use the site:deploy or dist:deploy targets yet since java.net is not very maven\-friendly yet:\-) -