Skip to content

Commit

Permalink
Fix groovydoc generation (#159)
Browse files Browse the repository at this point in the history
* fix groovydoc generation

Signed-off-by: Nicolas Rol <[email protected]>

* fix groovydoc generation again

Signed-off-by: Nicolas Rol <[email protected]>

---------

Signed-off-by: Nicolas Rol <[email protected]>
(cherry picked from commit ca478ae)
  • Loading branch information
rolnico committed Oct 21, 2024
1 parent e84ab42 commit e7e4dbd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@
<tyrus.version>2.1.5</tyrus.version>

<powsyblcore.version>6.4.1</powsyblcore.version>

<!-- Parameters used to generate the javadoc for groovy and java classes.
See the pom file in powsybl-parent for more explanations. -->
<groovydoc.attach>true</groovydoc.attach>
<groovydoc.classifier>javadoc</groovydoc.classifier>
<groovydoc.groovyDocJavaSources>true</groovydoc.groovyDocJavaSources>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

<profiles>
Expand All @@ -113,6 +120,10 @@
</activation>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit e7e4dbd

Please sign in to comment.