Author: wesleyhales
Date: 2007-10-03 20:01:24 -0400 (Wed, 03 Oct 2007)
New Revision: 8525
Modified:
modules/common/pom.xml
Log:
renames and touch up
Modified: modules/common/pom.xml
===================================================================
--- modules/common/pom.xml 2007-10-04 00:00:53 UTC (rev 8524)
+++ modules/common/pom.xml 2007-10-04 00:01:24 UTC (rev 8525)
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.common</groupId>
- <artifactId>jboss-portal-common</artifactId>
+ <artifactId>jboss-portal-modules-common-root</artifactId>
<packaging>pom</packaging>
<name>Jboss Portal Modules Common</name>
<version>1.0-SNAPSHOT</version>
@@ -37,11 +37,11 @@
<build>
<extensions>
<extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
</extension>
- </extensions>
+ </extensions>
<pluginManagement>
<plugins>
<plugin>
@@ -80,37 +80,37 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jboss-deploy-plugin</artifactId>
- <version>1.3</version>
- <executions>
- <execution>
- <goals>
- <goal>jboss-deploy</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
- </configuration>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jboss-deploy-plugin</artifactId>
+ <version>1.3</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jboss-deploy</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+
<jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+ </configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<distributionManagement>
- <!--<repository>-->
+ <!--<repository>-->
<!--Copy the distribution jar file to a local checkout of the maven repository
- This variable can be set in $MAVEN_HOME/conf/settings.xml-->
- <!--<id>repository.jboss.org</id>-->
- <!--<url>file://${jboss.repository.root}</url>-->
- <!--</repository>-->
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshot Repository</name>
- <
url>dav:https://snapshots.jboss.org/maven2</url>
- <uniqueVersion>true</uniqueVersion>
- </snapshotRepository>
+ <!--<id>repository.jboss.org</id>-->
+ <!--<url>file://${jboss.repository.root}</url>-->
+ <!--</repository>-->
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <
url>dav:https://snapshots.jboss.org/maven2</url>
+ <uniqueVersion>true</uniqueVersion>
+ </snapshotRepository>
</distributionManagement>
<modules>