aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>