Author: lfryc
Date: 2013-07-11 10:04:09 -0400 (Thu, 11 Jul 2013)
New Revision: 23261
Modified:
branches/community/3.3.X/cdk/generator/pom.xml
branches/community/3.3.X/docs/highlight/pom.xml
branches/community/3.3.X/examples/photoalbum/pom.xml
branches/community/3.3.X/examples/photoalbum/source/pom.xml
branches/community/3.3.X/pom.xml
branches/community/3.3.X/samples/glassX/pom.xml
branches/community/3.3.X/samples/themes/pom.xml
branches/community/3.3.X/samples/violetRays/pom.xml
Log:
fixing POMs so that they pass jboss staging rules
Modified: branches/community/3.3.X/cdk/generator/pom.xml
===================================================================
--- branches/community/3.3.X/cdk/generator/pom.xml 2013-07-11 13:49:10 UTC (rev 23260)
+++ branches/community/3.3.X/cdk/generator/pom.xml 2013-07-11 14:04:09 UTC (rev 23261)
@@ -20,6 +20,17 @@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-source</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<dependencies>
@@ -90,4 +101,4 @@
<version>2.8.1</version>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/docs/highlight/pom.xml
===================================================================
--- branches/community/3.3.X/docs/highlight/pom.xml 2013-07-11 13:49:10 UTC (rev 23260)
+++ branches/community/3.3.X/docs/highlight/pom.xml 2013-07-11 14:04:09 UTC (rev 23261)
@@ -129,6 +129,21 @@
<version>0.95</version>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-source</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
<!--build>
<pluginManagement>
<plugins>
@@ -145,4 +160,4 @@
</pluginManagement>
</build-->
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/examples/photoalbum/pom.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/pom.xml 2013-07-11 13:49:10 UTC (rev
23260)
+++ branches/community/3.3.X/examples/photoalbum/pom.xml 2013-07-11 14:04:09 UTC (rev
23261)
@@ -6,6 +6,8 @@
<packaging>pom</packaging>
<version>3.3.4-SNAPSHOT</version>
<name>Photoalbum Demo Application Root</name>
+ <description>Photoalbum Demo Application Root</description>
+ <
url>http://labs.jboss.com/jbossrichfaces</url>
<modules>
<module>source</module>
@@ -40,6 +42,23 @@
</profile>
</profiles>
+ <developers>
+ <developer>
+ <name>RichFaces committers</name>
+ </developer>
+ </developers>
+
+ <licenses>
+ <license>
+ <name>LGPL 2.1</name>
+ <
url>http://www.gnu.org/licenses/lgpl.html</url>
+ <distribution>repo</distribution>
+ <comments>
+ GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
+ </comments>
+ </license>
+ </licenses>
+
<distributionManagement>
<downloadUrl>
http://labs.jboss.com/portal/jbossrichfaces/downloads
@@ -55,5 +74,11 @@
<url>${snapshotRepository}</url>
</snapshotRepository>
</distributionManagement>
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/c...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>https://svn.jboss.org/repos/richfaces/branches/community/3.3.X<...
+ </scm>
</project>
Modified: branches/community/3.3.X/examples/photoalbum/source/pom.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/source/pom.xml 2013-07-11 13:49:10 UTC
(rev 23260)
+++ branches/community/3.3.X/examples/photoalbum/source/pom.xml 2013-07-11 14:04:09 UTC
(rev 23261)
@@ -9,6 +9,7 @@
<packaging>pom</packaging>
<name>${appName}</name>
<version>3.3.4-SNAPSHOT</version>
+ <
url>http://labs.jboss.com/jbossrichfaces</url>
<distributionManagement>
<downloadUrl>
@@ -135,4 +136,4 @@
</properties>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/pom.xml
===================================================================
--- branches/community/3.3.X/pom.xml 2013-07-11 13:49:10 UTC (rev 23260)
+++ branches/community/3.3.X/pom.xml 2013-07-11 14:04:09 UTC (rev 23261)
@@ -5,6 +5,7 @@
<packaging>pom</packaging>
<name>RichFaces project</name>
<version>3.3.4-SNAPSHOT</version>
+ <description>RichFaces project root</description>
<
url>http://labs.jboss.com/jbossrichfaces</url>
<dependencies />
<build>
Modified: branches/community/3.3.X/samples/glassX/pom.xml
===================================================================
--- branches/community/3.3.X/samples/glassX/pom.xml 2013-07-11 13:49:10 UTC (rev 23260)
+++ branches/community/3.3.X/samples/glassX/pom.xml 2013-07-11 14:04:09 UTC (rev 23261)
@@ -31,6 +31,17 @@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-source</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<profiles>
Modified: branches/community/3.3.X/samples/themes/pom.xml
===================================================================
--- branches/community/3.3.X/samples/themes/pom.xml 2013-07-11 13:49:10 UTC (rev 23260)
+++ branches/community/3.3.X/samples/themes/pom.xml 2013-07-11 14:04:09 UTC (rev 23261)
@@ -34,6 +34,17 @@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-source</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
Modified: branches/community/3.3.X/samples/violetRays/pom.xml
===================================================================
--- branches/community/3.3.X/samples/violetRays/pom.xml 2013-07-11 13:49:10 UTC (rev
23260)
+++ branches/community/3.3.X/samples/violetRays/pom.xml 2013-07-11 14:04:09 UTC (rev
23261)
@@ -26,6 +26,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-source</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<profiles>
@@ -75,4 +86,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>