Hmm, that's strange. I am able to build the site. The only other thing
that I have changed locally is to upgrade maven-site-plugin from
2.0-SNAPSHOT to 2.0-beta-5. I didn't want to commit that until I had
asked you first. Guess you beat me to it :)
Can you give it a try using the supplied patch and see if it works for you?
--
Dennis Lundberg
Torsten Curdt wrote:
Dennis,
Could you please revert this change. Unfortunately the snapshot
versions are needed for the site generation. Actually even some
patches have to be applied to get that working *sigh* ...multi-project
is no big fun with maven2 yet. I am trying to push a bit over at maven
to get this done. (Brett, are you reading this? ;)
cheers
--
Torsten
On 5/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: dennisl
Date: Sun May 14 13:44:03 2006
New Revision: 406424
URL: http://svn.apache.org/viewcvs?rev=406424&view=rev
Log:
Use released versions of plugins.
Modified:
jakarta/commons/sandbox/jci/trunk/pom.xml
Modified: jakarta/commons/sandbox/jci/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/pom.xml?rev=406424&r1=406423&r2=406424&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/pom.xml Sun May 14 13:44:03 2006
@@ -152,7 +152,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<configuration>
<tags>
<tag>TODO</tag>
@@ -167,12 +167,12 @@
<!--
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</plugin>
-->
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
@@ -180,7 +180,7 @@
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
@@ -188,7 +188,7 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Index: pom.xml
===================================================================
--- pom.xml (revision 406424)
+++ pom.xml (arbetskopia)
@@ -131,7 +131,7 @@
<plugin>
<artifactId>maven-site-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-beta-5</version>
</plugin>
</plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]