You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brett Porter <br...@apache.org> on 2005/10/20 00:24:47 UTC

[ANN] Maven 2.0 Release Now Available

We are pleased to announce that Maven 2.0 has been released, and is 
available for download from http://maven.apache.org/maven2/download.html

Maven is a build system that provides software project management and 
dependancy comprehension. Based on the concept of a project object model 
(POM), Maven manages a project's build, reporting and documentation from 
a central place.

Maven 2.0 is a rewrite of the popular Maven application, designed to 
both address previous functional requirements and provide a stable 
platform for extending and enhancing its build management framework.

This release is significantly faster and smaller than Maven 1.0 and 
includes the following usability and performance improvements:

* Enhanced Dependency Management - includes dependency closures
   (transitive dependencies), version ranges, automatic build
   numbering, and automatic updating on a configurable interval

* Defined Build Lifecycle - developers can build any type of project
   using standard commands such as compile, test and install

* Unified Project Definition - manages all required build information in
   a single POM now, including project information, dependencies and
   plugin configuration

* Extended Plugin Architecture - supports Java and scripting languages
   such as Beanshell for plugin development

* Better Repository Support - includes separated snapshot repositories,
   a new more managable layout and per-project definitions of new
   repositories

* Expanded Reactor Operation - offers built-in support for multiple
   projects (without the need to perform a full install cycle to compile
   all projects) and support for project aggregation

* New Site Management Tools - supports multiple input and output
   formats, with input formats including wiki-like APT format and
   docbook, while continuing to support traditional Maven XDoc and FAQ
   format.

* New Reporting API - offers a standardised method for producing project
   information and reports

* And much more...

The Maven 2.0 release is considered stable and includes a Maven 1.0 
complete feature set, with additional functionality. The most popular 
Maven 1.0 plugins have been converted for Maven 2.0, and many more are 
available in beta.
See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more 
information on particular plugins.

Maven's advanced dependency management features rely on project 
metadata. If you are interested in improving support for the users of 
your project, see http://maven.apache.org/maven2/project-faq.html

The Maven team would like to express thanks to the user and developer 
community for their beta testing, feedback and contributions that helped 
make the release possible!

To get started with Maven now, see the getting started guide: 
http://maven.apache.org/maven2/guides/getting-started/index.html


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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Thomas Van de Velde <th...@gmail.com>.
Congratulations to all! This is great news.

On 10/20/05, Jorg Heymans <jh...@domek.be> wrote:
>
>
> Brett Porter wrote:
> > We are pleased to announce that Maven 2.0 has been released, and is
> > available for download from http://maven.apache.org/maven2/download.html
> >
>
> Congratulations , tremendous effort guys !!
>
>
> Jorg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: [ANN] Maven 2.0 Release Now Available

Posted by Jorg Heymans <jh...@domek.be>.
Brett Porter wrote:
> We are pleased to announce that Maven 2.0 has been released, and is
> available for download from http://maven.apache.org/maven2/download.html
> 

Congratulations , tremendous effort guys !!


Jorg


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


Re: [ANN] Maven 2.0 Release Now Available

Posted by John Fallows <jo...@gmail.com>.
Congratulations on a job well done. :-)

Kind Regards,
John Fallows.

On 10/19/05, Brett Porter <br...@apache.org> wrote:
> We are pleased to announce that Maven 2.0 has been released, and is
> available for download from http://maven.apache.org/maven2/download.html
>
> Maven is a build system that provides software project management and
> dependancy comprehension. Based on the concept of a project object model
> (POM), Maven manages a project's build, reporting and documentation from
> a central place.
>
> Maven 2.0 is a rewrite of the popular Maven application, designed to
> both address previous functional requirements and provide a stable
> platform for extending and enhancing its build management framework.
>
> This release is significantly faster and smaller than Maven 1.0 and
> includes the following usability and performance improvements:
>
> * Enhanced Dependency Management - includes dependency closures
>    (transitive dependencies), version ranges, automatic build
>    numbering, and automatic updating on a configurable interval
>
> * Defined Build Lifecycle - developers can build any type of project
>    using standard commands such as compile, test and install
>
> * Unified Project Definition - manages all required build information in
>    a single POM now, including project information, dependencies and
>    plugin configuration
>
> * Extended Plugin Architecture - supports Java and scripting languages
>    such as Beanshell for plugin development
>
> * Better Repository Support - includes separated snapshot repositories,
>    a new more managable layout and per-project definitions of new
>    repositories
>
> * Expanded Reactor Operation - offers built-in support for multiple
>    projects (without the need to perform a full install cycle to compile
>    all projects) and support for project aggregation
>
> * New Site Management Tools - supports multiple input and output
>    formats, with input formats including wiki-like APT format and
>    docbook, while continuing to support traditional Maven XDoc and FAQ
>    format.
>
> * New Reporting API - offers a standardised method for producing project
>    information and reports
>
> * And much more...
>
> The Maven 2.0 release is considered stable and includes a Maven 1.0
> complete feature set, with additional functionality. The most popular
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
> information on particular plugins.
>
> Maven's advanced dependency management features rely on project
> metadata. If you are interested in improving support for the users of
> your project, see http://maven.apache.org/maven2/project-faq.html
>
> The Maven team would like to express thanks to the user and developer
> community for their beta testing, feedback and contributions that helped
> make the release possible!
>
> To get started with Maven now, see the getting started guide:
> http://maven.apache.org/maven2/guides/getting-started/index.html
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Guillaume Laforge <gl...@gmail.com>.
Well done everybody for this great achievement!
I'm looking forward to have (more) fun with Maven 2.0 :-)

Guillaume

On 20/10/05, Brett Porter <br...@apache.org> wrote:
> We are pleased to announce that Maven 2.0 has been released, and is
> available for download from http://maven.apache.org/maven2/download.html
>
> Maven is a build system that provides software project management and
> dependancy comprehension. Based on the concept of a project object model
> (POM), Maven manages a project's build, reporting and documentation from
> a central place.
>
> Maven 2.0 is a rewrite of the popular Maven application, designed to
> both address previous functional requirements and provide a stable
> platform for extending and enhancing its build management framework.
>
> This release is significantly faster and smaller than Maven 1.0 and
> includes the following usability and performance improvements:
>
> * Enhanced Dependency Management - includes dependency closures
>    (transitive dependencies), version ranges, automatic build
>    numbering, and automatic updating on a configurable interval
>
> * Defined Build Lifecycle - developers can build any type of project
>    using standard commands such as compile, test and install
>
> * Unified Project Definition - manages all required build information in
>    a single POM now, including project information, dependencies and
>    plugin configuration
>
> * Extended Plugin Architecture - supports Java and scripting languages
>    such as Beanshell for plugin development
>
> * Better Repository Support - includes separated snapshot repositories,
>    a new more managable layout and per-project definitions of new
>    repositories
>
> * Expanded Reactor Operation - offers built-in support for multiple
>    projects (without the need to perform a full install cycle to compile
>    all projects) and support for project aggregation
>
> * New Site Management Tools - supports multiple input and output
>    formats, with input formats including wiki-like APT format and
>    docbook, while continuing to support traditional Maven XDoc and FAQ
>    format.
>
> * New Reporting API - offers a standardised method for producing project
>    information and reports
>
> * And much more...
>
> The Maven 2.0 release is considered stable and includes a Maven 1.0
> complete feature set, with additional functionality. The most popular
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
> information on particular plugins.
>
> Maven's advanced dependency management features rely on project
> metadata. If you are interested in improving support for the users of
> your project, see http://maven.apache.org/maven2/project-faq.html
>
> The Maven team would like to express thanks to the user and developer
> community for their beta testing, feedback and contributions that helped
> make the release possible!
>
> To get started with Maven now, see the getting started guide:
> http://maven.apache.org/maven2/guides/getting-started/index.html
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
Guillaume Laforge
http://glaforge.free.fr/blog/groovy

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


RE: [ANN] Maven 2.0 Release Now Available

Posted by Siegfried Heintze <si...@heintze.com>.
Anyone have plans to update the documentation -- maybe a tutorial on how to
get started complete with a minimal project that includes converting a
minimal maven.xml file?

Siegfried

-----Original Message-----
From: Erick Dovale [mailto:erick.dovale@carosys.com] 
Sent: Thursday, October 20, 2005 12:39 PM
To: Maven Users List
Subject: Re: [ANN] Maven 2.0 Release Now Available

Cool...

Brett Porter wrote:

>It's been submitted, but not posted. Maybe lost in the void :)
>
>I've emailed the editor to find out where its at.
>
>- Brett
>
>On 10/20/05, Erick Dovale <er...@carosys.com> wrote:
>  
>
>>Hi all,
>>Shall we post this great achievement on theserverside??
>>
>>cheers
>>
>>edovale
>>
>>Brett Porter wrote:
>>
>>    
>>
>>>We are pleased to announce that Maven 2.0 has been released, and is
>>>available for download from http://maven.apache.org/maven2/download.html
>>>
>>>Maven is a build system that provides software project management and
>>>dependancy comprehension. Based on the concept of a project object
>>>model (POM), Maven manages a project's build, reporting and
>>>documentation from a central place.
>>>
>>>Maven 2.0 is a rewrite of the popular Maven application, designed to
>>>both address previous functional requirements and provide a stable
>>>platform for extending and enhancing its build management framework.
>>>
>>>This release is significantly faster and smaller than Maven 1.0 and
>>>includes the following usability and performance improvements:
>>>
>>>* Enhanced Dependency Management - includes dependency closures
>>>  (transitive dependencies), version ranges, automatic build
>>>  numbering, and automatic updating on a configurable interval
>>>
>>>* Defined Build Lifecycle - developers can build any type of project
>>>  using standard commands such as compile, test and install
>>>
>>>* Unified Project Definition - manages all required build information in
>>>  a single POM now, including project information, dependencies and
>>>  plugin configuration
>>>
>>>* Extended Plugin Architecture - supports Java and scripting languages
>>>  such as Beanshell for plugin development
>>>
>>>* Better Repository Support - includes separated snapshot repositories,
>>>  a new more managable layout and per-project definitions of new
>>>  repositories
>>>
>>>* Expanded Reactor Operation - offers built-in support for multiple
>>>  projects (without the need to perform a full install cycle to compile
>>>  all projects) and support for project aggregation
>>>
>>>* New Site Management Tools - supports multiple input and output
>>>  formats, with input formats including wiki-like APT format and
>>>  docbook, while continuing to support traditional Maven XDoc and FAQ
>>>  format.
>>>
>>>* New Reporting API - offers a standardised method for producing project
>>>  information and reports
>>>
>>>* And much more...
>>>
>>>The Maven 2.0 release is considered stable and includes a Maven 1.0
>>>complete feature set, with additional functionality. The most popular
>>>Maven 1.0 plugins have been converted for Maven 2.0, and many more are
>>>available in beta.
>>>See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
>>>information on particular plugins.
>>>
>>>Maven's advanced dependency management features rely on project
>>>metadata. If you are interested in improving support for the users of
>>>your project, see http://maven.apache.org/maven2/project-faq.html
>>>
>>>The Maven team would like to express thanks to the user and developer
>>>community for their beta testing, feedback and contributions that
>>>helped make the release possible!
>>>
>>>To get started with Maven now, see the getting started guide:
>>>http://maven.apache.org/maven2/guides/getting-started/index.html
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>


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


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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Erick Dovale <er...@carosys.com>.
Cool...

Brett Porter wrote:

>It's been submitted, but not posted. Maybe lost in the void :)
>
>I've emailed the editor to find out where its at.
>
>- Brett
>
>On 10/20/05, Erick Dovale <er...@carosys.com> wrote:
>  
>
>>Hi all,
>>Shall we post this great achievement on theserverside??
>>
>>cheers
>>
>>edovale
>>
>>Brett Porter wrote:
>>
>>    
>>
>>>We are pleased to announce that Maven 2.0 has been released, and is
>>>available for download from http://maven.apache.org/maven2/download.html
>>>
>>>Maven is a build system that provides software project management and
>>>dependancy comprehension. Based on the concept of a project object
>>>model (POM), Maven manages a project's build, reporting and
>>>documentation from a central place.
>>>
>>>Maven 2.0 is a rewrite of the popular Maven application, designed to
>>>both address previous functional requirements and provide a stable
>>>platform for extending and enhancing its build management framework.
>>>
>>>This release is significantly faster and smaller than Maven 1.0 and
>>>includes the following usability and performance improvements:
>>>
>>>* Enhanced Dependency Management - includes dependency closures
>>>  (transitive dependencies), version ranges, automatic build
>>>  numbering, and automatic updating on a configurable interval
>>>
>>>* Defined Build Lifecycle - developers can build any type of project
>>>  using standard commands such as compile, test and install
>>>
>>>* Unified Project Definition - manages all required build information in
>>>  a single POM now, including project information, dependencies and
>>>  plugin configuration
>>>
>>>* Extended Plugin Architecture - supports Java and scripting languages
>>>  such as Beanshell for plugin development
>>>
>>>* Better Repository Support - includes separated snapshot repositories,
>>>  a new more managable layout and per-project definitions of new
>>>  repositories
>>>
>>>* Expanded Reactor Operation - offers built-in support for multiple
>>>  projects (without the need to perform a full install cycle to compile
>>>  all projects) and support for project aggregation
>>>
>>>* New Site Management Tools - supports multiple input and output
>>>  formats, with input formats including wiki-like APT format and
>>>  docbook, while continuing to support traditional Maven XDoc and FAQ
>>>  format.
>>>
>>>* New Reporting API - offers a standardised method for producing project
>>>  information and reports
>>>
>>>* And much more...
>>>
>>>The Maven 2.0 release is considered stable and includes a Maven 1.0
>>>complete feature set, with additional functionality. The most popular
>>>Maven 1.0 plugins have been converted for Maven 2.0, and many more are
>>>available in beta.
>>>See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
>>>information on particular plugins.
>>>
>>>Maven's advanced dependency management features rely on project
>>>metadata. If you are interested in improving support for the users of
>>>your project, see http://maven.apache.org/maven2/project-faq.html
>>>
>>>The Maven team would like to express thanks to the user and developer
>>>community for their beta testing, feedback and contributions that
>>>helped make the release possible!
>>>
>>>To get started with Maven now, see the getting started guide:
>>>http://maven.apache.org/maven2/guides/getting-started/index.html
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>


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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Brett Porter <br...@gmail.com>.
It's been submitted, but not posted. Maybe lost in the void :)

I've emailed the editor to find out where its at.

- Brett

On 10/20/05, Erick Dovale <er...@carosys.com> wrote:
> Hi all,
> Shall we post this great achievement on theserverside??
>
> cheers
>
> edovale
>
> Brett Porter wrote:
>
> > We are pleased to announce that Maven 2.0 has been released, and is
> > available for download from http://maven.apache.org/maven2/download.html
> >
> > Maven is a build system that provides software project management and
> > dependancy comprehension. Based on the concept of a project object
> > model (POM), Maven manages a project's build, reporting and
> > documentation from a central place.
> >
> > Maven 2.0 is a rewrite of the popular Maven application, designed to
> > both address previous functional requirements and provide a stable
> > platform for extending and enhancing its build management framework.
> >
> > This release is significantly faster and smaller than Maven 1.0 and
> > includes the following usability and performance improvements:
> >
> > * Enhanced Dependency Management - includes dependency closures
> >   (transitive dependencies), version ranges, automatic build
> >   numbering, and automatic updating on a configurable interval
> >
> > * Defined Build Lifecycle - developers can build any type of project
> >   using standard commands such as compile, test and install
> >
> > * Unified Project Definition - manages all required build information in
> >   a single POM now, including project information, dependencies and
> >   plugin configuration
> >
> > * Extended Plugin Architecture - supports Java and scripting languages
> >   such as Beanshell for plugin development
> >
> > * Better Repository Support - includes separated snapshot repositories,
> >   a new more managable layout and per-project definitions of new
> >   repositories
> >
> > * Expanded Reactor Operation - offers built-in support for multiple
> >   projects (without the need to perform a full install cycle to compile
> >   all projects) and support for project aggregation
> >
> > * New Site Management Tools - supports multiple input and output
> >   formats, with input formats including wiki-like APT format and
> >   docbook, while continuing to support traditional Maven XDoc and FAQ
> >   format.
> >
> > * New Reporting API - offers a standardised method for producing project
> >   information and reports
> >
> > * And much more...
> >
> > The Maven 2.0 release is considered stable and includes a Maven 1.0
> > complete feature set, with additional functionality. The most popular
> > Maven 1.0 plugins have been converted for Maven 2.0, and many more are
> > available in beta.
> > See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
> > information on particular plugins.
> >
> > Maven's advanced dependency management features rely on project
> > metadata. If you are interested in improving support for the users of
> > your project, see http://maven.apache.org/maven2/project-faq.html
> >
> > The Maven team would like to express thanks to the user and developer
> > community for their beta testing, feedback and contributions that
> > helped make the release possible!
> >
> > To get started with Maven now, see the getting started guide:
> > http://maven.apache.org/maven2/guides/getting-started/index.html
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Erick Dovale <er...@carosys.com>.
Hi all,
Shall we post this great achievement on theserverside??

cheers

edovale

Brett Porter wrote:

> We are pleased to announce that Maven 2.0 has been released, and is 
> available for download from http://maven.apache.org/maven2/download.html
>
> Maven is a build system that provides software project management and 
> dependancy comprehension. Based on the concept of a project object 
> model (POM), Maven manages a project's build, reporting and 
> documentation from a central place.
>
> Maven 2.0 is a rewrite of the popular Maven application, designed to 
> both address previous functional requirements and provide a stable 
> platform for extending and enhancing its build management framework.
>
> This release is significantly faster and smaller than Maven 1.0 and 
> includes the following usability and performance improvements:
>
> * Enhanced Dependency Management - includes dependency closures
>   (transitive dependencies), version ranges, automatic build
>   numbering, and automatic updating on a configurable interval
>
> * Defined Build Lifecycle - developers can build any type of project
>   using standard commands such as compile, test and install
>
> * Unified Project Definition - manages all required build information in
>   a single POM now, including project information, dependencies and
>   plugin configuration
>
> * Extended Plugin Architecture - supports Java and scripting languages
>   such as Beanshell for plugin development
>
> * Better Repository Support - includes separated snapshot repositories,
>   a new more managable layout and per-project definitions of new
>   repositories
>
> * Expanded Reactor Operation - offers built-in support for multiple
>   projects (without the need to perform a full install cycle to compile
>   all projects) and support for project aggregation
>
> * New Site Management Tools - supports multiple input and output
>   formats, with input formats including wiki-like APT format and
>   docbook, while continuing to support traditional Maven XDoc and FAQ
>   format.
>
> * New Reporting API - offers a standardised method for producing project
>   information and reports
>
> * And much more...
>
> The Maven 2.0 release is considered stable and includes a Maven 1.0 
> complete feature set, with additional functionality. The most popular 
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are 
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more 
> information on particular plugins.
>
> Maven's advanced dependency management features rely on project 
> metadata. If you are interested in improving support for the users of 
> your project, see http://maven.apache.org/maven2/project-faq.html
>
> The Maven team would like to express thanks to the user and developer 
> community for their beta testing, feedback and contributions that 
> helped make the release possible!
>
> To get started with Maven now, see the getting started guide: 
> http://maven.apache.org/maven2/guides/getting-started/index.html
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


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


Re: [ANN] Maven 2.0 Release Now Available

Posted by "Jeffrey D. Brekke" <jb...@wi.rr.com>.
Nice work, congrats!

Jason van Zyl wrote:
> On Wed, 2005-10-19 at 15:24 -0700, Brett Porter wrote:
> 
>>We are pleased to announce that Maven 2.0 has been released, and is 
>>available for download from http://maven.apache.org/maven2/download.html
> 
> 
> Woo hoo!
> 
> Limbo time!
> 
> This is very exciting, but we ask that everyone keep their pants on,
> especially James!
> 
> I'm taking liberties with some inside jokes but hey after four years of
> working (yes 4) it is amazing to see Maven 2.x being released. This is
> what Maven was meant to be and I think users are going to be really
> happy.
> 
> Many, many people have worked on this release to make it possible but
> this release would not have been possible without the incredible amount
> of work put in by Brett, John, Emmanuel and Trygve. Again, woo hoo!
> 


-- 
=====================================================================
Jeffrey D. Brekke                                   jbrekke@wi.rr.com
Wisconsin,  USA                                     brekke@apache.org
                                                     ekkerbj@yahoo.com
http://www.bloglines.com/blog/jbrekke               ekkerbj@gmail.com


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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Brill Pappin <jo...@gmail.com>.
Wow... a few minutes ago I installed the RC version from Brett's site...
gess I better do it all again!

- Brill Pappin

On 10/19/05, Jason van Zyl <ja...@maven.org> wrote:
>
> On Wed, 2005-10-19 at 15:24 -0700, Brett Porter wrote:
> > We are pleased to announce that Maven 2.0 has been released, and is
> > available for download from http://maven.apache.org/maven2/download.html
>
> Woo hoo!
>
> Limbo time!
>
> This is very exciting, but we ask that everyone keep their pants on,
> especially James!
>
> I'm taking liberties with some inside jokes but hey after four years of
> working (yes 4) it is amazing to see Maven 2.x being released. This is
> what Maven was meant to be and I think users are going to be really
> happy.
>
> Many, many people have worked on this release to make it possible but
> this release would not have been possible without the incredible amount
> of work put in by Brett, John, Emmanuel and Trygve. Again, woo hoo!
>
> --
> jvz.
>
> Jason van Zyl
> jason at maven.org <http://maven.org>
> http://maven.apache.org
>
> Three people can keep a secret provided two of them are dead.
>
> -- Unknown
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: [ANN] Maven 2.0 Release Now Available

Posted by Jason van Zyl <ja...@maven.org>.
On Wed, 2005-10-19 at 15:24 -0700, Brett Porter wrote:
> We are pleased to announce that Maven 2.0 has been released, and is 
> available for download from http://maven.apache.org/maven2/download.html

Woo hoo!

Limbo time!

This is very exciting, but we ask that everyone keep their pants on,
especially James!

I'm taking liberties with some inside jokes but hey after four years of
working (yes 4) it is amazing to see Maven 2.x being released. This is
what Maven was meant to be and I think users are going to be really
happy.

Many, many people have worked on this release to make it possible but
this release would not have been possible without the incredible amount
of work put in by Brett, John, Emmanuel and Trygve. Again, woo hoo!

-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Three people can keep a secret provided two of them are dead.

 -- Unknown


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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Jeff Turner <je...@apache.org>.
Congrats :)

On Wed, Oct 19, 2005 at 03:24:47PM -0700, Brett Porter wrote:
...
> The Maven 2.0 release is considered stable and includes a Maven 1.0 
> complete feature set, with additional functionality. The most popular 
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are 
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more 
> information on particular plugins.

This URL is 404'ing. The correct page is:

http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix


--Jeff

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


Re: [ANN] Maven 2.0 Release Now Available

Posted by John Fallows <jo...@gmail.com>.
Congratulations on a job well done. :-)

Kind Regards,
John Fallows.

On 10/19/05, Brett Porter <br...@apache.org> wrote:
> We are pleased to announce that Maven 2.0 has been released, and is
> available for download from http://maven.apache.org/maven2/download.html
>
> Maven is a build system that provides software project management and
> dependancy comprehension. Based on the concept of a project object model
> (POM), Maven manages a project's build, reporting and documentation from
> a central place.
>
> Maven 2.0 is a rewrite of the popular Maven application, designed to
> both address previous functional requirements and provide a stable
> platform for extending and enhancing its build management framework.
>
> This release is significantly faster and smaller than Maven 1.0 and
> includes the following usability and performance improvements:
>
> * Enhanced Dependency Management - includes dependency closures
>    (transitive dependencies), version ranges, automatic build
>    numbering, and automatic updating on a configurable interval
>
> * Defined Build Lifecycle - developers can build any type of project
>    using standard commands such as compile, test and install
>
> * Unified Project Definition - manages all required build information in
>    a single POM now, including project information, dependencies and
>    plugin configuration
>
> * Extended Plugin Architecture - supports Java and scripting languages
>    such as Beanshell for plugin development
>
> * Better Repository Support - includes separated snapshot repositories,
>    a new more managable layout and per-project definitions of new
>    repositories
>
> * Expanded Reactor Operation - offers built-in support for multiple
>    projects (without the need to perform a full install cycle to compile
>    all projects) and support for project aggregation
>
> * New Site Management Tools - supports multiple input and output
>    formats, with input formats including wiki-like APT format and
>    docbook, while continuing to support traditional Maven XDoc and FAQ
>    format.
>
> * New Reporting API - offers a standardised method for producing project
>    information and reports
>
> * And much more...
>
> The Maven 2.0 release is considered stable and includes a Maven 1.0
> complete feature set, with additional functionality. The most popular
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
> information on particular plugins.
>
> Maven's advanced dependency management features rely on project
> metadata. If you are interested in improving support for the users of
> your project, see http://maven.apache.org/maven2/project-faq.html
>
> The Maven team would like to express thanks to the user and developer
> community for their beta testing, feedback and contributions that helped
> make the release possible!
>
> To get started with Maven now, see the getting started guide:
> http://maven.apache.org/maven2/guides/getting-started/index.html
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Mark Hobson <ma...@gmail.com>.
Fantastic - thanks for all the great work everyone!

Mark

On 20/10/05, Orjan Nygaard Austvold <au...@colibria.com> wrote:
> Congratulations to all of you!
>
> Best regards,
> Ørjan Austvold
>
>
> Brett Porter wrote:
>
> > We are pleased to announce that Maven 2.0 has been released, and is
> > available for download from http://maven.apache.org/maven2/download.html
> >
> > Maven is a build system that provides software project management and
> > dependancy comprehension. Based on the concept of a project object
> > model (POM), Maven manages a project's build, reporting and
> > documentation from a central place.
> >
> > Maven 2.0 is a rewrite of the popular Maven application, designed to
> > both address previous functional requirements and provide a stable
> > platform for extending and enhancing its build management framework.
> >
> > This release is significantly faster and smaller than Maven 1.0 and
> > includes the following usability and performance improvements:
> >
> > * Enhanced Dependency Management - includes dependency closures
> >   (transitive dependencies), version ranges, automatic build
> >   numbering, and automatic updating on a configurable interval
> >
> > * Defined Build Lifecycle - developers can build any type of project
> >   using standard commands such as compile, test and install
> >
> > * Unified Project Definition - manages all required build information in
> >   a single POM now, including project information, dependencies and
> >   plugin configuration
> >
> > * Extended Plugin Architecture - supports Java and scripting languages
> >   such as Beanshell for plugin development
> >
> > * Better Repository Support - includes separated snapshot repositories,
> >   a new more managable layout and per-project definitions of new
> >   repositories
> >
> > * Expanded Reactor Operation - offers built-in support for multiple
> >   projects (without the need to perform a full install cycle to compile
> >   all projects) and support for project aggregation
> >
> > * New Site Management Tools - supports multiple input and output
> >   formats, with input formats including wiki-like APT format and
> >   docbook, while continuing to support traditional Maven XDoc and FAQ
> >   format.
> >
> > * New Reporting API - offers a standardised method for producing project
> >   information and reports
> >
> > * And much more...
> >
> > The Maven 2.0 release is considered stable and includes a Maven 1.0
> > complete feature set, with additional functionality. The most popular
> > Maven 1.0 plugins have been converted for Maven 2.0, and many more are
> > available in beta.
> > See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
> > information on particular plugins.
> >
> > Maven's advanced dependency management features rely on project
> > metadata. If you are interested in improving support for the users of
> > your project, see http://maven.apache.org/maven2/project-faq.html
> >
> > The Maven team would like to express thanks to the user and developer
> > community for their beta testing, feedback and contributions that
> > helped make the release possible!
> >
> > To get started with Maven now, see the getting started guide:
> > http://maven.apache.org/maven2/guides/getting-started/index.html
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Mark Hobson <ma...@gmail.com>.
Fantastic - thanks for all the great work everyone!

Mark

On 20/10/05, Orjan Nygaard Austvold <au...@colibria.com> wrote:
> Congratulations to all of you!
>
> Best regards,
> Ørjan Austvold
>
>
> Brett Porter wrote:
>
> > We are pleased to announce that Maven 2.0 has been released, and is
> > available for download from http://maven.apache.org/maven2/download.html
> >
> > Maven is a build system that provides software project management and
> > dependancy comprehension. Based on the concept of a project object
> > model (POM), Maven manages a project's build, reporting and
> > documentation from a central place.
> >
> > Maven 2.0 is a rewrite of the popular Maven application, designed to
> > both address previous functional requirements and provide a stable
> > platform for extending and enhancing its build management framework.
> >
> > This release is significantly faster and smaller than Maven 1.0 and
> > includes the following usability and performance improvements:
> >
> > * Enhanced Dependency Management - includes dependency closures
> >   (transitive dependencies), version ranges, automatic build
> >   numbering, and automatic updating on a configurable interval
> >
> > * Defined Build Lifecycle - developers can build any type of project
> >   using standard commands such as compile, test and install
> >
> > * Unified Project Definition - manages all required build information in
> >   a single POM now, including project information, dependencies and
> >   plugin configuration
> >
> > * Extended Plugin Architecture - supports Java and scripting languages
> >   such as Beanshell for plugin development
> >
> > * Better Repository Support - includes separated snapshot repositories,
> >   a new more managable layout and per-project definitions of new
> >   repositories
> >
> > * Expanded Reactor Operation - offers built-in support for multiple
> >   projects (without the need to perform a full install cycle to compile
> >   all projects) and support for project aggregation
> >
> > * New Site Management Tools - supports multiple input and output
> >   formats, with input formats including wiki-like APT format and
> >   docbook, while continuing to support traditional Maven XDoc and FAQ
> >   format.
> >
> > * New Reporting API - offers a standardised method for producing project
> >   information and reports
> >
> > * And much more...
> >
> > The Maven 2.0 release is considered stable and includes a Maven 1.0
> > complete feature set, with additional functionality. The most popular
> > Maven 1.0 plugins have been converted for Maven 2.0, and many more are
> > available in beta.
> > See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
> > information on particular plugins.
> >
> > Maven's advanced dependency management features rely on project
> > metadata. If you are interested in improving support for the users of
> > your project, see http://maven.apache.org/maven2/project-faq.html
> >
> > The Maven team would like to express thanks to the user and developer
> > community for their beta testing, feedback and contributions that
> > helped make the release possible!
> >
> > To get started with Maven now, see the getting started guide:
> > http://maven.apache.org/maven2/guides/getting-started/index.html
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Orjan Nygaard Austvold <au...@colibria.com>.
Congratulations to all of you!

Best regards,
Ørjan Austvold


Brett Porter wrote:

> We are pleased to announce that Maven 2.0 has been released, and is
> available for download from http://maven.apache.org/maven2/download.html
>
> Maven is a build system that provides software project management and
> dependancy comprehension. Based on the concept of a project object
> model (POM), Maven manages a project's build, reporting and
> documentation from a central place.
>
> Maven 2.0 is a rewrite of the popular Maven application, designed to
> both address previous functional requirements and provide a stable
> platform for extending and enhancing its build management framework.
>
> This release is significantly faster and smaller than Maven 1.0 and
> includes the following usability and performance improvements:
>
> * Enhanced Dependency Management - includes dependency closures
>   (transitive dependencies), version ranges, automatic build
>   numbering, and automatic updating on a configurable interval
>
> * Defined Build Lifecycle - developers can build any type of project
>   using standard commands such as compile, test and install
>
> * Unified Project Definition - manages all required build information in
>   a single POM now, including project information, dependencies and
>   plugin configuration
>
> * Extended Plugin Architecture - supports Java and scripting languages
>   such as Beanshell for plugin development
>
> * Better Repository Support - includes separated snapshot repositories,
>   a new more managable layout and per-project definitions of new
>   repositories
>
> * Expanded Reactor Operation - offers built-in support for multiple
>   projects (without the need to perform a full install cycle to compile
>   all projects) and support for project aggregation
>
> * New Site Management Tools - supports multiple input and output
>   formats, with input formats including wiki-like APT format and
>   docbook, while continuing to support traditional Maven XDoc and FAQ
>   format.
>
> * New Reporting API - offers a standardised method for producing project
>   information and reports
>
> * And much more...
>
> The Maven 2.0 release is considered stable and includes a Maven 1.0
> complete feature set, with additional functionality. The most popular
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
> information on particular plugins.
>
> Maven's advanced dependency management features rely on project
> metadata. If you are interested in improving support for the users of
> your project, see http://maven.apache.org/maven2/project-faq.html
>
> The Maven team would like to express thanks to the user and developer
> community for their beta testing, feedback and contributions that
> helped make the release possible!
>
> To get started with Maven now, see the getting started guide:
> http://maven.apache.org/maven2/guides/getting-started/index.html
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Jeff Turner <je...@apache.org>.
Congrats :)

On Wed, Oct 19, 2005 at 03:24:47PM -0700, Brett Porter wrote:
...
> The Maven 2.0 release is considered stable and includes a Maven 1.0 
> complete feature set, with additional functionality. The most popular 
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are 
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more 
> information on particular plugins.

This URL is 404'ing. The correct page is:

http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix


--Jeff

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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Orjan Nygaard Austvold <au...@colibria.com>.
Congratulations to all of you!

Best regards,
Ørjan Austvold


Brett Porter wrote:

> We are pleased to announce that Maven 2.0 has been released, and is
> available for download from http://maven.apache.org/maven2/download.html
>
> Maven is a build system that provides software project management and
> dependancy comprehension. Based on the concept of a project object
> model (POM), Maven manages a project's build, reporting and
> documentation from a central place.
>
> Maven 2.0 is a rewrite of the popular Maven application, designed to
> both address previous functional requirements and provide a stable
> platform for extending and enhancing its build management framework.
>
> This release is significantly faster and smaller than Maven 1.0 and
> includes the following usability and performance improvements:
>
> * Enhanced Dependency Management - includes dependency closures
>   (transitive dependencies), version ranges, automatic build
>   numbering, and automatic updating on a configurable interval
>
> * Defined Build Lifecycle - developers can build any type of project
>   using standard commands such as compile, test and install
>
> * Unified Project Definition - manages all required build information in
>   a single POM now, including project information, dependencies and
>   plugin configuration
>
> * Extended Plugin Architecture - supports Java and scripting languages
>   such as Beanshell for plugin development
>
> * Better Repository Support - includes separated snapshot repositories,
>   a new more managable layout and per-project definitions of new
>   repositories
>
> * Expanded Reactor Operation - offers built-in support for multiple
>   projects (without the need to perform a full install cycle to compile
>   all projects) and support for project aggregation
>
> * New Site Management Tools - supports multiple input and output
>   formats, with input formats including wiki-like APT format and
>   docbook, while continuing to support traditional Maven XDoc and FAQ
>   format.
>
> * New Reporting API - offers a standardised method for producing project
>   information and reports
>
> * And much more...
>
> The Maven 2.0 release is considered stable and includes a Maven 1.0
> complete feature set, with additional functionality. The most popular
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
> information on particular plugins.
>
> Maven's advanced dependency management features rely on project
> metadata. If you are interested in improving support for the users of
> your project, see http://maven.apache.org/maven2/project-faq.html
>
> The Maven team would like to express thanks to the user and developer
> community for their beta testing, feedback and contributions that
> helped make the release possible!
>
> To get started with Maven now, see the getting started guide:
> http://maven.apache.org/maven2/guides/getting-started/index.html
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


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


Re: [ANN] Maven 2.0 Release Now Available

Posted by Adam Hardy <ad...@cyberspaceroad.com>.
Fantastic work, Maven Team!

I think the flood of users onto this user group has already started, I 
have definitely noticed almost double the emails since beta-1 came out.



Vincent Massol on 19/10/05 23:47, wrote:
> Woohoo! This is a great achievement. Well done everyone!
> 
> Now be ready for the mailing list flood that will arrive... ;-)
> 
> This is now that the faqbot would be useful. A pity it's not ready yet. But
> fortunately we've got Jason's doc to help :-)
> 
> -Vincent
> 
> 
>>-----Original Message-----
>>From: Brett Porter [mailto:brett@apache.org]
>>Sent: jeudi 20 octobre 2005 00:25
>>To: users@maven.apache.org
>>Cc: dev@maven.apache.org
>>Subject: [ANN] Maven 2.0 Release Now Available
>>
>>We are pleased to announce that Maven 2.0 has been released, and is
>>available for download from http://maven.apache.org/maven2/download.html
>>
>>Maven is a build system that provides software project management and
>>dependancy comprehension. Based on the concept of a project object model
>>(POM), Maven manages a project's build, reporting and documentation from
>>a central place.
>>
>>Maven 2.0 is a rewrite of the popular Maven application, designed to
>>both address previous functional requirements and provide a stable
>>platform for extending and enhancing its build management framework.
>>
>>This release is significantly faster and smaller than Maven 1.0 and
>>includes the following usability and performance improvements:
>>
>>* Enhanced Dependency Management - includes dependency closures
>>   (transitive dependencies), version ranges, automatic build
>>   numbering, and automatic updating on a configurable interval
>>
>>* Defined Build Lifecycle - developers can build any type of project
>>   using standard commands such as compile, test and install
>>
>>* Unified Project Definition - manages all required build information in
>>   a single POM now, including project information, dependencies and
>>   plugin configuration
>>
>>* Extended Plugin Architecture - supports Java and scripting languages
>>   such as Beanshell for plugin development
>>
>>* Better Repository Support - includes separated snapshot repositories,
>>   a new more managable layout and per-project definitions of new
>>   repositories
>>
>>* Expanded Reactor Operation - offers built-in support for multiple
>>   projects (without the need to perform a full install cycle to compile
>>   all projects) and support for project aggregation
>>
>>* New Site Management Tools - supports multiple input and output
>>   formats, with input formats including wiki-like APT format and
>>   docbook, while continuing to support traditional Maven XDoc and FAQ
>>   format.
>>
>>* New Reporting API - offers a standardised method for producing project
>>   information and reports
>>
>>* And much more...
>>
>>The Maven 2.0 release is considered stable and includes a Maven 1.0
>>complete feature set, with additional functionality. The most popular
>>Maven 1.0 plugins have been converted for Maven 2.0, and many more are
>>available in beta.
>>See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
>>information on particular plugins.
>>
>>Maven's advanced dependency management features rely on project
>>metadata. If you are interested in improving support for the users of
>>your project, see http://maven.apache.org/maven2/project-faq.html
>>
>>The Maven team would like to express thanks to the user and developer
>>community for their beta testing, feedback and contributions that helped
>>make the release possible!
>>
>>To get started with Maven now, see the getting started guide:
>>http://maven.apache.org/maven2/guides/getting-started/index.html
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


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


RE: [ANN] Maven 2.0 Release Now Available

Posted by Vincent Massol <vm...@pivolis.com>.
Woohoo! This is a great achievement. Well done everyone!

Now be ready for the mailing list flood that will arrive... ;-)

This is now that the faqbot would be useful. A pity it's not ready yet. But
fortunately we've got Jason's doc to help :-)

-Vincent

> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org]
> Sent: jeudi 20 octobre 2005 00:25
> To: users@maven.apache.org
> Cc: dev@maven.apache.org
> Subject: [ANN] Maven 2.0 Release Now Available
> 
> We are pleased to announce that Maven 2.0 has been released, and is
> available for download from http://maven.apache.org/maven2/download.html
> 
> Maven is a build system that provides software project management and
> dependancy comprehension. Based on the concept of a project object model
> (POM), Maven manages a project's build, reporting and documentation from
> a central place.
> 
> Maven 2.0 is a rewrite of the popular Maven application, designed to
> both address previous functional requirements and provide a stable
> platform for extending and enhancing its build management framework.
> 
> This release is significantly faster and smaller than Maven 1.0 and
> includes the following usability and performance improvements:
> 
> * Enhanced Dependency Management - includes dependency closures
>    (transitive dependencies), version ranges, automatic build
>    numbering, and automatic updating on a configurable interval
> 
> * Defined Build Lifecycle - developers can build any type of project
>    using standard commands such as compile, test and install
> 
> * Unified Project Definition - manages all required build information in
>    a single POM now, including project information, dependencies and
>    plugin configuration
> 
> * Extended Plugin Architecture - supports Java and scripting languages
>    such as Beanshell for plugin development
> 
> * Better Repository Support - includes separated snapshot repositories,
>    a new more managable layout and per-project definitions of new
>    repositories
> 
> * Expanded Reactor Operation - offers built-in support for multiple
>    projects (without the need to perform a full install cycle to compile
>    all projects) and support for project aggregation
> 
> * New Site Management Tools - supports multiple input and output
>    formats, with input formats including wiki-like APT format and
>    docbook, while continuing to support traditional Maven XDoc and FAQ
>    format.
> 
> * New Reporting API - offers a standardised method for producing project
>    information and reports
> 
> * And much more...
> 
> The Maven 2.0 release is considered stable and includes a Maven 1.0
> complete feature set, with additional functionality. The most popular
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
> information on particular plugins.
> 
> Maven's advanced dependency management features rely on project
> metadata. If you are interested in improving support for the users of
> your project, see http://maven.apache.org/maven2/project-faq.html
> 
> The Maven team would like to express thanks to the user and developer
> community for their beta testing, feedback and contributions that helped
> make the release possible!
> 
> To get started with Maven now, see the getting started guide:
> http://maven.apache.org/maven2/guides/getting-started/index.html
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org



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


RE: [ANN] Maven 2.0 Release Now Available

Posted by Kevin McNamee <ke...@symsoft.se>.
Congrats! Well done!

/Kevin

-----Original Message-----
From: Brett Porter [mailto:brett@apache.org] 
Sent: 20 October 2005 00:25
To: users@maven.apache.org
Cc: dev@maven.apache.org
Subject: [ANN] Maven 2.0 Release Now Available

We are pleased to announce that Maven 2.0 has been released, and is 
available for download from http://maven.apache.org/maven2/download.html

Maven is a build system that provides software project management and 
dependancy comprehension. Based on the concept of a project object model 
(POM), Maven manages a project's build, reporting and documentation from 
a central place.

Maven 2.0 is a rewrite of the popular Maven application, designed to 
both address previous functional requirements and provide a stable 
platform for extending and enhancing its build management framework.

This release is significantly faster and smaller than Maven 1.0 and 
includes the following usability and performance improvements:

* Enhanced Dependency Management - includes dependency closures
   (transitive dependencies), version ranges, automatic build
   numbering, and automatic updating on a configurable interval

* Defined Build Lifecycle - developers can build any type of project
   using standard commands such as compile, test and install

* Unified Project Definition - manages all required build information in
   a single POM now, including project information, dependencies and
   plugin configuration

* Extended Plugin Architecture - supports Java and scripting languages
   such as Beanshell for plugin development

* Better Repository Support - includes separated snapshot repositories,
   a new more managable layout and per-project definitions of new
   repositories

* Expanded Reactor Operation - offers built-in support for multiple
   projects (without the need to perform a full install cycle to compile
   all projects) and support for project aggregation

* New Site Management Tools - supports multiple input and output
   formats, with input formats including wiki-like APT format and
   docbook, while continuing to support traditional Maven XDoc and FAQ
   format.

* New Reporting API - offers a standardised method for producing project
   information and reports

* And much more...

The Maven 2.0 release is considered stable and includes a Maven 1.0 
complete feature set, with additional functionality. The most popular 
Maven 1.0 plugins have been converted for Maven 2.0, and many more are 
available in beta.
See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more 
information on particular plugins.

Maven's advanced dependency management features rely on project 
metadata. If you are interested in improving support for the users of 
your project, see http://maven.apache.org/maven2/project-faq.html

The Maven team would like to express thanks to the user and developer 
community for their beta testing, feedback and contributions that helped 
make the release possible!

To get started with Maven now, see the getting started guide: 
http://maven.apache.org/maven2/guides/getting-started/index.html


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




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


RE: [ANN] Maven 2.0 Release Now Available

Posted by fa...@mpsa.com.



We've been so much looking forward to it, congrats!!! :oD

Best Regards / Cordialement,
Fabrice BELLINGARD
DINQ/DSIN/INSI/EATE/IDVS/AIDV
(+33) (01 61) 45 15 91  -  fabrice.belingard@mpsa.com


                                                                           
             Brett Porter                                                  
             <brett@apache.or                                              
             g>                                                       Pour 
                                       users@maven.apache.org              
             20/10/2005 00:24                                           cc 
                                       dev@maven.apache.org                
                                                                     Objet 
                 Veuillez              [ANN] Maven 2.0 Release Now         
                répondre à             Available                           
             Maven Users List                                              
             <users@maven.apa                                              
                 che.org>                                                  
                                                                           
                                                                           
                                                                           




We are pleased to announce that Maven 2.0 has been released, and is
available for download from http://maven.apache.org/maven2/download.html

Maven is a build system that provides software project management and
dependancy comprehension. Based on the concept of a project object model
(POM), Maven manages a project's build, reporting and documentation from
a central place.

Maven 2.0 is a rewrite of the popular Maven application, designed to
both address previous functional requirements and provide a stable
platform for extending and enhancing its build management framework.

This release is significantly faster and smaller than Maven 1.0 and
includes the following usability and performance improvements:

* Enhanced Dependency Management - includes dependency closures
   (transitive dependencies), version ranges, automatic build
   numbering, and automatic updating on a configurable interval

* Defined Build Lifecycle - developers can build any type of project
   using standard commands such as compile, test and install

* Unified Project Definition - manages all required build information in
   a single POM now, including project information, dependencies and
   plugin configuration

* Extended Plugin Architecture - supports Java and scripting languages
   such as Beanshell for plugin development

* Better Repository Support - includes separated snapshot repositories,
   a new more managable layout and per-project definitions of new
   repositories

* Expanded Reactor Operation - offers built-in support for multiple
   projects (without the need to perform a full install cycle to compile
   all projects) and support for project aggregation

* New Site Management Tools - supports multiple input and output
   formats, with input formats including wiki-like APT format and
   docbook, while continuing to support traditional Maven XDoc and FAQ
   format.

* New Reporting API - offers a standardised method for producing project
   information and reports

* And much more...

The Maven 2.0 release is considered stable and includes a Maven 1.0
complete feature set, with additional functionality. The most popular
Maven 1.0 plugins have been converted for Maven 2.0, and many more are
available in beta.
See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more
information on particular plugins.

Maven's advanced dependency management features rely on project
metadata. If you are interested in improving support for the users of
your project, see http://maven.apache.org/maven2/project-faq.html

The Maven team would like to express thanks to the user and developer
community for their beta testing, feedback and contributions that helped
make the release possible!

To get started with Maven now, see the getting started guide:
http://maven.apache.org/maven2/guides/getting-started/index.html


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




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


Re: [ANN] Maven 2.0 Release Now Available

Posted by David Sag <ds...@epo.org>.
Fantastic work all round.  well done everyone involved.  This has come at 
exactly the right time for the project I am about to start.

Kind regards,
Dave Sag 




 

Brett Porter <br...@apache.org> wrote on 20/10/2005 12:24:47 AM:

> We are pleased to announce that Maven 2.0 has been released, and is 
> available for download from http://maven.apache.org/maven2/download.html
> 
> Maven is a build system that provides software project management and 
> dependancy comprehension. Based on the concept of a project object model 

> (POM), Maven manages a project's build, reporting and documentation from 

> a central place.
> 
> Maven 2.0 is a rewrite of the popular Maven application, designed to 
> both address previous functional requirements and provide a stable 
> platform for extending and enhancing its build management framework.
> 
> This release is significantly faster and smaller than Maven 1.0 and 
> includes the following usability and performance improvements:
> 
> * Enhanced Dependency Management - includes dependency closures
>    (transitive dependencies), version ranges, automatic build
>    numbering, and automatic updating on a configurable interval
> 
> * Defined Build Lifecycle - developers can build any type of project
>    using standard commands such as compile, test and install
> 
> * Unified Project Definition - manages all required build information in
>    a single POM now, including project information, dependencies and
>    plugin configuration
> 
> * Extended Plugin Architecture - supports Java and scripting languages
>    such as Beanshell for plugin development
> 
> * Better Repository Support - includes separated snapshot repositories,
>    a new more managable layout and per-project definitions of new
>    repositories
> 
> * Expanded Reactor Operation - offers built-in support for multiple
>    projects (without the need to perform a full install cycle to compile
>    all projects) and support for project aggregation
> 
> * New Site Management Tools - supports multiple input and output
>    formats, with input formats including wiki-like APT format and
>    docbook, while continuing to support traditional Maven XDoc and FAQ
>    format.
> 
> * New Reporting API - offers a standardised method for producing project
>    information and reports
> 
> * And much more...
> 
> The Maven 2.0 release is considered stable and includes a Maven 1.0 
> complete feature set, with additional functionality. The most popular 
> Maven 1.0 plugins have been converted for Maven 2.0, and many more are 
> available in beta.
> See http://docs.codehaus.org/pages/MAVEN/Maven+Plugin+Matrix for more 
> information on particular plugins.
> 
> Maven's advanced dependency management features rely on project 
> metadata. If you are interested in improving support for the users of 
> your project, see http://maven.apache.org/maven2/project-faq.html
> 
> The Maven team would like to express thanks to the user and developer 
> community for their beta testing, feedback and contributions that helped 

> make the release possible!
> 
> To get started with Maven now, see the getting started guide: 
> http://maven.apache.org/maven2/guides/getting-started/index.html
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>