Skip to content

Commit

Permalink
Parameterize auto release of Sonatype staging repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff committed Aug 9, 2018
1 parent ca8e8e3 commit 48d113b
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 @@ -77,6 +77,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
<google-ads-java.autoRelease>false</google-ads-java.autoRelease>
</properties>

<build>
Expand Down Expand Up @@ -247,7 +248,7 @@
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<autoReleaseAfterClose>${google-ads-java.autoRelease}</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 48d113b

Please sign in to comment.