[jbosstools-commits] JBoss Tools SVN: r39493 - in workspace/fred/repositories/snapshot/org/jboss/errai/archetypes: archetypes-parent and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Mar 14 06:40:56 EDT 2012


Author: fbricon
Date: 2012-03-14 06:40:56 -0400 (Wed, 14 Mar 2012)
New Revision: 39493

Added:
   workspace/fred/repositories/snapshot/org/jboss/errai/archetypes/archetypes-parent/
   workspace/fred/repositories/snapshot/org/jboss/errai/archetypes/archetypes-parent/2.0-SNAPSHOT/
   workspace/fred/repositories/snapshot/org/jboss/errai/archetypes/archetypes-parent/2.0-SNAPSHOT/archetypes-parent-2.0-SNAPSHOT.pom
Modified:
   workspace/fred/repositories/snapshot/org/jboss/errai/archetypes/kitchensink-quickstart/2.0-SNAPSHOT/kitchensink-quickstart-2.0-SNAPSHOT.jar
Log:
Change Errai Archetype alternative, changing README and <warName>

Added: workspace/fred/repositories/snapshot/org/jboss/errai/archetypes/archetypes-parent/2.0-SNAPSHOT/archetypes-parent-2.0-SNAPSHOT.pom
===================================================================
--- workspace/fred/repositories/snapshot/org/jboss/errai/archetypes/archetypes-parent/2.0-SNAPSHOT/archetypes-parent-2.0-SNAPSHOT.pom	                        (rev 0)
+++ workspace/fred/repositories/snapshot/org/jboss/errai/archetypes/archetypes-parent/2.0-SNAPSHOT/archetypes-parent-2.0-SNAPSHOT.pom	2012-03-14 10:40:56 UTC (rev 39493)
@@ -0,0 +1,139 @@
+<?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">
+	<modelVersion>4.0.0</modelVersion>
+
+	<groupId>org.jboss.errai.archetypes</groupId>
+	<artifactId>archetypes-parent</artifactId>
+	<version>2.0-SNAPSHOT</version>
+	<packaging>pom</packaging>
+
+	<name>Errai Archetypes</name>
+
+	<url>http://jboss.org/errai/errai</url>
+
+	<licenses>
+		<license>
+			<name>The Apache Software License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+
+	<description>
+        A GWT framework
+    </description>
+
+	<developers>
+		<developer>
+			<name>Mike Brock</name>
+		</developer>
+		<developer>
+			<name>Christian Sadilek</name>
+		</developer>
+		<developer>
+			<name>Heiko Braun</name>
+		</developer>
+	</developers>
+
+	<organization>
+		<name>JBoss, a division of Red Hat</name>
+		<url>http://www.jboss.org</url>
+	</organization>
+
+	<!-- IssueManagement -->
+	<issueManagement>
+		<system>jira</system>
+		<url>http://jira.jboss.org/jira/browse/ERRAI</url>
+	</issueManagement>
+
+	<modules>
+		<module>bus-quickstart</module>
+		<module>cdi-quickstart</module>
+		<module>jaxrs-quickstart</module>
+	</modules>
+
+	<scm>
+		<connection>scm:git:git at github.com:errai/archetypes.git</connection>
+		<developerConnection>scm:git:git at github.com:errai/archetypes.git</developerConnection>
+		<url>scm:git:git at github.com:errai/archetypes.git</url>
+	</scm>
+
+	<distributionManagement>
+		<repository>
+			<id>jboss-releases-repository</id>
+			<name>JBoss Releases Repository</name>
+			<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
+		</repository>
+
+		<snapshotRepository>
+			<id>jboss-snapshots-repository</id>
+			<name>JBoss Snapshots Repository</name>
+			<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+		</snapshotRepository>
+	</distributionManagement>
+
+	<properties>
+	    <!-- Specifies which version of Errai the generated project will depend on. See readme.txt for details -->
+		<errai.target.version>${project.version}</errai.target.version>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+	</properties>
+
+	<build>
+		<resources>
+			<resource>
+				<directory>src/main/resources</directory>
+				<includes>
+					<include>**/pom.xml</include>
+				</includes>
+				<filtering>true</filtering>
+			</resource>
+			<resource>
+				<directory>src/main/resources</directory>
+				<filtering>false</filtering>
+			</resource>
+		</resources>
+
+		<extensions>
+			<extension>
+				<groupId>org.apache.maven.archetype</groupId>
+				<artifactId>archetype-packaging</artifactId>
+			</extension>
+		</extensions>
+
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<artifactId>maven-archetype-plugin</artifactId>
+					<extensions>true</extensions>
+					<version>2.1</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-release-plugin</artifactId>
+					<version>2.2.1</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-scm-plugin</artifactId>
+					<version>1.5</version>
+					<dependencies>
+						<dependency>
+							<groupId>org.apache.maven.scm</groupId>
+							<artifactId>maven-scm-provider-gitexe</artifactId>
+							<version>1.1-SNAPSHOT</version>
+						</dependency>
+					</dependencies>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-resources-plugin</artifactId>
+					<version>2.5</version>
+					<configuration>
+						<escapeString>\</escapeString>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+	</build>
+</project>

Modified: workspace/fred/repositories/snapshot/org/jboss/errai/archetypes/kitchensink-quickstart/2.0-SNAPSHOT/kitchensink-quickstart-2.0-SNAPSHOT.jar
===================================================================
(Binary files differ)



More information about the jbosstools-commits mailing list