diff --git a/.travis.yml b/.travis.yml index 5b3024ea..e7f9fcf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ install: - mvn install dependency:go-offline -Pskip-formatter -DskipTests=true -q -f driver/pom.xml -Dfailsafe.timeout=0 script: - - mvn install -P travis,release -B -f driver/pom.xml -Dfailsafe.timeout=0 + - mvn install -P travis -B -f driver/pom.xml -Dfailsafe.timeout=0 - cd tests-scala ; sbt test diff --git a/appveyor.yml b/appveyor.yml index 89c22a8a..e83e35f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,4 +13,4 @@ install: build_script: - - mvn clean install -P travis,release -B -f driver/pom.xml -Dfailsafe.timeout=0 + - mvn clean install -P travis -B -f driver/pom.xml -Dfailsafe.timeout=0 diff --git a/driver/pom.xml b/driver/pom.xml index 4d6da783..9031f632 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -215,6 +215,19 @@ 1.8 + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + @@ -237,6 +250,10 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + @@ -285,15 +302,6 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - org.apache.maven.plugins