diff --git a/clients/unshaded/pom.xml b/clients/unshaded/pom.xml index 3f53737fa74f..ee6accd57ac9 100644 --- a/clients/unshaded/pom.xml +++ b/clients/unshaded/pom.xml @@ -5,7 +5,6 @@ tachyon-clients 0.7.0-SNAPSHOT - org.tachyonproject tachyon-client-unshaded jar Tachyon Clients - Implementation diff --git a/common/pom.xml b/common/pom.xml index b8e469c6b3f0..4be274c5340c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,6 @@ tachyon-parent 0.7.0-SNAPSHOT - org.tachyonproject tachyon-common jar Tachyon Common @@ -87,35 +86,5 @@ true - - - org.apache.maven.plugins - maven-compiler-plugin - 3.2 - - - default-compile - compile - - - -Xlint:none - - - - compile - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.14 - - -Djava.security.krb5.realm= -Djava.security.krb5.kdc= - ${test.output.redirect} - - - diff --git a/examples/pom.xml b/examples/pom.xml index e47e9badf054..c6019674d69d 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,6 @@ tachyon-parent 0.7.0-SNAPSHOT - org.tachyonproject tachyon-examples jar Tachyon Examples diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index f9f0909db7c8..571a9f763039 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.tachyonproject @@ -88,39 +89,6 @@ - - default - - true - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.2 - - - default-testCompile - test-compile - - - **/hadoop/contract/** - - - -Xlint:-unchecked - - - - testCompile - - - - - - - - hdfsTest @@ -133,47 +101,14 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.2 - - - default-testCompile - test-compile - - - **/hadoop/contract/** - - - -Xlint:-unchecked - - - - testCompile - - - - org.apache.maven.plugins maven-surefire-plugin - 2.14 - -Djava.security.krb5.realm= -Djava.security.krb5.kdc= tachyon.underfs.hdfs.LocalMiniDFSCluster - - - default-test - test - - test - - - @@ -197,47 +132,14 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.2 - - - default-testCompile - test-compile - - - **/hadoop/contract/** - - - -Xlint:-unchecked - - - - testCompile - - - - org.apache.maven.plugins maven-surefire-plugin - 2.14 - -Djava.security.krb5.realm= -Djava.security.krb5.kdc= tachyon.underfs.glusterfs.GlusterFSCluster - - - default-test - test - - test - - - @@ -255,34 +157,10 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.2 - - - default-testCompile - test-compile - - - **/hadoop/contract/** - - - -Xlint:-unchecked - - - - testCompile - - - - org.apache.maven.plugins maven-surefire-plugin - 2.14 - -Djava.security.krb5.realm= -Djava.security.krb5.kdc= tachyon.underfs.s3.S3UnderStorageCluster @@ -294,15 +172,6 @@ s3n://my-bucket/tachyon-test - - - default-test - test - - test - - - @@ -310,6 +179,17 @@ contractTest + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + + + @@ -318,29 +198,11 @@ org.apache.maven.plugins maven-compiler-plugin - 3.2 - - - default-compile - compile - - - -Xlint:none - - - - compile - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.14 - -Djava.security.krb5.realm= -Djava.security.krb5.kdc= - ${test.output.redirect} + + + **/hadoop/contract/** + @@ -348,17 +210,6 @@ should remove this when this class can be exposed in a better way. --> org.apache.maven.plugins maven-jar-plugin - 2.4 - - - - true - - - - **/log4j.properties - - diff --git a/pom.xml b/pom.xml index 53aed894f614..9377d7682e5f 100644 --- a/pom.xml +++ b/pom.xml @@ -274,37 +274,49 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + ${java.version} + ${java.version} + UTF-8 + 1024m + + -Xlint:none + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.14 + + -Djava.security.krb5.realm= -Djava.security.krb5.kdc= + ${test.output.redirect} + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + + + + **/log4j.properties + + + + + - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - UTF-8 - 1024m - - org.apache.maven.plugins maven-release-plugin diff --git a/servers/pom.xml b/servers/pom.xml index 4c017597add5..185bea3da9f9 100644 --- a/servers/pom.xml +++ b/servers/pom.xml @@ -127,60 +127,9 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.2 - - - default-compile - compile - - - -Xlint:none - - - - compile - - - - default-testCompile - test-compile - - - -Xlint:-unchecked - - - - testCompile - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.14 - - -Djava.security.krb5.realm= -Djava.security.krb5.kdc= - ${test.output.redirect} - - org.apache.maven.plugins maven-jar-plugin - 2.4 - - - - true - - - - **/log4j.properties - - diff --git a/shell/pom.xml b/shell/pom.xml index f18b85197537..c10da3aac54b 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -5,7 +5,6 @@ tachyon-parent 0.7.0-SNAPSHOT - org.tachyonproject tachyon-shell jar Tachyon Shell @@ -69,37 +68,4 @@ test - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.2 - - - default-compile - compile - - - -Xlint:none - - - - compile - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.14 - - -Djava.security.krb5.realm= -Djava.security.krb5.kdc= - ${test.output.redirect} - - - -