Skip to content

Commit

Permalink
Add a <distributionManagement> clause to the parent POM for AutoVal…
Browse files Browse the repository at this point in the history
…ue and AutoFactory.

RELNOTES=n/a
PiperOrigin-RevId: 416193787
  • Loading branch information
eamonnmcmanus authored and Google Java Core Libraries committed Dec 14, 2021
1 parent 07f37b2 commit 000b10c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@
<url>http://www.google.com</url>
</organization>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>com.google.auto</groupId>
Expand Down
13 changes: 13 additions & 0 deletions value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@
<module>src/it/gwtserializer</module>
</modules>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencyManagement>
<dependencies>
<!-- main dependencies -->
Expand Down

0 comments on commit 000b10c

Please sign in to comment.