Skip to content
Snippets Groups Projects
Commit c68b4325 authored by timmolter's avatar timmolter
Browse files

added javadocs capability

parent b9375bc8
No related branches found
No related tags found
No related merge requests found
...@@ -42,3 +42,8 @@ The XChart Java artifacts are currently hosted on the Xeiam Nexus repository her ...@@ -42,3 +42,8 @@ The XChart Java artifacts are currently hosted on the Xeiam Nexus repository her
<url>http://nexus.xeiam.com/content/repositories/snapshots/</url> <url>http://nexus.xeiam.com/content/repositories/snapshots/</url>
</repository> </repository>
</repositories> </repositories>
Building
===============
mvn clean package
mvn javadoc:javadoc
\ No newline at end of file
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<repository> <repository>
<id>releases</id> <id>releases</id>
<name>Nexus Release Repo</name> <name>Nexus Release Repo</name>
<url>http://nexus.xeiam.com/nexus/content/repositories/releases/</url> <url>http://nexus.xeiam.com/content/repositories/releases/</url>
</repository> </repository>
</distributionManagement> </distributionManagement>
...@@ -48,4 +48,16 @@ ...@@ -48,4 +48,16 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<configuration>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment