Skip to content

Commit

Permalink
Add SCM info to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Oct 1, 2024
1 parent e73bcca commit d4396f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>konrad.windszus@netcentric.biz</id>
Expand All @@ -28,6 +27,12 @@
</developer>
</developers>

<scm>
<connection>scm:git:ssh://git@github.com:Netcentric/aem-crypto-support.git</connection>
<developerConnection>scm:git:ssh://git@github.com:Netcentric/aem-crypto-support.git</developerConnection>
<url>https://github.com/Netcentric/aem-crypto-support</url>
</scm>

<distributionManagement>
<repository>
<id>ossrh</id>
Expand All @@ -45,6 +50,7 @@
<!-- release sets API classpath, source and target, see https://docs.oracle.com/javase/9/tools/javac.htm#GUID-AEEC9F07-CB49-4E96-8BC7-BCC2C7F725C9__GUID-D343F6B4-3FDD-43A8-AD24-43DD70214471 and http://openjdk.java.net/jeps/247 -->
<maven.compiler.release>8</maven.compiler.release>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -124,6 +130,7 @@
<url>https://repository.apache.org/content/repositories/snapshots/</url>
</repository>
</repositories>

<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -336,6 +343,7 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>jacoco-report</id>
Expand Down

0 comments on commit d4396f9

Please sign in to comment.