Skip to content

Commit eaa0882

Browse files
committed
Added repo details under release-build profile.
1 parent fe57946 commit eaa0882

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

pom.xml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,19 @@
150150
</plugins>
151151
</build>
152152
</profile>
153+
<profile>
154+
<id>release-build</id>
155+
<distributionManagement>
156+
<snapshotRepository>
157+
<id>ossrh</id>
158+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
159+
</snapshotRepository>
160+
<repository>
161+
<id>ossrh</id>
162+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
163+
</repository>
164+
</distributionManagement>
165+
</profile>
153166
</profiles>
154167
<developers>
155168
<developer>
@@ -163,20 +176,6 @@
163176
<developerConnection>scm:git:git://github.com/ajeydudhe/workflow-lite.git</developerConnection>
164177
<url>https://github.com/ajeydudhe/workflow-lite/tree/master</url>
165178
</scm>
166-
167-
<!--
168-
<distributionManagement>
169-
<snapshotRepository>
170-
<id>ossrh</id>
171-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
172-
</snapshotRepository>
173-
<repository>
174-
<id>ossrh</id>
175-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
176-
</repository>
177-
</distributionManagement>
178-
-->
179-
180179
<licenses>
181180
<license>
182181
<name>MIT License</name>

0 commit comments

Comments
 (0)