Changes between Version 7 and Version 8 of EclipseDevelopment/JavaMavenIntegration
- Timestamp:
- Mar 7, 2013 1:52:55 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EclipseDevelopment/JavaMavenIntegration
v7 v8 3 3 === 1- How to download and install JDK === 4 4 Choose your system and download the latest JDK Version from this url: 5 {{{ 6 JDK: http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html 7 }}} 5 [[http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html]] 6 8 7 9 8 Linux installation requires some additional steps because Ubuntu repositories don't contain Oracle JDK. … … 29 28 Download Apache Maven and unzip it where you want: 30 29 31 {{{ 32 http://apache.rediris.es/maven/maven-3/3.0.4/binaries/apache-maven-3.0.4-bin.zip 33 }}} 30 [[http://apache.rediris.es/maven/maven-3/3.0.4/binaries/apache-maven-3.0.4-bin.zip]] 31 34 32 Configure environment variables: 35 33 {{{ … … 53 51 === 5- Prepare Eclipse to use Maven (m2eclipse plugin) === 54 52 55 Follow the plugin installation process described in EclipseDevelopment (How to add a plugin in Eclipse) and paste this url: http://download.eclipse.org/technology/m2e/releases53 Follow the plugin installation process described in EclipseDevelopment (How to add a plugin in Eclipse) and paste this url: [[http://download.eclipse.org/technology/m2e/releases]] 56 54 57 55 Finally, check on Maven Integration for Eclipse and follow the steps