aboutsummaryrefslogtreecommitdiff
path: root/build-pom.xml
diff options
context:
space:
mode:
authorChristian Edward Gruber <cgruber@google.com>2015-02-24 09:32:16 -0800
committerChristian Edward Gruber <cgruber@google.com>2015-02-24 09:32:16 -0800
commit34d118c645eb4732cf91e4385452e60b760901b4 (patch)
tree7b0f10480849a615251f3f176641b8fe14970a67 /build-pom.xml
parent6bc3e3b2d3581959dce000e805ed64046e07e4ef (diff)
downloadauto-34d118c645eb4732cf91e4385452e60b760901b4.tar.gz
Add a local tmp-file based repository for distrpibution of the build-only pom, so that a 'mvn deploy' command applid to it will simply put its artifact harmlessly into a local temp directory.
Diffstat (limited to 'build-pom.xml')
-rw-r--r--build-pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/build-pom.xml b/build-pom.xml
index b91c56af..b5ce9c08 100644
--- a/build-pom.xml
+++ b/build-pom.xml
@@ -12,4 +12,16 @@
<module>service</module>
<module>value</module>
</modules>
+ <distributionManagement>
+ <repository>
+ <id>sonatype-nexus-staging</id>
+ <name>Nexus Release Repository</name>
+ <url>file:///tmp/auto_project_maven_fake_repo/</url>
+ </repository>
+ <snapshotRepository>
+ <id>sonatype-nexus-snapshots</id>
+ <name>Sonatype Nexus Snapshots</name>
+ <url>file:///tmp/auto_project_maven_fake_repo/</url>
+ </snapshotRepository>
+ </distributionManagement>
</project>