aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcculls <mcculls@d779f126-a31b-0410-b53b-1d3aecad763e>2010-10-22 00:01:07 +0000
committermcculls <mcculls@d779f126-a31b-0410-b53b-1d3aecad763e>2010-10-22 00:01:07 +0000
commit8815358895531c046373096311e08da506f4585b (patch)
treeabbf31e15e1858d713458a1b57c050d7aee07fb6
parentbc7e1502d9e9a673b67fed3a459e714202585e8b (diff)
downloadguice-8815358895531c046373096311e08da506f4585b.tar.gz
Add grid profile
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1306 d779f126-a31b-0410-b53b-1d3aecad763e
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 63310fe9..21be3e7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,4 +293,20 @@ See the Apache License Version 2.0 for the specific language governing permissio
</plugins>
</build>
+ <profiles>
+ <profile>
+ <id>sonatype-grid</id>
+ <distributionManagement>
+ <repository>
+ <id>forge-releases</id>
+ <url>http://repository.sonatype.org:8081/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>forge-snapshots</id>
+ <url>http://repository.sonatype.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
+ </profile>
+ </profiles>
+
</project>