Skip to content

Commit 1d1b7e8

Browse files
committed
Added missing distribution management parts
1 parent bb3889b commit 1d1b7e8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,39 @@
205205
</build>
206206
</profile>
207207
</profiles>
208+
<organization>
209+
<name>codecentric AG</name>
210+
<url>https://www.codecentric.de</url>
211+
</organization>
212+
<licenses>
213+
<license>
214+
<name>Apache License, Version 2.0</name>
215+
<url>https://opensource.org/licenses/Apache-2.0</url>
216+
<distribution>repo</distribution>
217+
</license>
218+
</licenses>
219+
<developers>
220+
<developer>
221+
<name>Thomas Bosch</name>
222+
<email>[email protected]</email>
223+
<organization>codecentric AG</organization>
224+
</developer>
225+
</developers>
226+
<scm>
227+
<connection>scm:git:git://github.com/codecentric/json-merge-maven-plugin.git</connection>
228+
<developerConnection>scm:git:ssh://[email protected]/codecentric/json-merge-maven-plugin.git</developerConnection>
229+
<url>https://github.com/codecentric/json-merge-maven-plugin</url>
230+
</scm>
231+
<distributionManagement>
232+
<snapshotRepository>
233+
<id>github</id>
234+
<name>GitHub Packages</name>
235+
<url>https://maven.pkg.github.com/codecentric/json-merge-maven-plugin</url>
236+
</snapshotRepository>
237+
<repository>
238+
<id>sonatype-nexus-staging</id>
239+
<name>Nexus Release Repository</name>
240+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
241+
</repository>
242+
</distributionManagement>
208243
</project>

0 commit comments

Comments
 (0)