Author: fbricon
Date: 2011-12-08 05:47:47 -0500 (Thu, 08 Dec 2011)
New Revision: 37098
Added:
workspace/fred/repositories/snapshot/org/richfaces/
workspace/fred/repositories/snapshot/org/richfaces/archetypes/
workspace/fred/repositories/snapshot/org/richfaces/archetypes/maven-metadata-local.xml
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.jar
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.jar.sha1
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.pom
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.pom.sha1
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-SNAPSHOT.jar
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-SNAPSHOT.pom
Log:
Use fixed Richfaces archetype
Added:
workspace/fred/repositories/snapshot/org/richfaces/archetypes/maven-metadata-local.xml
===================================================================
---
workspace/fred/repositories/snapshot/org/richfaces/archetypes/maven-metadata-local.xml
(rev 0)
+++
workspace/fred/repositories/snapshot/org/richfaces/archetypes/maven-metadata-local.xml 2011-12-08
10:47:47 UTC (rev 37098)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <plugins>
+ <plugin>
+ <name>RichFaces Archetypes Simple Application</name>
+ <prefix>richfaces-archetype-simpleapp</prefix>
+ <artifactId>richfaces-archetype-simpleapp</artifactId>
+ </plugin>
+ </plugins>
+</metadata>
Added:
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.jar
===================================================================
(Binary files differ)
Property changes on:
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added:
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.jar.sha1
===================================================================
---
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.jar.sha1
(rev 0)
+++
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.jar.sha1 2011-12-08
10:47:47 UTC (rev 37098)
@@ -0,0 +1 @@
+abdee03c4083eee60d70f863b41caecb38c434d3
\ No newline at end of file
Added:
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.pom
===================================================================
---
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.pom
(rev 0)
+++
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.pom 2011-12-08
10:47:47 UTC (rev 37098)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root-parent</artifactId>
+ <version>4.1.0-SNAPSHOT</version>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.archetypes</groupId>
+ <artifactId>richfaces-archetype-simpleapp</artifactId>
+ <packaging>maven-archetype</packaging>
+ <name>RichFaces Archetypes Simple Application</name>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.archetype</groupId>
+ <artifactId>archetype-packaging</artifactId>
+ <version>2.0-alpha-4</version>
+ </extension>
+ </extensions>
+ <plugins>
+ <plugin>
+ <artifactId>maven-archetype-plugin</artifactId>
+ <version>2.0-alpha-4</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ <resources>
+ <!-- Selectively trigger filtering on resource directory
+ The second element turns on filtering only for META-INF directory
+ -->
+ <resource>
+ <directory>src/main/resources/</directory>
+ <filtering>false</filtering>
+ </resource>
+ <resource>
+ <directory>src/main/resources/META-INF/maven</directory>
+ <filtering>true</filtering>
+ <targetPath>META-INF/maven</targetPath>
+ </resource>
+ </resources>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>group-sources</id>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <finalName>sources</finalName>
+ <descriptor>assembler.xml</descriptor>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+
<classesDirectory>${basedir}/target/sources/sources</classesDirectory>
+ <classifier>sources</classifier>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <scm>
+
<
connection>scm:git:git://github.com/richfaces/archetypes.git</conne...
+
<developerConnection>scm:git:git@github.com:richfaces/archetypes.git</developerConnection>
+ <
url>https://github.com/richfaces/archetypes</url>
+ </scm>
+</project>
+
Added:
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.pom.sha1
===================================================================
---
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.pom.sha1
(rev 0)
+++
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-20111206.115456-119.pom.sha1 2011-12-08
10:47:47 UTC (rev 37098)
@@ -0,0 +1 @@
+456977b4ab052fd3d99881a424e5dc8a27f6ec4e
\ No newline at end of file
Added:
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-SNAPSHOT.jar
===================================================================
(Binary files differ)
Property changes on:
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-SNAPSHOT.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added:
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-SNAPSHOT.pom
===================================================================
---
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-SNAPSHOT.pom
(rev 0)
+++
workspace/fred/repositories/snapshot/org/richfaces/archetypes/richfaces-archetype-simpleapp/4.1.0-SNAPSHOT/richfaces-archetype-simpleapp-4.1.0-SNAPSHOT.pom 2011-12-08
10:47:47 UTC (rev 37098)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root-parent</artifactId>
+ <version>4.1.0-SNAPSHOT</version>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.archetypes</groupId>
+ <artifactId>richfaces-archetype-simpleapp</artifactId>
+ <packaging>maven-archetype</packaging>
+ <name>RichFaces Archetypes Simple Application</name>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.archetype</groupId>
+ <artifactId>archetype-packaging</artifactId>
+ <version>2.0-alpha-4</version>
+ </extension>
+ </extensions>
+ <plugins>
+ <plugin>
+ <artifactId>maven-archetype-plugin</artifactId>
+ <version>2.0-alpha-4</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ <resources>
+ <!-- Selectively trigger filtering on resource directory
+ The second element turns on filtering only for META-INF directory
+ -->
+ <resource>
+ <directory>src/main/resources/</directory>
+ <filtering>false</filtering>
+ </resource>
+ <resource>
+ <directory>src/main/resources/META-INF/maven</directory>
+ <filtering>true</filtering>
+ <targetPath>META-INF/maven</targetPath>
+ </resource>
+ </resources>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>group-sources</id>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <finalName>sources</finalName>
+ <descriptor>assembler.xml</descriptor>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+
<classesDirectory>${basedir}/target/sources/sources</classesDirectory>
+ <classifier>sources</classifier>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <scm>
+
<
connection>scm:git:git://github.com/richfaces/archetypes.git</conne...
+
<developerConnection>scm:git:git@github.com:richfaces/archetypes.git</developerConnection>
+ <
url>https://github.com/richfaces/archetypes</url>
+ </scm>
+</project>
+