[dna-commits] DNA SVN: r633 - tags/dna-0.3/docs/examples/gettingstarted.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Thu Nov 13 16:45:26 EST 2008


Author: rhauch
Date: 2008-11-13 16:45:26 -0500 (Thu, 13 Nov 2008)
New Revision: 633

Modified:
   tags/dna-0.3/docs/examples/gettingstarted/pom.xml
Log:
Added missing deployment information to parent pom.xml for examples

Modified: tags/dna-0.3/docs/examples/gettingstarted/pom.xml
===================================================================
--- tags/dna-0.3/docs/examples/gettingstarted/pom.xml	2008-11-13 21:16:44 UTC (rev 632)
+++ tags/dna-0.3/docs/examples/gettingstarted/pom.xml	2008-11-13 21:45:26 UTC (rev 633)
@@ -176,5 +176,36 @@
 			</plugin>
     </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