We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8246736 commit 8f1f02cCopy full SHA for 8f1f02c
2 files changed
appengine-api-1.0-sdk/pom.xml
@@ -24,6 +24,7 @@
24
</parent>
25
<packaging>jar</packaging>
26
<name>AppEngine :: appengine-api-1.0-sdk</name>
27
+ <url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
28
<description>API for Google App Engine standard environment with some of the dependencies shaded (repackaged)</description>
29
<dependencies>
30
<dependency> <!-- needed for remote_api for opencensus. -->
pom.xml
@@ -185,6 +185,7 @@
185
<extensions>true</extensions>
186
<configuration>
187
<publishingServerId>${distributionManagement.snapshot.id}</publishingServerId>
188
+ <autoPublish>true</autoPublish>
189
</configuration>
190
</plugin>
191
</plugins>
0 commit comments