diff options
| author | Trent Hensler <drtshock13@gmail.com> | 2015-10-02 09:51:00 -0700 |
|---|---|---|
| committer | Trent Hensler <drtshock13@gmail.com> | 2015-10-02 09:51:00 -0700 |
| commit | d759cce9472f243405109b51e8943ce92b3fa0aa (patch) | |
| tree | 604b8d14e802ff7149a1b95db66e3aa77b812c8a | |
| parent | d69ac87ede205f528749ecf6516eb5900c776f96 (diff) | |
| parent | 8ef423325674f4b546eb53c053fa184dfa40d43c (diff) | |
Merge pull request #55 from Ichbinjoe/master
Document our potato correctly.
| -rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,6 +30,11 @@ <finalName>Potato</finalName> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.10.3</version> + </plugin> </plugins> </build> </project> |
