From 96bc0ffa914d89e3b58e6e8642d201bb016c31ee Mon Sep 17 00:00:00 2001 From: Leandro Silva Ferreira Date: Wed, 8 Aug 2012 12:03:26 -0400 Subject: Corrections of correct version of plugins and phase of execution chaged from install to package. --- pom.xml | 217 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 109 insertions(+), 108 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 844183d49..2ddd1491d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,121 +1,122 @@ - 4.0.0 - org.traccar - traccar - 1.1-SNAPSHOT + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.traccar + traccar + 1.1-SNAPSHOT - traccar - http://www.traccar.org + traccar + http://www.traccar.org - - - com.h2database - h2 - 1.3.168 - - - mysql - mysql-connector-java - 5.1.21 - - + + + com.h2database + h2 + 1.3.168 + + + mysql + mysql-connector-java + 5.1.21 + + postgresql postgresql 8.1-407.jdbc3 - - io.netty - netty - 3.5.2.Final - + + io.netty + netty + 3.5.2.Final + - - junit - junit - 4.10 - + + junit + junit + 4.10 + - - - org.eclipse.jetty.orbit - javax.servlet - 3.0.0.v201112011016 - - - org.eclipse.jetty - jetty-continuation - 8.1.5.v20120716 - - - org.eclipse.jetty - jetty-http - 8.1.5.v20120716 - - - org.eclipse.jetty - jetty-io - 8.1.5.v20120716 - - - org.eclipse.jetty - jetty-util - 8.1.5.v20120716 - - - org.eclipse.jetty - jetty-server - 8.1.5.v20120716 - - + + + org.eclipse.jetty.orbit + javax.servlet + 3.0.0.v201112011016 + + + org.eclipse.jetty + jetty-continuation + 8.1.5.v20120716 + + + org.eclipse.jetty + jetty-http + 8.1.5.v20120716 + + + org.eclipse.jetty + jetty-io + 8.1.5.v20120716 + + + org.eclipse.jetty + jetty-util + 8.1.5.v20120716 + + + org.eclipse.jetty + jetty-server + 8.1.5.v20120716 + + - - tracker-server - target/classes - src - test - - - src - - **/*.java - - - + + tracker-server + target/classes + src + test + + + src + + **/*.java + + + - - - maven-dependency-plugin - - - install - - - copy-dependencies - - - - ${project.build.directory}/lib - junit - true - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.traccar.Main - true - lib/ - - - - - + + + maven-dependency-plugin + 2.5 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + junit + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + org.traccar.Main + true + lib/ + + + + + - + \ No newline at end of file -- cgit v1.2.3