Skip to content

Commit

Permalink
Configure separate push URL in developerConnection
Browse files Browse the repository at this point in the history
This is needed for releasing on internal build server until we have a
better way to push to Maven Central.
  • Loading branch information
robinst committed May 21, 2020
1 parent 7c578b2 commit 6ed1491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@

<scm>
<connection>scm:git:[email protected]:atlassian/commonmark-java.git</connection>
<developerConnection>scm:git:[email protected]:atlassian/commonmark-java.git</developerConnection>
<!-- Push URL is used for pushing commits and tag when doing a release on internal systems, see https://maven.apache.org/scm/git.html -->
<developerConnection>scm:git:[fetch=][email protected]:atlassian/commonmark-java.git[push=][email protected]:atlassian/commonmark-java.git</developerConnection>
<url>https://github.com/atlassian/commonmark-java</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit 6ed1491

Please sign in to comment.