Skip to content

Commit

Permalink
JPMS wadl-doclet (ext)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Jan 24, 2024
1 parent a49211f commit 211fc60
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions ext/wadl-doclet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,24 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<!-- compile everything to ensure module-info contains right entries -->
<release>11</release>
<compilerArgs>
<arg>--add-reads</arg>
<arg>org.glassfish.jersey.ext.wadl.doclet=ALL-UNNAMED</arg>
<arg>-Xdiags:verbose</arg>
</compilerArgs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -183,24 +201,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<!-- compile everything to ensure module-info contains right entries -->
<release>11</release>
<compilerArgs>
<arg>--add-reads</arg>
<arg>org.glassfish.jersey.ext.wadl.doclet=ALL-UNNAMED</arg>
<arg>-Xdiags:verbose</arg>
</compilerArgs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 211fc60

Please sign in to comment.