You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/05/14 22:44:03 UTC

svn commit: r406424 - /jakarta/commons/sandbox/jci/trunk/pom.xml

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r406424 - /jakarta/commons/sandbox/jci/trunk/pom.xml

Posted by Torsten Curdt <tc...@apache.org>.
> > Did you check the output?
>
> No, I thought you meant that you were not able to build the site at all.
> Which part of the site is it that doesn't look as it should?

I need to check ...but see below

> > Will do - although I would be surprised. There are two patches sitting
> > in JIRA waiting to get applied.  Without the taglist and the pmd
> > plugin both don't support the "aggregate" for multi-projects.
>
> Yes, I've been following those discussions. But I don't see how the site
> would look any different using 2.0-SNAPSHOT or 2.0 for either taglist or
> pmd. None of those versions includes your patches, so the resulting site
> should be the same, shouldn't it?

Well, I have those changes locally

> You would need 2.1-SNAPSHOT, after your patches have been applied.

Because? ...but anyway - I don't care as long  as I get them applied soonish ;)
Will ping over at maven again.

cheers
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r406424 - /jakarta/commons/sandbox/jci/trunk/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
Torsten Curdt wrote:
> On 5/15/06, Dennis Lundberg <de...@apache.org> wrote:
>> Hmm, that's strange. I am able to build the site.
> 
> Did you check the output?

No, I thought you meant that you were not able to build the site at all. 
Which part of the site is it that doesn't look as it should?

>> 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?
> 
> Will do - although I would be surprised. There are two patches sitting
> in JIRA waiting to get applied.  Without the taglist and the pmd
> plugin both don't support the "aggregate" for multi-projects.

Yes, I've been following those discussions. But I don't see how the site 
would look any different using 2.0-SNAPSHOT or 2.0 for either taglist or 
pmd. None of those versions includes your patches, so the resulting site 
should be the same, shouldn't it?

You would need 2.1-SNAPSHOT, after your patches have been applied.

> cheers
> -- 
> Torsten

-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r406424 - /jakarta/commons/sandbox/jci/trunk/pom.xml

Posted by Torsten Curdt <tc...@apache.org>.
On 5/15/06, Dennis Lundberg <de...@apache.org> wrote:
> Hmm, that's strange. I am able to build the site.

Did you check the output?

> 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?

Will do - although I would be surprised. There are two patches sitting
in JIRA waiting to get applied.  Without the taglist and the pmd
plugin both don't support the "aggregate" for multi-projects.

cheers
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r406424 - /jakarta/commons/sandbox/jci/trunk/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
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, dennisl@apache.org <de...@apache.org> 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: commons-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 


Re: svn commit: r406424 - /jakarta/commons/sandbox/jci/trunk/pom.xml

Posted by Torsten Curdt <tc...@apache.org>.
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, dennisl@apache.org <de...@apache.org> 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: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org