Skip to content

Commit 20d81e3

Browse files
committed
Added ability to sign artifacts for release
1 parent 4141084 commit 20d81e3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

csv-validator-parent/pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -84,24 +84,24 @@
8484

8585
<!-- Default profile publishes to Maven Central -->
8686
<!-- See: https://search.maven.org/search?q=a:csv-validator-core -->
87-
<profile>
88-
<id>default-release-repo</id>
89-
<activation>
90-
<activeByDefault>true</activeByDefault>
91-
</activation>
92-
<distributionManagement>
93-
<snapshotRepository>
94-
<id>sonatype-nexus-snapshot-staging</id>
95-
<name>Nexus Snapshot Repository</name>
96-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
97-
</snapshotRepository>
98-
<repository>
99-
<id>sonatype-nexus-release-staging</id>
100-
<name>Nexus Release Repository</name>
101-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
102-
</repository>
103-
</distributionManagement>
104-
</profile>
87+
<!-- <profile>-->
88+
<!-- <id>default-release-repo</id>-->
89+
<!-- <activation>-->
90+
<!-- <activeByDefault>true</activeByDefault>-->
91+
<!-- </activation>-->
92+
<!-- <distributionManagement>-->
93+
<!-- <snapshotRepository>-->
94+
<!-- <id>sonatype-nexus-snapshot-staging</id>-->
95+
<!-- <name>Nexus Snapshot Repository</name>-->
96+
<!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>-->
97+
<!-- </snapshotRepository>-->
98+
<!-- <repository>-->
99+
<!-- <id>sonatype-nexus-release-staging</id>-->
100+
<!-- <name>Nexus Release Repository</name>-->
101+
<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
102+
<!-- </repository>-->
103+
<!-- </distributionManagement>-->
104+
<!-- </profile>-->
105105

106106
<profile>
107107
<id>release-sign-artifacts</id>

0 commit comments

Comments
 (0)