[dna-commits] DNA SVN: r634 - trunk/docs/examples/gettingstarted.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Thu Nov 13 16:54:58 EST 2008


Author: rhauch
Date: 2008-11-13 16:54:58 -0500 (Thu, 13 Nov 2008)
New Revision: 634

Modified:
   trunk/docs/examples/gettingstarted/pom.xml
Log:
Added missing deployment information to parent pom.xml for examples

Modified: trunk/docs/examples/gettingstarted/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/pom.xml	2008-11-13 21:45:26 UTC (rev 633)
+++ trunk/docs/examples/gettingstarted/pom.xml	2008-11-13 21:54:58 UTC (rev 634)
@@ -177,4 +177,35 @@
     </plugins>
   </build>
 
+	<repositories>
+	<repository>
+      <id>apiviz.release</id>
+      <name>APIviz releases</name>
+      <url>http://apiviz.googlecode.com/svn/site/repo/mvn/release</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+	
+	
+		<repository>
+			<id>jboss</id>
+			<url>http://repository.jboss.com/maven2</url>
+		</repository>
+		<repository>
+			<id>jboss-snapshot</id>
+			<url>http://snapshots.jboss.org/maven2</url>
+		</repository>
+	</repositories>
+	<distributionManagement>
+		<repository>
+			<!-- Copy the distribution jar file to a local checkout of the maven repository 
+ 			  -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+			<id>repository.jboss.org</id>
+			<url>file://${jboss.repository.root}</url>
+		</repository>
+	</distributionManagement>
 </project>
\ No newline at end of file




More information about the dna-commits mailing list