Revision: 1306
Author: mcculls
Date: Thu Oct 21 17:01:07 2010
Log: Add grid profile
http://code.google.com/p/google-guice/source/detail?r=1306

Modified:
 /trunk/pom.xml

=======================================
--- /trunk/pom.xml      Thu Oct 21 16:36:09 2010
+++ /trunk/pom.xml      Thu Oct 21 17:01:07 2010
@@ -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>

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to