Skip to content

Commit 07a3a04

Browse files
[CS-36689] Unit Tests Added
1 parent 8a8162f commit 07a3a04

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -235,20 +235,20 @@
235235
<version>${maven-site-plugin.version}</version>
236236
</plugin>
237237

238-
<plugin>
239-
<groupId>org.apache.maven.plugins</groupId>
240-
<artifactId>maven-gpg-plugin</artifactId>
241-
<version>${maven-gpg-plugin.version}</version>
242-
<executions>
243-
<execution>
244-
<id>sign-artifacts</id>
245-
<phase>verify</phase>
246-
<goals>
247-
<goal>sign</goal>
248-
</goals>
249-
</execution>
250-
</executions>
251-
</plugin>
238+
<!-- <plugin>-->
239+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
240+
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
241+
<!-- <version>${maven-gpg-plugin.version}</version>-->
242+
<!-- <executions>-->
243+
<!-- <execution>-->
244+
<!-- <id>sign-artifacts</id>-->
245+
<!-- <phase>verify</phase>-->
246+
<!-- <goals>-->
247+
<!-- <goal>sign</goal>-->
248+
<!-- </goals>-->
249+
<!-- </execution>-->
250+
<!-- </executions>-->
251+
<!-- </plugin>-->
252252

253253
<plugin>
254254
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)