From 74a75b78a43636b0afadd8b2d10749b5214e5097 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 26 Sep 2018 15:34:38 -0700 Subject: [PATCH] These shared configs should be in . --- pom.xml | 141 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 72 insertions(+), 69 deletions(-) diff --git a/pom.xml b/pom.xml index 8afc77cb0..24505d509 100644 --- a/pom.xml +++ b/pom.xml @@ -47,75 +47,78 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.6 - 1.6 - true - true - true - - -Xlint - -Xlint:-serial - -Xlint:-path - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.4.3 - - UTF-8 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - true - public - -Xdoclint:all -Xdoclint:-missing - - http://samskivert.github.com/samskivert/apidocs/ - http://threerings.github.io/depot/apidocs/ - http://docs.guava-libraries.googlecode.com/git/javadoc/ - http://google-web-toolkit.googlecode.com/svn/javadoc/latest/ - http://www.jajakarta.org/ant/ant-1.6.1/docs/ja/manual/api/ - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.6 - - - com/threerings/**/*Test.java - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.3.1 - - - org.apache.maven.plugins - maven-install-plugin - 2.3.1 - - - org.apache.maven.plugins - maven-deploy-plugin - 2.5 - - + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + true + true + true + + -Xlint + -Xlint:-serial + -Xlint:-path + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + UTF-8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + true + public + -Xdoclint:all -Xdoclint:-missing + + http://samskivert.github.com/samskivert/apidocs/ + http://threerings.github.io/depot/apidocs/ + http://docs.guava-libraries.googlecode.com/git/javadoc/ + http://google-web-toolkit.googlecode.com/svn/javadoc/latest/ + http://www.jajakarta.org/ant/ant-1.6.1/docs/ja/manual/api/ + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.6 + + + com/threerings/**/*Test.java + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.5 + + +