Skip to content

Commit

Permalink
Added javadoc to travis profile
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Feb 29, 2016
1 parent 09cfb30 commit fe2e68f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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
26 changes: 17 additions & 9 deletions driver/pom.xml
Expand Up @@ -215,6 +215,19 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand All @@ -237,6 +250,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -285,15 +302,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit fe2e68f

Please sign in to comment.