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 2, 2015
1 parent 8ff8086 commit 29a2c16
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,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
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
fcrepo-module-auth-xacml
========================

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

XACML Authorization Delegate Module for the Fedora 4 Repository

This module is based on the design documented here:
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -174,6 +174,11 @@
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>

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

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down
Expand Up @@ -25,7 +25,7 @@

/**
* @author bbpennel
* @date May 6, 2014
* @since May 6, 2014
*/
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"/spring-test/test-container.xml"})
Expand Down

0 comments on commit 29a2c16

Please sign in to comment.