[richfaces-svn-commits] JBoss Rich Faces SVN: r14204 - in trunk/examples/photoalbum/source: ear and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 18:34:24 EDT 2009


Author: nbelaevski
Date: 2009-05-13 18:34:23 -0400 (Wed, 13 May 2009)
New Revision: 14204

Modified:
   trunk/examples/photoalbum/source/ear/pom.xml
   trunk/examples/photoalbum/source/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-7082 - EAR deployment

Modified: trunk/examples/photoalbum/source/ear/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/ear/pom.xml	2009-05-13 21:14:56 UTC (rev 14203)
+++ trunk/examples/photoalbum/source/ear/pom.xml	2009-05-13 22:34:23 UTC (rev 14204)
@@ -65,6 +65,13 @@
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>false</skip>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-ear-plugin</artifactId>
 				<version>2.3.1</version>
 				<configuration>

Modified: trunk/examples/photoalbum/source/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/pom.xml	2009-05-13 21:14:56 UTC (rev 14203)
+++ trunk/examples/photoalbum/source/pom.xml	2009-05-13 22:34:23 UTC (rev 14204)
@@ -10,6 +10,22 @@
 	<name>${appName}</name>
 	<version>3.3.1-SNAPSHOT</version>
 
+    <distributionManagement>
+		<downloadUrl>
+			http://labs.jboss.com/portal/jbossrichfaces/downloads
+		</downloadUrl>
+		<repository>
+			<id>repository.jboss.org</id>
+			<uniqueVersion>false</uniqueVersion>
+			<url>${releaseRepository}</url>
+		</repository>
+		<snapshotRepository>
+			<id>snapshots.jboss.org</id>
+			<uniqueVersion>true</uniqueVersion>
+			<url>${snapshotRepository}</url>
+		</snapshotRepository>
+	</distributionManagement>
+
 	<properties>
 		<appName>Photoalbum Demo Application</appName>
 		<projectName>photoalbum</projectName>
@@ -35,6 +51,13 @@
 		<module>ear</module>
 	</modules>
 	<build>
+		<extensions>
+			<extension>
+				<groupId>org.apache.maven.wagon</groupId>
+				<artifactId>wagon-webdav</artifactId>
+				<version>1.0-beta-2</version>
+			</extension>
+		</extensions>
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
@@ -69,6 +92,13 @@
 						<target>1.5</target>
 					</configuration>
 				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-deploy-plugin</artifactId>
+					<configuration>
+						<skip>true</skip>
+					</configuration>
+				</plugin>
 			</plugins>
 		</pluginManagement>
 	</build>




More information about the richfaces-svn-commits mailing list