From e0e80fe3f63992b08ee3a49a737508f9dd1dbca7 Mon Sep 17 00:00:00 2001 From: cgruber Date: Fri, 28 Aug 2015 16:16:46 -0700 Subject: [PATCH] Fix the pom files to address 1. Slow jar building on ubuntu (fixed in 2.5) 2. Out of date project metadata 3. Make java8 builds not break on javadoc problems. - This is a mutually incompatible flag state between java7 and java8 flavors of javadoc, so we just conditionally disable it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=109633346 --- LICENSE | 1 - pom.xml | 50 +++++++++++++++++++++++++++++++++++--------------- 2 files changed, 35 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index 2ff80bf99..d64569567 100644 --- a/LICENSE +++ b/LICENSE @@ -200,4 +200,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - diff --git a/pom.xml b/pom.xml index e444d7873..beb9725e6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,8 @@ - + 4.0.0 org.sonatype.oss @@ -19,7 +21,7 @@ core extensions - 3.0.3 + 3.1.1 cgruber @@ -74,17 +76,7 @@ Jenkins - https://truth.ci.cloudbees.com/ - - - mail - true - true - false - false -
truth-dev+build@googlecode.com
-
-
+ https://travis-ci.org/google/truth
@@ -103,6 +95,34 @@ scm:git:git@github.com:google/truth.git scm:git:git@github.com:google/truth.git - + + + + + maven-jar-plugin + 2.5 + + + + + + + disable-java8-doclint + + [1.8,) + + + + + maven-javadoc-plugin + + + -Xdoclint:none + + + + + +