Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix javadoc errors and add javadoc to Travis
  • Loading branch information
robyj authored and Andrew Woods committed Jun 1, 2015
1 parent d7a1fa8 commit 5c34d59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ jdk:
branches:
only:
- master
- /^fcrepo-*/

script:
- xmllint --valid --noout src/main/resources/fcrepo-checkstyle/checkstyle.xml
Expand All @@ -15,6 +16,9 @@ script:
- test "0" == $([ -f target/zipout/fcrepo-checkstyle/checkstyle.xml ] && echo "0" || echo "1")
- test "0" == $([ -f target/zipout/fcrepo-checkstyle/checkstyle-suppressions.xml ] && echo "0" || echo "1")
- test "0" == $([ -f target/zipout/fcrepo-license/LICENSE_HEADER.txt ] && echo "0" || echo "1")
- mvn javadoc:jar
- mvn javadoc:test-aggregate


notifications:
irc: "irc.freenode.org#fcrepo"
Expand Down
3 changes: 3 additions & 0 deletions README.md
@@ -1,4 +1,7 @@
fcrepo-build-tools
==================


[![Build Status](https://travis-ci.org/fcrepo4/fcrepo-build-tools.png?branch=master)](https://travis-ci.org/fcrepo4/fcrepo-build-tools)

This project encapsulates checkstyle and license rules and templates for the Fedora codebase. This is not a public-facing project, but is essential to the Maven3 build machinery of Fedora-related projects.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -64,6 +64,10 @@
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
Expand Down

0 comments on commit 5c34d59

Please sign in to comment.