Author: dgolovin
Date: 2008-04-24 16:42:36 -0400 (Thu, 24 Apr 2008)
New Revision: 7776
Modified:
trunk/documentation/guides/Exadel-migration/pom.xml
trunk/documentation/guides/GettingStartedGuide/pom.xml
trunk/documentation/jboss-tools-docs/pom.xml
Log:
Modified: trunk/documentation/guides/Exadel-migration/pom.xml
===================================================================
--- trunk/documentation/guides/Exadel-migration/pom.xml 2008-04-24 20:24:51 UTC (rev
7775)
+++ trunk/documentation/guides/Exadel-migration/pom.xml 2008-04-24 20:42:36 UTC (rev
7776)
@@ -15,7 +15,7 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
+ <version>2.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<dependencies>
<dependency>
@@ -103,19 +103,4 @@
<translation>en-US</translation>
</properties>
- <pluginRepositories>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>snapshots.jboss.org</id>
- <name>Jboss Repository for Maven</name>
- <
url>http://snapshots.jboss.org/maven2/</url>
- <layout>default</layout>
- </pluginRepository>
- </pluginRepositories>
</project>
Modified: trunk/documentation/guides/GettingStartedGuide/pom.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/pom.xml 2008-04-24 20:24:51 UTC (rev
7775)
+++ trunk/documentation/guides/GettingStartedGuide/pom.xml 2008-04-24 20:42:36 UTC (rev
7776)
@@ -15,7 +15,7 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.1.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<extensions>true</extensions>
<dependencies>
<dependency>
@@ -82,21 +82,6 @@
</plugins>
</build>
- <distributionManagement>
- <repository>
- <!-- Copy the dist to the local checkout of the JBoss maven2 repo
${maven.repository.root} -->
- <!-- It is anticipated that ${maven.repository.root} be set in user's
settings.xml -->
- <!-- todo : replace this with direct svn access once the svnkit providers
are available -->
- <id>repository.jboss.org</id>
- <url>file://${maven.repository.root}</url>
- </repository>
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshot Repository</name>
- <
url>dav:https://snapshots.jboss.org/maven2</url>
- </snapshotRepository>
- </distributionManagement>
-
<properties>
<translation>en-US</translation>
</properties>
Modified: trunk/documentation/jboss-tools-docs/pom.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/pom.xml 2008-04-24 20:24:51 UTC (rev 7775)
+++ trunk/documentation/jboss-tools-docs/pom.xml 2008-04-24 20:42:36 UTC (rev 7776)
@@ -10,6 +10,22 @@
<packaging>pom</packaging>
<name>All_Userguides</name>
+ <!--pluginRepositories>
+ <pluginRepository>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>snapshots.jboss.org</id>
+ <name>Jboss Repository for Maven</name>
+ <
url>http://snapshots.jboss.org/maven2/</url>
+ <layout>default</layout>
+ </pluginRepository>
+ </pluginRepositories-->
+
<modules>
<module>../guides/Exadel-migration</module>
<module>../guides/GettingStartedGuide</module>
@@ -29,6 +45,7 @@
<plugins>
<plugin>
+ <groupId></groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
@@ -64,19 +81,5 @@
<translation>en-US</translation>
</properties>
- <pluginRepositories>
- <pluginRepository>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>snapshots.jboss.org</id>
- <name>Jboss Repository for Maven</name>
- <
url>http://snapshots.jboss.org/maven2/</url>
- <layout>default</layout>
- </pluginRepository>
- </pluginRepositories>
+
</project>