Skip to content

Commit

Permalink
added javadoc and sources to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
thombergs committed Dec 14, 2015
1 parent 379e0a9 commit e1255a7
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion highcharts-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,30 @@
</configuration>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<configuration>
<header>src/main/resources/NOTICE</header>
Expand Down

0 comments on commit e1255a7

Please sign in to comment.