Skip to content

Commit

Permalink
Execute mvn clean install on Travis CI
Browse files Browse the repository at this point in the history
In order to ensure disabling doclint actually hotfixes issue #6, Travis CI will from now on perform a full `mvn clean install`.
  • Loading branch information
ooxi committed Aug 5, 2019
1 parent 1cd2edd commit 08c8df0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ jdk:
- openjdk7

script:
- mvn clean install
- mvn site:site

17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@
|
| 1.1 - `toString' implementation by Michał Słomkowski
|
| 1.2 - Fix handling of '+' character during percentDecode by Anton
| Vodonosov
| 1.2 - Fix handling of '+' character during percentDecode (by Anton
| Vodonosov)
|
| 1.3 - Fix Maven reporting configuration issue by Chris Camel
| 1.3 - Fix Maven reporting configuration issue (by Chris Camel)
| - Turning off doclint hofixes issue #6 (by Chris Camel)
| - ???
-->
<groupId>com.github.ooxi</groupId>
Expand Down Expand Up @@ -206,7 +207,11 @@
<profiles>

<!--
| Profile for building with JDK 8 (and above) which turns off doclint
| Profile for building with JDK 8 (and above) which turns off
| doclint
|
| @warning Hotfixes issue #6, should be fixed by correcting the
| javadoc
-->
<profile>
<id>JDK 8 Build</id>
Expand All @@ -219,8 +224,8 @@
</profile>

<!--
| Default build should not sign artifacts in order to be executable on
| Travis CI
| Default build should not sign artifacts in order to be
| executable on Travis CI
-->
<profile>
<id>sign</id>
Expand Down

0 comments on commit 08c8df0

Please sign in to comment.