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 54fa1ac commit e3dfde4
Show file tree
Hide file tree
Showing 3 changed files with 13 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
3 changes: 3 additions & 0 deletions README.md
@@ -1,6 +1,9 @@
fcrepo-webapp-plus
==================


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

Fcrepo4 webapp plus optional fcrepo dependencies. This project builds custom-configured
fcrepo4 webapp war files that include extra dependencies and configuration options. An
integration test exists to perform a basic deployment test only and may be useful just for
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -255,6 +255,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>

</build>
Expand Down

0 comments on commit e3dfde4

Please sign in to comment.