Skip to content

Commit

Permalink
Use new parent to have gmavenplus groovydoc attach instead of buildhe…
Browse files Browse the repository at this point in the history
…lper-maven-plugin (#321)

* use new parent to have gmavenplus groovydoc attach instead of buildhelper-maven-plugin
* Adapt to default value change in powsybl-parent

Signed-off-by: HARPER Jon <[email protected]>
Co-authored-by: Olivier Perrin <[email protected]>
  • Loading branch information
jonenst and olperr1 authored Mar 8, 2024
1 parent cbd13bd commit 4e77f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions dynawaltz-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<description>DSL for DynaWaltz</description>

<properties>
<groovydoc.attach>true</groovydoc.attach>
<groovydoc.classifier>javadoc</groovydoc.classifier>
</properties>

Expand All @@ -30,10 +31,6 @@
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-parent</artifactId>
<version>15</version>
<version>18</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 4e77f1d

Please sign in to comment.