Maven - Eclipse

Card Puncher Data Processing

About

Eclipse can refer to the:

  • maven plugin in
  • or the eclipse plugin

Type

Maven Plugin

Eclipse is a phase in order to generate a project file

set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_32
mvn eclipse:eclipse
...............
...............
...............
Downloading: http://repo2.maven.org/maven2//org/apache/pdfbox/jempbox/1.4.0/jempbox-1.4.0.jar
50K downloaded  (jempbox-1.4.0.jar)
Downloading: http://repo2.maven.org/maven2//org/bouncycastle/bcmail-jdk15/1.44/bcmail-jdk15-1.44.jar

220K downloaded  (bcmail-jdk15-1.44.jar)
Downloading: http://repo2.maven.org/maven2//org/bouncycastle/bcprov-jdk15/1.44/bcprov-jdk15-1.44.jar

1605K downloaded  (bcprov-jdk15-1.44.jar)
Downloading: http://repo2.maven.org/maven2//javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
95K downloaded  (servlet-api-2.4.jar)
[INFO] Not writing settings - defaults suffice
[INFO] Wrote Eclipse project for "webtest" to C:\webtest.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38 seconds
[INFO] Finished at: Tue Oct 16 20:23:40 CEST 2012
[INFO] Final Memory: 18M/216M
[INFO] ------------------------------------------------------------------------

Eclipse Plugin

Eclipse plugins for Maven

Documentation / Reference





Discover More
Card Puncher Data Processing
Maven - Lifecycle

A Build Lifecycle is Made Up of Phases. To call all phase, you only need to call the last build phase to be executed, deploy: If you call a build phase, it will execute not only that build phase, but...
Card Puncher Data Processing
Maven - pom.xml - Project Object Model

pom.xml is an XML representation of a Maven project known also as the project descriptor. It is ultimately a project declaration. Where as a build.xml tells ant precisely what to do when it is run (procedural),...



Share this page:
Follow us:
Task Runner