Skip to content

Commit

Permalink
Migrate to the new jakarta.tck:sigtest-maven-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Oct 2, 2024
1 parent d4ac1e0 commit 02ffc52
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 35 deletions.
2 changes: 1 addition & 1 deletion core-profile-tck/ca-sigtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</executions>
</plugin>
<plugin>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<configuration>
<classes>${project.build.directory}/ca-api</classes>
Expand Down
4 changes: 2 additions & 2 deletions el-tck/docs/userguide/src/main/jbake/content/config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ slashes as a path separator instead.
[source,oac_no_warn]
----
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.4</version>
<version>2.2</version>
</dependency>
----
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ sigtest-maven-plugin in the TCK runner as below.

=======================================================================
<plugin>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.5</version>
<version>2.2</version>
<configuration>
<sigfile>path-to-sig-file-provided-with-TCK</sigfile>
<packages>jakarta.el</packages>
Expand Down
7 changes: 3 additions & 4 deletions glassfish-runner/annotations-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@
<version>${tck.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.7</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -123,9 +122,9 @@
</plugin>

<!-- <plugin>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.5</version>
<version>2.2</version>
<configuration>
<sigfile>target/annotations-tck/jakarta.annotation.sig</sigfile>
<packages>jakarta.annotation,jakarta.annotation.security,jakarta.annotation.sql,akarta.annotation.Generated,jakarta.annotation.ManagedBean,jakarta.annotation.PostConstruct,jakarta.annotation.PreDestroy,jakarta.annotation.Priority,jakarta.annotation.Resource,jakarta.annotation.Resource$AuthenticationType,jakarta.annotation.Resources,jakarta.annotation.security.DeclareRoles,jakarta.annotation.security.DenyAll,jakarta.annotation.security.PermitAll,jakarta.annotation.security.RolesAllowed,jakarta.annotation.security.RunAs,jakarta.annotation.sql.DataSourceDefinition,jakarta.annotation.sql.DataSourceDefinitions</packages>
Expand Down
7 changes: 3 additions & 4 deletions glassfish-runner/batch-tck/sigtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,8 @@
</executions>
</plugin>
<plugin>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.6</version>
<configuration>
<action>strictcheck</action>
<failOnError>true</failOnError>
Expand Down Expand Up @@ -134,7 +133,7 @@
<build>
<plugins>
<plugin>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<configuration>
<sigfile>${project.build.directory}/sigtest-copy/sigtest/sigtest-1.6-batch.standalone.tck.sig-2.1-se11-OpenJDK-J9</sigfile>
Expand All @@ -152,7 +151,7 @@
<build>
<plugins>
<plugin>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<configuration>
<sigfile>${project.build.directory}/sigtest-copy/sigtest/sigtest-1.6-batch.standalone.tck.sig-2.1-se17-TemurinHotSpot</sigfile>
Expand Down
3 changes: 1 addition & 2 deletions glassfish-runner/concurrency-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@

<!-- Signature Test Plugin -->
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.7</version>
</dependency>
</dependencies>

Expand Down
3 changes: 1 addition & 2 deletions glassfish-runner/jsonb-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.jboss.weld.se</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.6</version>
</dependency>
</dependencies>

Expand Down
3 changes: 1 addition & 2 deletions glassfish-runner/jsonp-tck/json-tck-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.6</version>
</dependency>
</dependencies>

Expand Down
3 changes: 1 addition & 2 deletions glassfish-runner/rest-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ mvn clean install -Dgroups=security
</dependency>

<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.7</version>
</dependency>

<dependency>
Expand Down
3 changes: 1 addition & 2 deletions glassfish-runner/websocket-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
<build>
Expand Down
3 changes: 1 addition & 2 deletions glassfish-runner/websocket-tck/websocket-tck-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@
</dependency>

<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.7</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jpa-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.7</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
3 changes: 1 addition & 2 deletions jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,11 @@
<artifactId>jboss-rmi-api_1.0_spec</artifactId>
<version>1.0.6.Final</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>2.2</version>
</dependency>

</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -622,9 +627,9 @@
</configuration>
</plugin>
<plugin>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.5</version>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions websocket/docs/userguide/src/main/jbake/content/config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ slashes as a path separator instead.
[source,oac_no_warn]
----
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.4</version>
<version>2.2</version>
</dependency>
----
+
Expand Down

0 comments on commit 02ffc52

Please sign in to comment.