Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Ensure Travis fails if Enunciate fails
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Aug 26, 2016
1 parent 144b730 commit 7ae0514
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ before_install:
install: /bin/true

script: |
mvn test site \
mvn test \
com.webcohesion.enunciate:enunciate-maven-plugin:docs -pl zanata-common-api \
--batch-mode \
--settings .travis-settings.xml \
-DstaticAnalysis
Expand Down
4 changes: 3 additions & 1 deletion zanata-common-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
</scm>

<properties>
<enunciate.version>1.27</enunciate.version>
<!-- Possible workaround from https://github.com/stoicflame/enunciate/wiki/Java-Compiler-Crash -->
<enunciate.disable.sourcepath>true</enunciate.disable.sourcepath>
<enunciate.version>2.3.0</enunciate.version>
<jersey.version>1.19</jersey.version>
</properties>

Expand Down

0 comments on commit 7ae0514

Please sign in to comment.