Skip to content

Commit 3bba5c7

Browse files
sgramponegenexusbot
authored andcommitted
Cherry pick branch 'genexuslabs:securityapicommons' into beta
1 parent 61fd4ff commit 3bba5c7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

gxjwt/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<groupId>${project.groupId}</groupId>
5858
<artifactId>securityapicommons</artifactId>
5959
<type>test-jar</type>
60-
<version>${project.version}</version>
60+
<version>${revision}${changelist}</version>
6161
<scope>test</scope>
6262
</dependency>
6363
</dependencies>
@@ -71,6 +71,18 @@
7171
<artifactId>maven-compiler-plugin</artifactId>
7272
<version>3.8.0</version>
7373
</plugin>
74+
<plugin>
75+
<groupId>org.apache.maven.plugins</groupId>
76+
<artifactId>maven-jar-plugin</artifactId>
77+
<version>3.1.1</version>
78+
<executions>
79+
<execution>
80+
<goals>
81+
<goal>test-jar</goal>
82+
</goals>
83+
</execution>
84+
</executions>
85+
</plugin>
7486
</plugins>
7587
</build>
7688

securityapicommons/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@
3434
<artifactId>maven-compiler-plugin</artifactId>
3535
<version>3.8.0</version>
3636
</plugin>
37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-jar-plugin</artifactId>
40+
<version>3.1.1</version>
41+
<executions>
42+
<execution>
43+
<goals>
44+
<goal>test-jar</goal>
45+
</goals>
46+
</execution>
47+
</executions>
48+
</plugin>
3749
</plugins>
3850
</build>
3951

0 commit comments

Comments
 (0)