Skip to content

Commit ca11165

Browse files
committed
adding more for oss
1 parent df3a720 commit ca11165

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

pom.xml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<artifactId>json_patch</artifactId>
2222
<version>0.0.1-SNAPSHOT</version>
2323

24+
<name>json_patch</name>
25+
<description>An RFC 6902 (JSON Patch) compliant utility</description>
26+
<url>https://github.com/riotopsys/json-patch</url>
27+
2428
<dependencies>
2529
<dependency>
2630
<groupId>com.google.code.gson</groupId>
@@ -39,8 +43,8 @@
3943
<url>https://github.com/riotopsys/json-patch</url>
4044
<connection>scm:git:git@github.com:riotopsys/json-patch.git</connection>
4145
<developerConnection>scm:git:git@github.com:riotopsys/json-patch.git</developerConnection>
42-
<tag>HEAD</tag>
43-
</scm>
46+
<tag>HEAD</tag>
47+
</scm>
4448

4549
<licenses>
4650
<license>
@@ -79,6 +83,20 @@
7983
<autoVersionSubmodules>true</autoVersionSubmodules>
8084
</configuration>
8185
</plugin>
86+
<plugin>
87+
<groupId>org.apache.maven.plugins</groupId>
88+
<artifactId>maven-gpg-plugin</artifactId>
89+
<version>1.5</version>
90+
<executions>
91+
<execution>
92+
<id>sign-artifacts</id>
93+
<phase>verify</phase>
94+
<goals>
95+
<goal>sign</goal>
96+
</goals>
97+
</execution>
98+
</executions>
99+
</plugin>
82100
</plugins>
83101
</build>
84102

0 commit comments

Comments
 (0)