Author: nbelaevski
Date: 2009-08-28 03:52:47 -0400 (Fri, 28 Aug 2009)
New Revision: 15387
Added:
root/deployRelease.sh
Modified:
root/pom.xml
root/ui/trunk/components/pom.xml
Log:
Deployment information added
Added: root/deployRelease.sh
===================================================================
--- root/deployRelease.sh (rev 0)
+++ root/deployRelease.sh 2009-08-28 07:52:47 UTC (rev 15387)
@@ -0,0 +1,4 @@
+PROJECT_DIR=`pwd`
+SETTINGS_XML=`cygpath --windows ~/.m2t/settings.xml`
+
+mvn -s $SETTINGS_XML -P local,release,trunk clean deploy
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2009-08-28 07:18:17 UTC (rev 15386)
+++ root/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
@@ -11,7 +11,26 @@
<packaging>pom</packaging>
<name>richfaces all module aggregator</name>
- <modules>
+ <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>
+ <!--site>
+ <url>file:target/site2</url>
+ </site-->
+ </distributionManagement>
+
+ <modules>
<module>framework/${framework.svn.dir}</module>
<!--module>cdk/${cdk.svn.dir}</module-->
<module>ui/${ui.svn.dir}</module>
@@ -50,6 +69,12 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>
<executions>
Modified: root/ui/trunk/components/pom.xml
===================================================================
--- root/ui/trunk/components/pom.xml 2009-08-28 07:18:17 UTC (rev 15386)
+++ root/ui/trunk/components/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
@@ -30,9 +30,9 @@
</dependencies-->
<modules>
<module>core</module>
- <module>panel</module>
+ <!--module>panel</module>
<module>tree</module>
- <module>calendar</module>
+ <module>calendar</module-->
</modules>
</project>
\ No newline at end of file