Skip to content

Commit ecf0940

Browse files
author
Ben Asmussen
committed
#3 Add complete SCM block for Maven Central publishing
1 parent 29033dd commit ecf0940

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
<name>Java Open Source Software Archetype</name>
2020
<description>Maven archetype for dataliquid Open Source Software Java projects with Java 17 and JUnit 5</description>
2121

22+
<scm>
23+
<connection>scm:git:git://github.com/dataliquid/java-oss-archetype.git</connection>
24+
<developerConnection>scm:git:ssh://github.com:dataliquid/java-oss-archetype.git</developerConnection>
25+
<url>https://github.com/dataliquid/java-oss-archetype</url>
26+
</scm>
27+
2228
<properties>
2329
<archetype-packaging.version>3.2.1</archetype-packaging.version>
2430
</properties>

0 commit comments

Comments
 (0)