[weld-commits] Weld SVN: r5115 - archetypes/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 23 12:24:56 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-23 12:24:55 -0500 (Mon, 23 Nov 2009)
New Revision: 5115

Added:
   archetypes/trunk/pom.xml
   archetypes/trunk/weld-jsf-minimal-jee/
   archetypes/trunk/weld-jsf-minimal/
Removed:
   archetypes/trunk/archetypes/
Log:
oops

Copied: archetypes/trunk/pom.xml (from rev 5114, archetypes/trunk/archetypes/pom.xml)
===================================================================
--- archetypes/trunk/pom.xml	                        (rev 0)
+++ archetypes/trunk/pom.xml	2009-11-23 17:24:55 UTC (rev 5115)
@@ -0,0 +1,49 @@
+<?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>
+   <parent>
+      <groupId>org.jboss.weld</groupId>
+      <artifactId>weld-parent</artifactId>
+      <version>5</version>
+   </parent>
+   <groupId>org.jboss.weld.archetype</groupId>
+   <artifactId>weld-archetype-parent</artifactId>
+   <version>0.0.1-BETA-SNAPSHOT</version>
+   <name>Weld Parent Archetype</name>
+   <description>This POM is the future home of configuration common to all archetypes.</description>
+   <url>http://sfwk.org/Documentation/WeldArchetypeProposal</url>
+   <!-- SCM and distribution management -->
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/extensions/trunk/archetypes</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/extensions/trunk/archetypes</developerConnection>
+      <!-- This is an invalid URL -->
+      <!-- <url>http://fisheye.jboss.org/browse/Weld</url>-->
+   </scm>
+   <packaging>pom</packaging>
+   <developers>
+      <developer>
+         <name>Steven Boscarine</name>
+         <roles>
+            <role>Developer</role>
+            <role>Volunteer</role>
+         </roles>
+         <email>steven.boscarine at childrens.harvard.edu</email>
+         <organization>Children's Hospital Boston: Informatics Program</organization>
+         <organizationUrl>http://chip.org/</organizationUrl>
+         <url>http://info.rmatics.org/</url>
+      </developer>
+   </developers>
+   <dependencies />
+   <properties>
+      <!--
+         eliminates [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is
+         platform dependent!
+      -->
+      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+   </properties>
+   <modules>
+      <module>weld-jsf-minimal</module>
+      <module>weld-jsf-minimal-jee</module>
+   </modules>
+</project>

Copied: archetypes/trunk/weld-jsf-minimal (from rev 5114, archetypes/trunk/archetypes/weld-jsf-minimal)

Copied: archetypes/trunk/weld-jsf-minimal-jee (from rev 5114, archetypes/trunk/archetypes/weld-jsf-minimal-jee)



More information about the weld-commits mailing list