Author: djencks
Date: Thu Apr 3 13:24:49 2008
New Revision: 644472
URL: http://svn.apache.org/viewvc?rev=644472&view=rev
Log:
more build tweaks
Modified:
activemq/activeio/branches/activeio-3.0/pom.xml
Modified: activemq/activeio/branches/activeio-3.0/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activeio/branches/activeio-3.0/pom.xml?rev=644472&r1=644471&r2=644472&view=diff
==============================================================================
--- activemq/activeio/branches/activeio-3.0/pom.xml (original)
+++ activemq/activeio/branches/activeio-3.0/pom.xml Thu Apr 3 13:24:49 2008
@@ -37,7 +37,7 @@
</modules>
<prerequisites>
- <maven>2.0.7</maven>
+ <maven>2.0.8</maven>
</prerequisites>
<url>http://activemq.apache.org/</url>
@@ -119,6 +119,8 @@
<properties>
<siteId>activeio</siteId>
<projectName>Apache ActiveMQ ActiveIO</projectName>
+ <!-- base url for site deployment. See distribution management for full
url. Override this in settings.xml for staging -->
+
<staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
<geronimo-version>1.0</geronimo-version>
<howl-version>0.1.8</howl-version>
@@ -143,9 +145,9 @@
<distributionManagement>
<site>
- <id>apache.website</id>
+ <id>activeio.website</id>
<!-- set the staging.siteURL in your ~/.m2/settings.xml in a release or
other profile -->
- <url>${staging.siteURL}/${siteId}/${version}</url>
+ <url>${staging.siteURL}/${siteId}/maven/${version}</url>
<!--<url>${site-repo-url}</url>-->
</site>
</distributionManagement>
@@ -198,7 +200,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.3</version>
+ <version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -247,17 +249,17 @@
<version>1.0.0</version>
</plugin>
<plugin>
+ <groupId>org.apache.geronimo.genesis.plugins</groupId>
+ <artifactId>tools-maven-plugin</artifactId>
+ <version>1.4</version>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
<version>1.0-alpha-3</version>
<configuration>
<excludeSubProjects>false</excludeSubProjects>
</configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.geronimo.genesis.plugins</groupId>
- <artifactId>tools-maven-plugin</artifactId>
- <version>1.4</version>
</plugin>
</plugins>
</pluginManagement>