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 May 29, 2015
1 parent 4d266c9 commit b633105
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,11 @@ jdk:
before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"

script:
- mvn javadoc:jar
- mvn javadoc:test-aggregate

notifications:
irc: "irc.freenode.org#fcrepo"
email:
Expand Down
6 changes: 5 additions & 1 deletion README.md
@@ -1,3 +1,7 @@
fcrepo-audit
============
Provides audit functionality for the Fedora Commons repository framework. The [fcrepo-webapp-plus](https://github.com/fcrepo4-labs/fcrepo-webapp-plus) project provides a convenient option to build fcrepo-webapp packaged with fcrepo-audit module.

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


Provides audit functionality for the Fedora Commons repository framework. The [fcrepo-webapp-plus](https://github.com/fcrepo4-labs/fcrepo-webapp-plus) project provides a convenient option to build fcrepo-webapp packaged with fcrepo-audit module.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -132,6 +132,11 @@
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion src/test/java/org/fcrepo/audit/InternalAuditorTest.java
Expand Up @@ -64,7 +64,7 @@

/**
* @author mohideen
* @date 4/16/15.
* @since 4/16/15.
*/
public class InternalAuditorTest {

Expand Down

0 comments on commit b633105

Please sign in to comment.