updated site structure and data

Former-commit-id: 9745b59268f55930b3fdff9c24ad219715cb714a
This commit is contained in:
Jeremy Long
2015-04-22 20:21:31 -04:00
parent 940a4613ee
commit d5ed2bc765
20 changed files with 83 additions and 39 deletions

View File

@@ -219,6 +219,20 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
<reportSets>
<reportSet>
<reports>
<report>summary</report>
<report>license</report>
<report>help</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>