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 3, 2015
1 parent e7b2bdb commit e90da33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -1,6 +1,12 @@
language: java
jdk:
- oraclejdk8

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

notifications:
irc: "irc.freenode.org#fcrepo"
email:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

OAI Provider for Fedora 4
=========================

Implements [Open Archives Protocol Version 2.0](http://www.openarchives.org/OAI/openarchivesprotocol.html) using Fedora 4 as the backend.

Implementation details
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -194,7 +194,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<version>2.10.3</version>
<configuration>
<linksource>true</linksource>
<excludePackageNames>org.openarchives.oai.*:org.purl.*</excludePackageNames>
Expand Down Expand Up @@ -253,4 +253,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit e90da33

Please sign in to comment.