Author: pete.muir(a)jboss.org
Date: 2009-10-12 17:10:00 -0400 (Mon, 12 Oct 2009)
New Revision: 3983
Modified:
api/trunk/pom.xml
Log:
use weld-parent
Modified: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml 2009-10-12 21:09:39 UTC (rev 3982)
+++ api/trunk/pom.xml 2009-10-12 21:10:00 UTC (rev 3983)
@@ -6,8 +6,14 @@
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
+ <parent>
+ <groupId>org.jboss.weld</groupId>
+ <artifactId>weld-parent</artifactId>
+ <version>1</version>
+ </parent>
+
<name>Weld and CDI APIs Build Aggregator</name>
-
+
<!-- Minimal project metadata, for more see parent/pom.xml -->
<description>The build aggregator for Weld and the CDI APIs, which takes care of
calling the modules which make up Weld and CDI APIs</description>
@@ -17,20 +23,6 @@
<
developerConnection>scm:svn:https://svn.jboss.org/repos/weld/api/trunk...
<
url>http://fisheye.jboss.org/browse/Weld</url>
</scm>
-
- <!-- Needed despite skipping deployment! -->
- <distributionManagement>
- <repository>
- <
id>oss.sonatype.org/jboss-staging</id>
- <name>Sonatype Nexus Maven Repository</name>
-
<
url>http://oss.sonatype.org/service/local/staging/deploy/maven2</ur...
- </repository>
- <snapshotRepository>
- <
id>oss.sonatype.org/jboss-snapshots</id>
- <name>Sonatype Nexus Snapshot Repository</name>
-
<
url>http://oss.sonatype.org/content/repositories/jboss-snapshots</u...
- </snapshotRepository>
- </distributionManagement>
<modules>
<module>bom</module>
@@ -46,23 +38,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
<configuration>
- <goals>deploy</goals>
- <arguments>-Prelease</arguments>
- <autoVersionSubmodules>true</autoVersionSubmodules>
<
tagBase>https://svn.jboss.org/repos/weld/api/tags</tagBase>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.4</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
-
+
</project>