Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread Anders Hammar
Please vote and add suggestions to the jira!

/Anders

On Wed, Aug 11, 2010 at 20:50, Jörg Schaible  wrote:

> nicolas de loof wrote:
>
> > a maven.version(.major?) property could do the trick
>
> at least temporary, because a property will not support version ranges like
> e.g. the jdk element.
>
> - Jörg
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread Jörg Schaible
nicolas de loof wrote:

> a maven.version(.major?) property could do the trick

at least temporary, because a property will not support version ranges like 
e.g. the jdk element.

- Jörg


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



Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread nicolas de loof
a maven.version(.major?) property could do the trick

2010/8/11 Anders Hammar 

> Yes, I think so too. Possibly there could be a special "Maven3" property
> that could be used for activation, but that would only be half-way
> solution.
>
> /Anders
>
> On Wed, Aug 11, 2010 at 19:33, Jörg Schaible 
> wrote:
>
> > Anders Hammar wrote:
> >
> > > MNG-4760
> > >
> > > /Anders
> > >
> > > On Wed, Aug 11, 2010 at 10:01, Anders Hammar 
> wrote:
> > >
> > >> Yes, great to see that some else also found that solution
> not-so-pretty.
> > >> I'll see if there's a jira for that or I'll file one to see what the
> > devs
> > >> think.
> >
> > I fear this is an enhancement of the POM itself :-/
> >
> > - Jörg
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> >
>


Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread Anders Hammar
Yes, I think so too. Possibly there could be a special "Maven3" property
that could be used for activation, but that would only be half-way solution.

/Anders

On Wed, Aug 11, 2010 at 19:33, Jörg Schaible  wrote:

> Anders Hammar wrote:
>
> > MNG-4760
> >
> > /Anders
> >
> > On Wed, Aug 11, 2010 at 10:01, Anders Hammar  wrote:
> >
> >> Yes, great to see that some else also found that solution not-so-pretty.
> >> I'll see if there's a jira for that or I'll file one to see what the
> devs
> >> think.
>
> I fear this is an enhancement of the POM itself :-/
>
> - Jörg
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread Jörg Schaible
Anders Hammar wrote:

> MNG-4760
> 
> /Anders
> 
> On Wed, Aug 11, 2010 at 10:01, Anders Hammar  wrote:
> 
>> Yes, great to see that some else also found that solution not-so-pretty.
>> I'll see if there's a jira for that or I'll file one to see what the devs
>> think.

I fear this is an enhancement of the POM itself :-/

- Jörg


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



Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread Tony Chemit
Le Wed, 11 Aug 2010 00:25:42 +0200,
Olivier Lamy  a écrit :

> The Maven team is pleased to announce the release of the Maven Site
> Plugin, version 3.0-beta-1 for Maven 3.
> This version is intended to be the first version of the Maven Site
> Plugin for Maven 3 and it currently only works with Apache Maven
> 3.0-beta-2.
> 
> The Site Plugin is used to generate a site for the project. The
> generated site also includes the project's reports that were configured
> in the  section of the POM.
> 
> The 3.x version of the Site Plugin has changed the way you configure
> reports. You can read more about the new configuration mode at [1].
> 
> You should specify the version in the  section of your project's POM:
> 
> 
>  org.apache.maven.plugins
>  maven-site-plugin
>  3.0-beta-1
> 
> 
> Release Notes - Maven Site Plugin - Version 3.0-beta-1
> 
> Bug
> MSITE-456 - regression Site navigation not generated
> MSITE-460 - error when using Maven 3.x with maven-site-plugin 3.x
> MSITE-477 -  href's drop the leading character in
> the href when staging a site
> MSITE-490 - WARNING Deprecated API called - not
> org.apache.maven.doxia.sink.Sink instance and no SinkFactory
> available. Please update this plugin.
> 
> Improvement
> MSITE-436 - regenerate every page when site.xml (direct or parent) is changed
> New Feature
> MSITE-463 - Lithuanian translation
> MSITE-465 - Add a site:effective-site goal (similar to help:effective-pom)
> 
> Task
> MSITE-478 - Attach site descriptor as an artifact, not metadata, to the 
> project
> MSITE-482 - Update to Doxia 1.1.3
> MSITE-487 - upgrade source to java 5
> 
> Users interested in testing this beta release should have a glance at
> the compatibility notes for known differences between Maven 3.0 and
> Maven 2.x:
> https://cwiki.apache.org/confluence/x/sokr
> 
> 
> Know limitations :
> * deployment vith dav currently doesn't work.
> 
> You must note that the default execution of site:attach-descriptor has
> been removed from the built-in lifecycle bindings for projects with
> packaging "pom".
> So now, you have to define the following goal execution to restore the
> intended behavior:
> 
> 
>   
> maven-site-plugin
> 3.0-beta-1
> 
>   
> attach-descriptor
> 
>   attach-descriptor
> 
>   
> 
>   
> 

there is an error in this configuration (the *plugins* section is missing) , it 
should be :

  

  
maven-site-plugin
3.0-beta-1

  
attach-descriptor

  attach-descriptor

  

  

  
> 
> On the wiki page [2], you will find more information on how to
> configure your POM in order to be able to continue building site with
> both Maven 2.x and Maven 3.
> 
> You must note this version is a beta. You will find more informations
> on migration [4]
> 



-- 
Tony Chemit

tél: +33 (0) 2 40 50 29 28
email: che...@codelutin.com  
http://www.codelutin.com 

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



Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread Anders Hammar
MNG-4760

/Anders

On Wed, Aug 11, 2010 at 10:01, Anders Hammar  wrote:

> Yes, great to see that some else also found that solution not-so-pretty.
> I'll see if there's a jira for that or I'll file one to see what the devs
> think.
>
> /Anders
>
>
> On Wed, Aug 11, 2010 at 09:34, Jörg Schaible wrote:
>
>> Olivier Lamy wrote:
>>
>> > The Maven team is pleased to announce the release of the Maven Site
>> > Plugin, version 3.0-beta-1 for Maven 3.
>> > This version is intended to be the first version of the Maven Site
>> > Plugin for Maven 3 and it currently only works with Apache Maven
>> > 3.0-beta-2.
>> >
>> > The Site Plugin is used to generate a site for the project. The
>> > generated site also includes the project's reports that were configured
>> > in the  section of the POM.
>> >
>> > The 3.x version of the Site Plugin has changed the way you configure
>> > reports. You can read more about the new configuration mode at [1].
>> >
>> > You should specify the version in the  section of your project's
>> > POM:
>> >
>> > 
>> >  org.apache.maven.plugins
>> >  maven-site-plugin
>> >  3.0-beta-1
>> > 
>> >
>> > Release Notes - Maven Site Plugin - Version 3.0-beta-1
>> >
>> > Bug
>> > MSITE-456 - regression Site navigation not generated
>> > MSITE-460 - error when using Maven 3.x with maven-site-plugin 3.x
>> > MSITE-477 -  href's drop the leading character in
>> > the href when staging a site
>> > MSITE-490 - WARNING Deprecated API called - not
>> > org.apache.maven.doxia.sink.Sink instance and no SinkFactory
>> > available. Please update this plugin.
>> >
>> > Improvement
>> > MSITE-436 - regenerate every page when site.xml (direct or parent) is
>> > changed New Feature
>> > MSITE-463 - Lithuanian translation
>> > MSITE-465 - Add a site:effective-site goal (similar to
>> help:effective-pom)
>> >
>> > Task
>> > MSITE-478 - Attach site descriptor as an artifact, not metadata, to the
>> > project MSITE-482 - Update to Doxia 1.1.3
>> > MSITE-487 - upgrade source to java 5
>> >
>> > Users interested in testing this beta release should have a glance at
>> > the compatibility notes for known differences between Maven 3.0 and
>> > Maven 2.x:
>> > https://cwiki.apache.org/confluence/x/sokr
>> >
>> >
>> > Know limitations :
>> > * deployment vith dav currently doesn't work.
>> >
>> > You must note that the default execution of site:attach-descriptor has
>> > been removed from the built-in lifecycle bindings for projects with
>> > packaging "pom".
>> > So now, you have to define the following goal execution to restore the
>> > intended behavior:
>> >
>> > 
>> >   
>> > maven-site-plugin
>> > 3.0-beta-1
>> > 
>> >   
>> > attach-descriptor
>> > 
>> >   attach-descriptor
>> > 
>> >   
>> > 
>> >   
>> > 
>> >
>> > On the wiki page [2], you will find more information on how to
>> > configure your POM in order to be able to continue building site with
>> > both Maven 2.x and Maven 3.
>>
>> Would be good to have a real activation element for the maven version
>> though.
>>
>> - Jörg
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>


Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread Anders Hammar
Yes, great to see that some else also found that solution not-so-pretty.
I'll see if there's a jira for that or I'll file one to see what the devs
think.

/Anders

On Wed, Aug 11, 2010 at 09:34, Jörg Schaible  wrote:

> Olivier Lamy wrote:
>
> > The Maven team is pleased to announce the release of the Maven Site
> > Plugin, version 3.0-beta-1 for Maven 3.
> > This version is intended to be the first version of the Maven Site
> > Plugin for Maven 3 and it currently only works with Apache Maven
> > 3.0-beta-2.
> >
> > The Site Plugin is used to generate a site for the project. The
> > generated site also includes the project's reports that were configured
> > in the  section of the POM.
> >
> > The 3.x version of the Site Plugin has changed the way you configure
> > reports. You can read more about the new configuration mode at [1].
> >
> > You should specify the version in the  section of your project's
> > POM:
> >
> > 
> >  org.apache.maven.plugins
> >  maven-site-plugin
> >  3.0-beta-1
> > 
> >
> > Release Notes - Maven Site Plugin - Version 3.0-beta-1
> >
> > Bug
> > MSITE-456 - regression Site navigation not generated
> > MSITE-460 - error when using Maven 3.x with maven-site-plugin 3.x
> > MSITE-477 -  href's drop the leading character in
> > the href when staging a site
> > MSITE-490 - WARNING Deprecated API called - not
> > org.apache.maven.doxia.sink.Sink instance and no SinkFactory
> > available. Please update this plugin.
> >
> > Improvement
> > MSITE-436 - regenerate every page when site.xml (direct or parent) is
> > changed New Feature
> > MSITE-463 - Lithuanian translation
> > MSITE-465 - Add a site:effective-site goal (similar to
> help:effective-pom)
> >
> > Task
> > MSITE-478 - Attach site descriptor as an artifact, not metadata, to the
> > project MSITE-482 - Update to Doxia 1.1.3
> > MSITE-487 - upgrade source to java 5
> >
> > Users interested in testing this beta release should have a glance at
> > the compatibility notes for known differences between Maven 3.0 and
> > Maven 2.x:
> > https://cwiki.apache.org/confluence/x/sokr
> >
> >
> > Know limitations :
> > * deployment vith dav currently doesn't work.
> >
> > You must note that the default execution of site:attach-descriptor has
> > been removed from the built-in lifecycle bindings for projects with
> > packaging "pom".
> > So now, you have to define the following goal execution to restore the
> > intended behavior:
> >
> > 
> >   
> > maven-site-plugin
> > 3.0-beta-1
> > 
> >   
> > attach-descriptor
> > 
> >   attach-descriptor
> > 
> >   
> > 
> >   
> > 
> >
> > On the wiki page [2], you will find more information on how to
> > configure your POM in order to be able to continue building site with
> > both Maven 2.x and Maven 3.
>
> Would be good to have a real activation element for the maven version
> though.
>
> - Jörg
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: [ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-11 Thread Jörg Schaible
Olivier Lamy wrote:

> The Maven team is pleased to announce the release of the Maven Site
> Plugin, version 3.0-beta-1 for Maven 3.
> This version is intended to be the first version of the Maven Site
> Plugin for Maven 3 and it currently only works with Apache Maven
> 3.0-beta-2.
> 
> The Site Plugin is used to generate a site for the project. The
> generated site also includes the project's reports that were configured
> in the  section of the POM.
> 
> The 3.x version of the Site Plugin has changed the way you configure
> reports. You can read more about the new configuration mode at [1].
> 
> You should specify the version in the  section of your project's
> POM:
> 
> 
>  org.apache.maven.plugins
>  maven-site-plugin
>  3.0-beta-1
> 
> 
> Release Notes - Maven Site Plugin - Version 3.0-beta-1
> 
> Bug
> MSITE-456 - regression Site navigation not generated
> MSITE-460 - error when using Maven 3.x with maven-site-plugin 3.x
> MSITE-477 -  href's drop the leading character in
> the href when staging a site
> MSITE-490 - WARNING Deprecated API called - not
> org.apache.maven.doxia.sink.Sink instance and no SinkFactory
> available. Please update this plugin.
> 
> Improvement
> MSITE-436 - regenerate every page when site.xml (direct or parent) is
> changed New Feature
> MSITE-463 - Lithuanian translation
> MSITE-465 - Add a site:effective-site goal (similar to help:effective-pom)
> 
> Task
> MSITE-478 - Attach site descriptor as an artifact, not metadata, to the
> project MSITE-482 - Update to Doxia 1.1.3
> MSITE-487 - upgrade source to java 5
> 
> Users interested in testing this beta release should have a glance at
> the compatibility notes for known differences between Maven 3.0 and
> Maven 2.x:
> https://cwiki.apache.org/confluence/x/sokr
> 
> 
> Know limitations :
> * deployment vith dav currently doesn't work.
> 
> You must note that the default execution of site:attach-descriptor has
> been removed from the built-in lifecycle bindings for projects with
> packaging "pom".
> So now, you have to define the following goal execution to restore the
> intended behavior:
> 
> 
>   
> maven-site-plugin
> 3.0-beta-1
> 
>   
> attach-descriptor
> 
>   attach-descriptor
> 
>   
> 
>   
> 
> 
> On the wiki page [2], you will find more information on how to
> configure your POM in order to be able to continue building site with
> both Maven 2.x and Maven 3.

Would be good to have a real activation element for the maven version 
though.

- Jörg


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



[ANN] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-10 Thread Olivier Lamy
The Maven team is pleased to announce the release of the Maven Site
Plugin, version 3.0-beta-1 for Maven 3.
This version is intended to be the first version of the Maven Site
Plugin for Maven 3 and it currently only works with Apache Maven
3.0-beta-2.

The Site Plugin is used to generate a site for the project. The
generated site also includes the project's reports that were configured
in the  section of the POM.

The 3.x version of the Site Plugin has changed the way you configure
reports. You can read more about the new configuration mode at [1].

You should specify the version in the  section of your project's POM:


 org.apache.maven.plugins
 maven-site-plugin
 3.0-beta-1


Release Notes - Maven Site Plugin - Version 3.0-beta-1

Bug
MSITE-456 - regression Site navigation not generated
MSITE-460 - error when using Maven 3.x with maven-site-plugin 3.x
MSITE-477 -  href's drop the leading character in
the href when staging a site
MSITE-490 - WARNING Deprecated API called - not
org.apache.maven.doxia.sink.Sink instance and no SinkFactory
available. Please update this plugin.

Improvement
MSITE-436 - regenerate every page when site.xml (direct or parent) is changed
New Feature
MSITE-463 - Lithuanian translation
MSITE-465 - Add a site:effective-site goal (similar to help:effective-pom)

Task
MSITE-478 - Attach site descriptor as an artifact, not metadata, to the project
MSITE-482 - Update to Doxia 1.1.3
MSITE-487 - upgrade source to java 5

Users interested in testing this beta release should have a glance at
the compatibility notes for known differences between Maven 3.0 and
Maven 2.x:
https://cwiki.apache.org/confluence/x/sokr


Know limitations :
* deployment vith dav currently doesn't work.

You must note that the default execution of site:attach-descriptor has
been removed from the built-in lifecycle bindings for projects with
packaging "pom".
So now, you have to define the following goal execution to restore the
intended behavior:


  
maven-site-plugin
3.0-beta-1

  
attach-descriptor

  attach-descriptor

  

  


On the wiki page [2], you will find more information on how to
configure your POM in order to be able to continue building site with
both Maven 2.x and Maven 3.

You must note this version is a beta. You will find more informations
on migration [4]

-- 
The Maven  Team

[1] https://cwiki.apache.org/confluence/x/sokr Section "New Configuration"
[2] https://cwiki.apache.org/confluence/x/sokr Section "Using
maven-site-plugin 2.x with Maven 2.x and maven-site-plugin 3.x with
Maven 3.x"
[4] https://cwiki.apache.org/confluence/x/hQ1kAQ

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