Skip to content

Commit

Permalink
Merge pull request #1791 from arjantijms/fix_websockets_guide
Browse files Browse the repository at this point in the history
Fix userguide version in parent for WebSocket docs
  • Loading branch information
arjantijms authored Jan 20, 2025
2 parents afbdd40 + d347809 commit 1d16a2a
Showing 1 changed file with 36 additions and 25 deletions.
61 changes: 36 additions & 25 deletions tcks/apis/websocket/docs/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,38 +46,14 @@
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>

<ug.resources.version>11.0.0-SNAPSHOT</ug.resources.version>
<ug.resources.version>2.2.0</ug.resources.version>
<ug.staging.dir>${project.build.directory}/staging</ug.staging.dir>
</properties>

<build>
<defaultGoal>package</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.2</version>
<executions>
<execution>
<id>clean-toc</id>
<goals>
<goal>clean</goal>
</goals>
<phase>none</phase>
<configuration>
<filesets>
<fileset>
<directory>src/main/jbake/content</directory>
<includes>
<include>toc.adoc</include>
</includes>
</fileset>
</filesets>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand All @@ -104,6 +80,32 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.2</version>
<executions>
<execution>
<id>clean-toc</id>
<goals>
<goal>clean</goal>
</goals>
<phase>none</phase>
<configuration>
<filesets>
<fileset>
<directory>src/main/jbake/content</directory>
<includes>
<include>toc.adoc</include>
</includes>
</fileset>
</filesets>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down Expand Up @@ -137,6 +139,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand All @@ -163,6 +166,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand All @@ -185,6 +189,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.glassfish.doc</groupId>
<artifactId>glassfish-doc-maven-plugin</artifactId>
Expand All @@ -209,6 +214,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.jbake</groupId>
<artifactId>jbake-maven-plugin</artifactId>
Expand Down Expand Up @@ -244,6 +250,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
Expand Down Expand Up @@ -312,6 +319,7 @@
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -323,6 +331,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand All @@ -333,6 +342,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand All @@ -344,6 +354,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

0 comments on commit 1d16a2a

Please sign in to comment.