Add grid profile

git-svn-id: https://google-guice.googlecode.com/svn/trunk@1306 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/pom.xml b/pom.xml
index 63310fe..21be3e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,4 +293,20 @@
     </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>