Re: [ANN] Maven Project Info Reports Plugin 2.2 Released

2010-05-21 Thread Ravi Luthra
We've got the same problem in our enterprise pom. I just ran mvn
dependency:resolve-plugins and discovered that there are many
different versions of "doxia" that output:
[dependency:resolve]
Plugin Resolved: findbugs-maven-plugin-2.3.1.jar
    Plugin Dependency Resolved: maven-reporting-impl-2.0.jar
    Plugin Dependency Resolved: maven-reporting-api-2.0.8.jar
    Plugin Dependency Resolved: maven-doxia-tools-1.0.jar
    Plugin Dependency Resolved: findbugs-ant-1.3.9.jar
    Plugin Dependency Resolved: plastic-1.2.0.jar
    Plugin Dependency Resolved: gmaven-mojo-1.0-rc-3.jar
    Plugin Dependency Resolved: plexus-resources-1.0-alpha-4.jar
    Plugin Dependency Resolved: plexus-utils-1.5.1.jar
Plugin Resolved: clirr-maven-plugin-2.2.2.jar
    Plugin Dependency Resolved: clirr-core-0.6.jar
    Plugin Dependency Resolved: bcel-5.2.jar
    Plugin Dependency Resolved: doxia-site-renderer-1.0-alpha-8.jar
    Plugin Dependency Resolved: maven-reporting-impl-2.0.4.jar
    Plugin Dependency Resolved: maven-artifact-manager-2.0.4.jar
    Plugin Dependency Resolved: plexus-i18n-1.0-beta-6.jar
Plugin Resolved: maven-pmd-plugin-2.5.jar
    Plugin Dependency Resolved: maven-model-2.0.6.jar
    Plugin Dependency Resolved: maven-plugin-api-2.0.6.jar
    Plugin Dependency Resolved: maven-project-2.0.6.jar
    Plugin Dependency Resolved: maven-reporting-api-2.0.6.jar
    Plugin Dependency Resolved: maven-reporting-impl-2.0.4.3.jar
    Plugin Dependency Resolved: doxia-sink-api-1.0.jar
    Plugin Dependency Resolved: doxia-decoration-model-1.0.jar
    Plugin Dependency Resolved: doxia-site-renderer-1.0.jar
    Plugin Dependency Resolved: plexus-resources-1.0-alpha-7.jar
    Plugin Dependency Resolved: plexus-utils-1.5.6.jar
    Plugin Dependency Resolved: pmd-jdk14-4.2.5.jar
    Plugin Dependency Resolved: xmlParserAPIs-2.6.2.jar
Plugin Resolved: maven-surefire-report-plugin-2.5.jar
    Plugin Dependency Resolved: maven-project-2.0.6.jar
    Plugin Dependency Resolved: maven-model-2.0.6.jar
    Plugin Dependency Resolved: maven-plugin-api-2.0.6.jar
    Plugin Dependency Resolved: maven-reporting-api-2.0.6.jar
    Plugin Dependency Resolved: maven-reporting-impl-2.0.4.3.jar
    Plugin Dependency Resolved: doxia-sink-api-1.0.jar
    Plugin Dependency Resolved: doxia-decoration-model-1.0.jar
    Plugin Dependency Resolved: doxia-site-renderer-1.0.jar
    Plugin Dependency Resolved: plexus-container-default-1.0-alpha-9.jar
    Plugin Dependency Resolved: plexus-utils-1.5.9.jar
Plugin Resolved: cobertura-maven-plugin-2.4.jar
    Plugin Dependency Resolved: cobertura-1.9.4.1.jar
    Plugin Dependency Resolved: cobertura-runtime-1.9.4.1.pom
    Plugin Dependency Resolved: java-getopt-1.0.9.jar
    Plugin Dependency Resolved: maven-artifact-2.0.jar
    Plugin Dependency Resolved: maven-plugin-api-2.0.jar
    Plugin Dependency Resolved: maven-reporting-api-2.0.jar
    Plugin Dependency Resolved: maven-project-2.0.jar
    Plugin Dependency Resolved: maven-reporting-impl-2.0.jar
    Plugin Dependency Resolved: plexus-container-default-1.0-alpha-9.jar
    Plugin Dependency Resolved: commons-lang-2.4.jar
    Plugin Dependency Resolved: plexus-utils-2.0.2.jar
Plugin Resolved: jdepend-maven-plugin-2.0-beta-2.jar
    Plugin Dependency Resolved: maven-reporting-api-2.0.jar
    Plugin Dependency Resolved: maven-reporting-impl-2.0.jar
    Plugin Dependency Resolved: jdepend-2.9.1.jar
Plugin Resolved: javancss-maven-plugin-2.0.jar
    Plugin Dependency Resolved: plexus-utils-1.5.9.jar
    Plugin Dependency Resolved: maven-project-2.0.jar
    Plugin Dependency Resolved: maven-model-2.0.jar
    Plugin Dependency Resolved: maven-plugin-api-2.0.jar
    Plugin Dependency Resolved: maven-reporting-api-2.0.jar
    Plugin Dependency Resolved: doxia-sink-api-1.0-alpha-4.jar
    Plugin Dependency Resolved: doxia-core-1.0-alpha-4.jar
    Plugin Dependency Resolved: dom4j-1.6.1.jar
    Plugin Dependency Resolved: jaxen-1.1-beta-6.jar
    Plugin Dependency Resolved: maven-reporting-impl-2.0.jar
    Plugin Dependency Resolved: javancss-32.53.jar
Plugin Resolved: maven-pmd-plugin-2.5.jar
    Plugin Dependency Resolved: maven-model-2.0.6.jar
    Plugin Dependency Resolved: maven-plugin-api-2.0.6.jar
    Plugin Dependency Resolved: maven-project-2.0.6.jar
    Plugin Dependency Resolved: maven-reporting-api-2.0.6.jar
    Plugin Dependency Resolved: maven-reporting-impl-2.0.4.3.jar
    Plugin Dependency Resolved: doxia-sink-api-1.0.jar
    Plugin Dependency Resolved: doxia-decoration-model-1.0.jar
    Plugin Dependency Resolved: doxia-site-renderer-1.0.jar
    Plugin Dependency Resolved: plexus-resources-1.0-alpha-7.jar
    Plugin Dependency Resolved: plexus-utils-1.5.6.jar
    Plugin Dependency Resolved: pmd-jdk14-4.2.5.jar
    Plugin Dependency Resolved: xmlParserAPIs-2.6.2.jar
Plugin Resolved: maven-site-plugin-2.1.jar
    Plugin Dependency Resolved: maven-artifact-2.0.6.jar
    Plugin Dependency Resolved: maven-artifact-manager-2.0.6.jar
    Plugin Dependenc

Re: [ANN] Maven Project Info Reports Plugin 2.2 Released

2010-05-21 Thread Kalle Korhonen
Deeply sorry for the noise - this is Apache Shiro using
apache:apache:7 as the parent - I really thought I had verified it's
using 2.1 site plugin but alas, it declares 2.0.1. Overrode to 2.1 and
all is good.

Kalle


On Fri, May 21, 2010 at 12:06 AM, Lukas Theussl  wrote:
>
> Are you sure you are using site-plugin-2.1? This should already be pulling
> in doxia-1.1. Also the line number 791 doesn't exist in XhtmlSink in
> doxia-1.1... it looks like you have an old doxia being mixed in by something
> else. If you can't track it, please attach a complete test project with
> error logs at http://jira.codehaus.org/browse/DOXIA.
>
> Thanks,
> -Lukas
>
>
> Kalle Korhonen wrote:
>>
>> Thanks! I tried 2.2 with the site plugin (2.1), but I'm getting:
>> [INFO] Trace
>> java.lang.ArrayIndexOutOfBoundsException: 1
>>         at
>> org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791)
>> which seems to be caused by:
>> http://jira.codehaus.org/browse/DOXIA-215
>>
>> Assuming the problem is that the site plugin uses an older version of
>> doxia, is there a way to configure it use doxia 1.1 or is a new
>> release of the site plugin required?
>>
>> Kalle
>>
>>
>> On Thu, May 20, 2010 at 3:04 AM, Olivier Lamy  wrote:
>>>
>>> Hi,
>>>
>>> The Maven team is pleased to announce the release of the Maven 2.x
>>> Project Info Reports Plugin, version 2.2
>>> NOTE : this version is site plugin 2.1+ required.
>>>
>>> http://maven.apache.org/plugins/maven-project-info-reports-plugin/
>>>
>>> You should specify the version in your project's plugin configuration:
>>>
>>>        
>>>          org.apache.maven.plugins
>>>          maven-project-info-reports-plugin
>>>          2.2
>>>        
>>>
>>> Release Notes - Maven 2.x Project Info Reports Plugin, version 2.2
>>>
>>> Bug :
>>>
>>> * [MPIR-150] - the dependency report ignores mirrors
>>> * [MPIR-159] - ZipException during "mvn clean compile site"
>>> * [MPIR-172] - Be sure that anchor are unique
>>> * [MPIR-174] - remove use of container.getLoggerManager() (to be
>>> compatible wih maven 3.x)
>>> * [MPIR-179] - "Dependency File Details" and "Dependency Repository
>>> Locations" tables have a border when rendered with maven-site-plugin
>>> 2.1
>>>
>>> Improvement
>>>
>>> * [MPIR-137] - Dependency Locations should work with an intranet
>>> repository and restricted internet access
>>> * [MPIR-186] - Update location for Subversion Home page
>>> * [MPIR-189] - Allow configuration of mailing list header text.
>>>
>>> New Feature
>>>
>>> * [MPIR-170] - Create a module overview page ala m1
>>>
>>> Task
>>>
>>> * [MPIR-101] - Update to Doxia 1.1
>>> * [MPIR-173] - Review the Doxia Sink calls
>>>
>>> Enjoy,
>>>
>>> --
>>> The Maven team
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [ANN] Maven Project Info Reports Plugin 2.2 Released

2010-05-21 Thread Lukas Theussl


Are you sure you are using site-plugin-2.1? This should already be 
pulling in doxia-1.1. Also the line number 791 doesn't exist in 
XhtmlSink in doxia-1.1... it looks like you have an old doxia being 
mixed in by something else. If you can't track it, please attach a 
complete test project with error logs at 
http://jira.codehaus.org/browse/DOXIA.


Thanks,
-Lukas


Kalle Korhonen wrote:

Thanks! I tried 2.2 with the site plugin (2.1), but I'm getting:
[INFO] Trace
java.lang.ArrayIndexOutOfBoundsException: 1
 at 
org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791)
which seems to be caused by:
http://jira.codehaus.org/browse/DOXIA-215

Assuming the problem is that the site plugin uses an older version of
doxia, is there a way to configure it use doxia 1.1 or is a new
release of the site plugin required?

Kalle


On Thu, May 20, 2010 at 3:04 AM, Olivier Lamy  wrote:

Hi,

The Maven team is pleased to announce the release of the Maven 2.x
Project Info Reports Plugin, version 2.2
NOTE : this version is site plugin 2.1+ required.

http://maven.apache.org/plugins/maven-project-info-reports-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-project-info-reports-plugin
  2.2


Release Notes - Maven 2.x Project Info Reports Plugin, version 2.2

Bug :

* [MPIR-150] - the dependency report ignores mirrors
* [MPIR-159] - ZipException during "mvn clean compile site"
* [MPIR-172] - Be sure that anchor are unique
* [MPIR-174] - remove use of container.getLoggerManager() (to be
compatible wih maven 3.x)
* [MPIR-179] - "Dependency File Details" and "Dependency Repository
Locations" tables have a border when rendered with maven-site-plugin
2.1

Improvement

* [MPIR-137] - Dependency Locations should work with an intranet
repository and restricted internet access
* [MPIR-186] - Update location for Subversion Home page
* [MPIR-189] - Allow configuration of mailing list header text.

New Feature

* [MPIR-170] - Create a module overview page ala m1

Task

* [MPIR-101] - Update to Doxia 1.1
* [MPIR-173] - Review the Doxia Sink calls

Enjoy,

--
The Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [ANN] Maven Project Info Reports Plugin 2.2 Released

2010-05-21 Thread Olivier Lamy
Hi,

How did you configure the site plugin version in your pom ?

2010/5/20 Kalle Korhonen :
> Thanks! I tried 2.2 with the site plugin (2.1), but I'm getting:
> [INFO] Trace
> java.lang.ArrayIndexOutOfBoundsException: 1
>        at 
> org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791)
> which seems to be caused by:
> http://jira.codehaus.org/browse/DOXIA-215
>
> Assuming the problem is that the site plugin uses an older version of
> doxia, is there a way to configure it use doxia 1.1 or is a new
> release of the site plugin required?
>
> Kalle
>
>
> On Thu, May 20, 2010 at 3:04 AM, Olivier Lamy  wrote:
>> Hi,
>>
>> The Maven team is pleased to announce the release of the Maven 2.x
>> Project Info Reports Plugin, version 2.2
>> NOTE : this version is site plugin 2.1+ required.
>>
>> http://maven.apache.org/plugins/maven-project-info-reports-plugin/
>>
>> You should specify the version in your project's plugin configuration:
>>
>>        
>>          org.apache.maven.plugins
>>          maven-project-info-reports-plugin
>>          2.2
>>        
>>
>> Release Notes - Maven 2.x Project Info Reports Plugin, version 2.2
>>
>> Bug :
>>
>> * [MPIR-150] - the dependency report ignores mirrors
>> * [MPIR-159] - ZipException during "mvn clean compile site"
>> * [MPIR-172] - Be sure that anchor are unique
>> * [MPIR-174] - remove use of container.getLoggerManager() (to be
>> compatible wih maven 3.x)
>> * [MPIR-179] - "Dependency File Details" and "Dependency Repository
>> Locations" tables have a border when rendered with maven-site-plugin
>> 2.1
>>
>> Improvement
>>
>> * [MPIR-137] - Dependency Locations should work with an intranet
>> repository and restricted internet access
>> * [MPIR-186] - Update location for Subversion Home page
>> * [MPIR-189] - Allow configuration of mailing list header text.
>>
>> New Feature
>>
>> * [MPIR-170] - Create a module overview page ala m1
>>
>> Task
>>
>> * [MPIR-101] - Update to Doxia 1.1
>> * [MPIR-173] - Review the Doxia Sink calls
>>
>> Enjoy,
>>
>> --
>> The Maven team
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>



-- 
Olivier
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy
http://www.viadeo.com/fr/profile/olivier.lamy7

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [ANN] Maven Project Info Reports Plugin 2.2 Released

2010-05-20 Thread Michael Delaney
I'm using Maven 2.2.1 and didn't upgrade to the new version of the 
project info reports and all of my site calls are broken with the same 
issue.


On 5/20/2010 3:37 PM, Kalle Korhonen wrote:

Thanks! I tried 2.2 with the site plugin (2.1), but I'm getting:
[INFO] Trace
java.lang.ArrayIndexOutOfBoundsException: 1
 at 
org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791)
which seems to be caused by:
http://jira.codehaus.org/browse/DOXIA-215

Assuming the problem is that the site plugin uses an older version of
doxia, is there a way to configure it use doxia 1.1 or is a new
release of the site plugin required?

Kalle


On Thu, May 20, 2010 at 3:04 AM, Olivier Lamy  wrote:
   

Hi,

The Maven team is pleased to announce the release of the Maven 2.x
Project Info Reports Plugin, version 2.2
NOTE : this version is site plugin 2.1+ required.

http://maven.apache.org/plugins/maven-project-info-reports-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-project-info-reports-plugin
  2.2


Release Notes - Maven 2.x Project Info Reports Plugin, version 2.2

Bug :

* [MPIR-150] - the dependency report ignores mirrors
* [MPIR-159] - ZipException during "mvn clean compile site"
* [MPIR-172] - Be sure that anchor are unique
* [MPIR-174] - remove use of container.getLoggerManager() (to be
compatible wih maven 3.x)
* [MPIR-179] - "Dependency File Details" and "Dependency Repository
Locations" tables have a border when rendered with maven-site-plugin
2.1

Improvement

* [MPIR-137] - Dependency Locations should work with an intranet
repository and restricted internet access
* [MPIR-186] - Update location for Subversion Home page
* [MPIR-189] - Allow configuration of mailing list header text.

New Feature

* [MPIR-170] - Create a module overview page ala m1

Task

* [MPIR-101] - Update to Doxia 1.1
* [MPIR-173] - Review the Doxia Sink calls

Enjoy,

--
The Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


 

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


   


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [ANN] Maven Project Info Reports Plugin 2.2 Released

2010-05-20 Thread Kalle Korhonen
Thanks! I tried 2.2 with the site plugin (2.1), but I'm getting:
[INFO] Trace
java.lang.ArrayIndexOutOfBoundsException: 1
at 
org.apache.maven.doxia.module.xhtml.XhtmlSink.tableCell(XhtmlSink.java:791)
which seems to be caused by:
http://jira.codehaus.org/browse/DOXIA-215

Assuming the problem is that the site plugin uses an older version of
doxia, is there a way to configure it use doxia 1.1 or is a new
release of the site plugin required?

Kalle


On Thu, May 20, 2010 at 3:04 AM, Olivier Lamy  wrote:
> Hi,
>
> The Maven team is pleased to announce the release of the Maven 2.x
> Project Info Reports Plugin, version 2.2
> NOTE : this version is site plugin 2.1+ required.
>
> http://maven.apache.org/plugins/maven-project-info-reports-plugin/
>
> You should specify the version in your project's plugin configuration:
>
>        
>          org.apache.maven.plugins
>          maven-project-info-reports-plugin
>          2.2
>        
>
> Release Notes - Maven 2.x Project Info Reports Plugin, version 2.2
>
> Bug :
>
> * [MPIR-150] - the dependency report ignores mirrors
> * [MPIR-159] - ZipException during "mvn clean compile site"
> * [MPIR-172] - Be sure that anchor are unique
> * [MPIR-174] - remove use of container.getLoggerManager() (to be
> compatible wih maven 3.x)
> * [MPIR-179] - "Dependency File Details" and "Dependency Repository
> Locations" tables have a border when rendered with maven-site-plugin
> 2.1
>
> Improvement
>
> * [MPIR-137] - Dependency Locations should work with an intranet
> repository and restricted internet access
> * [MPIR-186] - Update location for Subversion Home page
> * [MPIR-189] - Allow configuration of mailing list header text.
>
> New Feature
>
> * [MPIR-170] - Create a module overview page ala m1
>
> Task
>
> * [MPIR-101] - Update to Doxia 1.1
> * [MPIR-173] - Review the Doxia Sink calls
>
> Enjoy,
>
> --
> The Maven team
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



[ANN] Maven Project Info Reports Plugin 2.2 Released

2010-05-20 Thread Olivier Lamy
Hi,

The Maven team is pleased to announce the release of the Maven 2.x
Project Info Reports Plugin, version 2.2
NOTE : this version is site plugin 2.1+ required.

http://maven.apache.org/plugins/maven-project-info-reports-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-project-info-reports-plugin
  2.2


Release Notes - Maven 2.x Project Info Reports Plugin, version 2.2

Bug :

* [MPIR-150] - the dependency report ignores mirrors
* [MPIR-159] - ZipException during "mvn clean compile site"
* [MPIR-172] - Be sure that anchor are unique
* [MPIR-174] - remove use of container.getLoggerManager() (to be
compatible wih maven 3.x)
* [MPIR-179] - "Dependency File Details" and "Dependency Repository
Locations" tables have a border when rendered with maven-site-plugin
2.1

Improvement

* [MPIR-137] - Dependency Locations should work with an intranet
repository and restricted internet access
* [MPIR-186] - Update location for Subversion Home page
* [MPIR-189] - Allow configuration of mailing list header text.

New Feature

* [MPIR-170] - Create a module overview page ala m1

Task

* [MPIR-101] - Update to Doxia 1.1
* [MPIR-173] - Review the Doxia Sink calls

Enjoy,

--
The Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org