Author: pete.muir(a)jboss.org
Date: 2009-10-12 09:47:44 -0400 (Mon, 12 Oct 2009)
New Revision: 3952
Modified:
extensions/trunk/servlet/pom.xml
Log:
fix tests after rename, switch build to new structure
Modified: extensions/trunk/servlet/pom.xml
===================================================================
--- extensions/trunk/servlet/pom.xml 2009-10-12 13:46:24 UTC (rev 3951)
+++ extensions/trunk/servlet/pom.xml 2009-10-12 13:47:44 UTC (rev 3952)
@@ -3,15 +3,14 @@
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>org.jboss.weld</groupId>
- <artifactId>weld-version-matrix</artifactId>
+ <artifactId>weld-extensions-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
- <name>Weld Servlet aggregator</name>
+ <name>Weld Servlet support build aggregator</name>
<
url>http://www.seamframework.org/Weld</url>
<modules>
@@ -20,6 +19,11 @@
<module>support</module>
<module>tests</module>
</modules>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <
url>https://jira.jboss.org/jira/browse/WELDX/component/12312750</ur...
+ </issueManagement>
<description>
Support for Weld in Servlet Containers
@@ -32,126 +36,14 @@
<role>Project Lead</role>
</roles>
<email>pete.muir(a)jboss.org</email>
- <organization>JBoss, a division of Red Hat</organization>
+ <organization>Red Hat Inc.</organization>
<url>http://in.relation.to/Bloggers/Pete</url>
</developer>
+ <developer>
+ <name>Dan Allen</name>
+ <organization>Red Hat Inc.</organization>
+ <url>http://in.relation.to/Bloggers/Pete</url>
+ </developer>
</developers>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-8</version>
- <configuration>
-
<
tagBase>https://svn.jboss.org/repos/weld/extensions/tags</tagBase>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- </configuration>
- </plugin>
- </plugins>
- <defaultGoal>package</defaultGoal>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
- <addDefaultImplementationEntries>
- true
- </addDefaultImplementationEntries>
- <addDefaultSpecificationEntries>
- true
- </addDefaultSpecificationEntries>
- </manifest>
- </archive>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>2.0.0-RC</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <profiles>
-
- </profiles>
-
- <ciManagement>
- <system>Hudson</system>
- <url />
- </ciManagement>
-
- <issueManagement>
- <system>JIRA</system>
- <
url>http://jira.jboss.org/browse/WBX</url>
- </issueManagement>
-
- <inceptionYear>2008</inceptionYear>
-
- <licenses>
- <license>
- <name>Apache License, Version 2.0</name>
- <
url>http://www.apache.org/licenses/LICENSE-2.0</url>
- </license>
- <license>
- <name>Lesser Gnu Public License, Version 2.1</name>
- <
url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
- </license>
- </licenses>
-
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/weld/extensions</...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/weld/extension...
- <
url>http://fisheye.jboss.org/browse/Weld/extensions</url>
- </scm>
-
- <distributionManagement>
- <repository>
- <id>repository.jboss.org</id>
- <name>JBoss Releases Repository</name>
-
<
url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</ur...
- </repository>
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshot Repository</name>
- <
url>dav:https://snapshots.jboss.org/maven2</url>
- </snapshotRepository>
- </distributionManagement>
-
</project>