Skip to content

Commit

Permalink
modified pom file to exclude subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Bartlett committed Sep 30, 2010
1 parent 8298935 commit ae45372
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PublicSequenceMemoizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>edu.columbia.stat.wood.sequencememoizer.v1.util</excludePackageNames>
<configuration> <excludePackageNames>edu.columbia.stat.wood.pub.sequencememoizer.util</excludePackageNames>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ae45372

Please sign in to comment.