Skip to content

Commit

Permalink
Fix loadflow-scripting javadoc jar generation
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu BAGUE <mathieu.bague@rte-france.com>
  • Loading branch information
Mathieu BAGUE committed Jan 8, 2020
1 parent 806799b commit 975a17b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions loadflow/loadflow-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,26 @@
</manifestEntries>
</archive>
</configuration>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
Expand Down

0 comments on commit 975a17b

Please sign in to comment.