Skip to content

Commit

Permalink
Fix javadoc errors and add javadoc to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robyj authored and Andrew Woods committed Jun 3, 2015
1 parent 1da753f commit d0b7f8b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,12 @@ jdk:
before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"

script:
- mvn install -B -V
- mvn javadoc:jar
- mvn javadoc:test-aggregate

notifications:
irc: "irc.freenode.org#fcrepo"
email:
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -226,6 +226,12 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>

</plugins>
</build>

Expand Down
5 changes: 5 additions & 0 deletions readme.md
@@ -1,3 +1,8 @@
fcrepo4-release-tests
=====================

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

A set of integration tests that runs agains a given version of fcrepo-webapp, fcrepo-message-consumer using
a stock version of fuseki.

Expand Down

0 comments on commit d0b7f8b

Please sign in to comment.