You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by John Casey <jd...@commonjava.org> on 2009/03/19 01:12:00 UTC

[vote] Maven 2.1.0

Hi everyone,

It looks like Maven 2.1.0 is ready to release.

You can try the binaries here:

http://tinyurl.com/maven-2-1-0-vote
(https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/)

We've resolved 85 issues for this release (enumerated at the end of this 
message):

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587

Vote's open for 72 hours. Please cast your vote:

[ ] +1
[ ] +0
[ ] -1

Here's my +1.

Thanks,

-john

===


Release Notes - Maven 2 - Version 2.1.0

** Sub-task
     * [MNG-4025] - Prominently document opt-out setting for parallel 
artifact resolution for users
     * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it 
is released

** Bug
     * [MNG-1349] - openssl checksums are not accepted by maven
     * [MNG-1585] - debug logging from wagon not shown in debug mode
     * [MNG-1992] - CLI -D should override properties in settings.xml
     * [MNG-1999] - Reporting inheritance does not work properly
     * [MNG-2432] - Apache and Mojo plugins take precendence over 
plugins in the pom.
     * [MNG-2433] - Maven looks for snapshots in offline mode
     * [MNG-2605] - Profiles in profiles.xml are active by default
     * [MNG-2668] - Plugin dependencies should be considered when the 
reactor creates the build order list
     * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't 
handle NoClassDefFoundError correctly
     * [MNG-2695] - -o makes build fail for snapshot plugins
     * [MNG-2720] - Multiproject dependencies not accurate for 
project.compileClasspathElements when run from root project
     * [MNG-3023] - Reactor projects should be included in dependency 
resolution
     * [MNG-3057] - properties not expanded in generated POMs when 
building A/B/C nested projects
     * [MNG-3139] - The skin does not exist: Unable to determine the 
release version
     * [MNG-3217] - a plugin's dependencies can influence other plugins 
in a build
     * [MNG-3228] - Maven profile activation does not work when profile 
is defined in inherited 'parent' pom
     * [MNG-3271] - <excludeDefaults> does not seem to work
     * [MNG-3284] - Cached plugins are used, even when the specifically 
declared
     * [MNG-3314] - offline build not running, when having SNAPSHOT 
dependencies
     * [MNG-3621] - site url inheritance broken for UNC paths
     * [MNG-3628] - When running offline, snapshot artifcats cannot be 
resolved even if they have previously be dowloaded from a repository
     * [MNG-3641] - Lack of error checks on profiles
     * [MNG-3645] - Maven doesn't do strict model validation for POMs in 
the current reactor
     * [MNG-3719] - [regression] plugin execution ordering no longer POM 
ordered in 2.0.9
     * [MNG-3757] - Setting M2_HOME to nothing and running ant delets 
contents of the current folder
     * [MNG-3769] - [regression] Excluding relocated transitive 
dependencies does not work
     * [MNG-3776] - Namespace misspelled in settings.xml
     * [MNG-3808] - Execution order of report plugins is arbitrary if 
inheritance is involved
     * [MNG-3810] - [regression] Null Pointer Exception when Activation 
Profile Property is Empty
     * [MNG-3811] - Report plugins don't inherit configuration
     * [MNG-3899] - Inheritance does not merge extensions with same gid 
and aid
     * [MNG-3906] - Project-level plugin dependencies are in random 
order after merging
     * [MNG-3920] - Problem using velocity component
     * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user 
name properly
     * [MNG-3933] - Profiles.xml does not pickup OS family
     * [MNG-3940] - Interpolation of environment variables is not 
case-insensitive on Windows
     * [MNG-3948] - Remote repos defined by profiles outside of 
settings.xml are not used to resolve parent POMs
     * [MNG-3974] - New mirror syntax is not stopping on first match
     * [MNG-4016] - Properties with the prefix project/pom are not 
interpolated from the properties section
     * [MNG-4023] - Profiles from parent POM are injected multiple times 
if parent is part of reactor build
     * [MNG-4026] - [regression] Order of project class path does not 
match POM order during reactor build
     * [MNG-4032] - Test jar dependency not available for for main 
classes in multi module builds
     * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue 
where hostname is improperly extracted from URL
     * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur 
with 2.0.10
     * [MNG-4079] - Duplicate error messages
     * [MNG-4084] - Unnecessary Warning for an activate profile in child 
project
     * [MNG-4086] - [regression] Explicitly using plugin metaversions 
crashes plugin manager
     * [MNG-4087] - Percent encoded characters in file URLs are not 
decoded upon deployment

** Improvement
     * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 
is invoked with --version option
     * [MNG-1957] - <jdk></jdk> clause in the activation section has to 
provide more complex expressions.
     * [MNG-3424] - Respect ordering of elements as given in POM
     * [MNG-3451] - Add german translation
     * [MNG-3503] - Shade MX* classes from plexus-utils
     * [MNG-3544] - Beautify debug output for mojo parameters of type array
     * [MNG-3600] - remove default settings of 664 / 775 for permissions
     * [MNG-3787] - Add plugin version to default reports
     * [MNG-3794] - Improve error logging when downloading depedencies
     * [MNG-3795] - Add example <pluginGroups> snippet to 
conf/settings.xml in distribution
     * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
     * [MNG-3951] - Hide drive-relative paths from plugins
     * [MNG-3971] - Provide parity in features between native ant-mojo 
support and antrun plugin
     * [MNG-3975] - getArtifact(Artifact artifact, List 
remoteRepositories) should include Exception in debug log messages.
     * [MNG-4024] - Open up CLIManager
     * [MNG-4037] - Include Java home in version information
     * [MNG-4057] - Propose checking of plugin artifact when plugin 
descriptor cannot be found
     * [MNG-4075] - Tone down warnings about reactor dependencies that 
don't have an associated file
     * [MNG-4091] - Validate the plugin descriptors and improve error 
reporting when mismatched with artifact
     * [MNG-4092] - remove plugin listeners for minor memory improvement 
and to avoid scanning descriptors from dependencies of plugins

** New Feature
     * [MNG-553] - Secure Storage of Server Passwords
     * [MNG-2097] - adding a phase called prepare-package
     * [MNG-3379] - Parallel resolution of artifacts
     * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL 
of project base directory
     * [MNG-3914] - Add CLI option to control location of global 
settings from command line

** Task
     * [MNG-2387] - <active> on <proxy> in settings is misleading
     * [MNG-2883] - Make sure that the network isn't used for snapshots 
in offline mode when legacy repositories are used
     * [MNG-3602] - Schedule and release Doxia-1.1
     * [MNG-3842] - Revert temporary changes to scp wagon handling
     * [MNG-3936] - Remove m2.bat from distribution
     * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable 
enhanced ant-mojo support
     * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable 
enhanced ant-mojo support
     * [MNG-4046] - Update to Doxia 1.0
     * [MNG-4077] - Review log level for 
VersionExpressionTransformation.transformVersions()


** Wish
     * [MNG-4056] - Relax resolution of active project artifacts from 
the reactor with regard to artifact type



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


Re: metadata schema was: [vote] Maven 2.1.0

Posted by he...@free.fr.
this was added in r745216, when upgrading to Modello 1.0: see [1] for the
precise modification.

Selon Brett Porter <br...@apache.org>:

> Hmm, why was this added?
The modello-maven-plugin is configured to generate an XML Schema, then I had to
add the xml.schemaLocation configuration to avoid a failure.

Since the schema was generated, I added xml.namespace configuration to use it:
see [2] for explanations in Modello.

> We don't use a validating parser, and nobody
> really edits them by hand. With network traffic on these files at a
> premium for downloads I would think it's best left out to save some
> bytes.
I agree with every argument here.
An easy way to have things done is to rename xml.namespace to xsd.namespace:
generated xsd won't change, but it won't be used any more when writing XML
content.
Another solution is to fully remove xsd generation, since we don't consider it
useful here.
Just tell me what you consider the good thing to do, and I'll do the changes.

There are other models that have been changed in r745216: same choice has to be
done for them.

Regards,

Hervé

[1]
http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-repository-metadata/src/main/mdo/metadata.mdo?r1=685450&r2=745216&diff_format=h

[2] http://modello.codehaus.org/modello.html#class_model

>
> (I don't consider it a blocker to the vote though, and with regard to
> my vote, I'm still testing :)
>
> - Brett
>
> On 20/03/2009, at 8:26 AM, Benjamin Bentmann wrote:
>
> > John Casey wrote:
> >
> >> It looks like Maven 2.1.0 is ready to release.
> >
> > I noticed that the maven-metadata*.xml files generated by 2.1.0
> > include the schema location and point at
> >
> >  http://maven.apache.org/xsd/metadata-1.0.0.xsd
> >
> > which is currently non-existent. I assume this XSD will be deployed
> > once the vote has passed?
> >
> >
> > Benjamin
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
>
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> 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: metadata schema was: [vote] Maven 2.1.0

Posted by Brett Porter <br...@apache.org>.
That's my guess. Hervé?

On 20/03/2009, at 10:47 AM, John Casey wrote:

> I haven't added anything that might change it; I'm sort of assuming  
> it's something the new modello was adding...isn't it?
>
> -j
>
> Brett Porter wrote:
>> Hmm, why was this added? We don't use a validating parser, and  
>> nobody really edits them by hand. With network traffic on these  
>> files at a premium for downloads I would think it's best left out  
>> to save some bytes.
>> (I don't consider it a blocker to the vote though, and with regard  
>> to my vote, I'm still testing :)
>> - Brett
>> On 20/03/2009, at 8:26 AM, Benjamin Bentmann wrote:
>>> John Casey wrote:
>>>
>>>> It looks like Maven 2.1.0 is ready to release.
>>>
>>> I noticed that the maven-metadata*.xml files generated by 2.1.0  
>>> include the schema location and point at
>>>
>>> http://maven.apache.org/xsd/metadata-1.0.0.xsd
>>>
>>> which is currently non-existent. I assume this XSD will be  
>>> deployed once the vote has passed?
>>>
>>>
>>> Benjamin
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>> -- 
>> Brett Porter
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>> ---------------------------------------------------------------------
>> 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
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


Re: metadata schema was: [vote] Maven 2.1.0

Posted by John Casey <jd...@commonjava.org>.
I haven't added anything that might change it; I'm sort of assuming it's 
something the new modello was adding...isn't it?

-j

Brett Porter wrote:
> Hmm, why was this added? We don't use a validating parser, and nobody 
> really edits them by hand. With network traffic on these files at a 
> premium for downloads I would think it's best left out to save some bytes.
> 
> (I don't consider it a blocker to the vote though, and with regard to my 
> vote, I'm still testing :)
> 
> - Brett
> 
> On 20/03/2009, at 8:26 AM, Benjamin Bentmann wrote:
> 
>> John Casey wrote:
>>
>>> It looks like Maven 2.1.0 is ready to release.
>>
>> I noticed that the maven-metadata*.xml files generated by 2.1.0 
>> include the schema location and point at
>>
>>  http://maven.apache.org/xsd/metadata-1.0.0.xsd
>>
>> which is currently non-existent. I assume this XSD will be deployed 
>> once the vote has passed?
>>
>>
>> Benjamin
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
> 
> -- 
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
> 
> 
> ---------------------------------------------------------------------
> 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: metadata schema was: [vote] Maven 2.1.0

Posted by Brett Porter <br...@apache.org>.
Hmm, why was this added? We don't use a validating parser, and nobody  
really edits them by hand. With network traffic on these files at a  
premium for downloads I would think it's best left out to save some  
bytes.

(I don't consider it a blocker to the vote though, and with regard to  
my vote, I'm still testing :)

- Brett

On 20/03/2009, at 8:26 AM, Benjamin Bentmann wrote:

> John Casey wrote:
>
>> It looks like Maven 2.1.0 is ready to release.
>
> I noticed that the maven-metadata*.xml files generated by 2.1.0  
> include the schema location and point at
>
>  http://maven.apache.org/xsd/metadata-1.0.0.xsd
>
> which is currently non-existent. I assume this XSD will be deployed  
> once the vote has passed?
>
>
> Benjamin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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


Re: [vote] Maven 2.1.0

Posted by John Casey <jd...@commonjava.org>.
*sigh* I'll make sure it's deployed.

Benjamin Bentmann wrote:
> John Casey wrote:
> 
>> It looks like Maven 2.1.0 is ready to release.
> 
> I noticed that the maven-metadata*.xml files generated by 2.1.0 include 
> the schema location and point at
> 
>   http://maven.apache.org/xsd/metadata-1.0.0.xsd
> 
> which is currently non-existent. I assume this XSD will be deployed once 
> the vote has passed?
> 
> 
> Benjamin
> 
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Benjamin Bentmann <be...@udo.edu>.
John Casey wrote:

> It looks like Maven 2.1.0 is ready to release.

I noticed that the maven-metadata*.xml files generated by 2.1.0 include 
the schema location and point at

   http://maven.apache.org/xsd/metadata-1.0.0.xsd

which is currently non-existent. I assume this XSD will be deployed once 
the vote has passed?


Benjamin

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


Re: [vote] Maven 2.1.0

Posted by nicolas de loof <ni...@gmail.com>.
+1
Works fine on my "how can it be so complex ?" project

On Fri, Mar 20, 2009 at 9:40 AM, Stuart McCulloch <mc...@gmail.com> wrote:

> 2009/3/19 John Casey <jd...@commonjava.org>
>
> > Hi everyone,
> >
> > It looks like Maven 2.1.0 is ready to release.
> >
> > You can try the binaries here:
> >
> > http://tinyurl.com/maven-2-1-0-vote
> > (
> >
> https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/
> > )
> >
> > We've resolved 85 issues for this release (enumerated at the end of this
> > message):
> >
> >
> >
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
> >
> > Vote's open for 72 hours. Please cast your vote:
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
>
> +1 (non-binding) successfully built Apache Felix and various OPS4J projects
> using it
>
>
> > Here's my +1.
> >
> > Thanks,
> >
> > -john
> >
> > ===
> >
> >
> > Release Notes - Maven 2 - Version 2.1.0
> >
> > ** Sub-task
> >    * [MNG-4025] - Prominently document opt-out setting for parallel
> > artifact resolution for users
> >    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
> > released
> >
> > ** Bug
> >    * [MNG-1349] - openssl checksums are not accepted by maven
> >    * [MNG-1585] - debug logging from wagon not shown in debug mode
> >    * [MNG-1992] - CLI -D should override properties in settings.xml
> >    * [MNG-1999] - Reporting inheritance does not work properly
> >    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins
> in
> > the pom.
> >    * [MNG-2433] - Maven looks for snapshots in offline mode
> >    * [MNG-2605] - Profiles in profiles.xml are active by default
> >    * [MNG-2668] - Plugin dependencies should be considered when the
> reactor
> > creates the build order list
> >    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
> > NoClassDefFoundError correctly
> >    * [MNG-2695] - -o makes build fail for snapshot plugins
> >    * [MNG-2720] - Multiproject dependencies not accurate for
> > project.compileClasspathElements when run from root project
> >    * [MNG-3023] - Reactor projects should be included in dependency
> > resolution
> >    * [MNG-3057] - properties not expanded in generated POMs when building
> > A/B/C nested projects
> >    * [MNG-3139] - The skin does not exist: Unable to determine the
> release
> > version
> >    * [MNG-3217] - a plugin's dependencies can influence other plugins in
> a
> > build
> >    * [MNG-3228] - Maven profile activation does not work when profile is
> > defined in inherited 'parent' pom
> >    * [MNG-3271] - <excludeDefaults> does not seem to work
> >    * [MNG-3284] - Cached plugins are used, even when the specifically
> > declared
> >    * [MNG-3314] - offline build not running, when having SNAPSHOT
> > dependencies
> >    * [MNG-3621] - site url inheritance broken for UNC paths
> >    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> > resolved even if they have previously be dowloaded from a repository
> >    * [MNG-3641] - Lack of error checks on profiles
> >    * [MNG-3645] - Maven doesn't do strict model validation for POMs in
> the
> > current reactor
> >    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> > ordered in 2.0.9
> >    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> > contents of the current folder
> >    * [MNG-3769] - [regression] Excluding relocated transitive
> dependencies
> > does not work
> >    * [MNG-3776] - Namespace misspelled in settings.xml
> >    * [MNG-3808] - Execution order of report plugins is arbitrary if
> > inheritance is involved
> >    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> > Profile Property is Empty
> >    * [MNG-3811] - Report plugins don't inherit configuration
> >    * [MNG-3899] - Inheritance does not merge extensions with same gid and
> > aid
> >    * [MNG-3906] - Project-level plugin dependencies are in random order
> > after merging
> >    * [MNG-3920] - Problem using velocity component
> >    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
> > properly
> >    * [MNG-3933] - Profiles.xml does not pickup OS family
> >    * [MNG-3940] - Interpolation of environment variables is not
> > case-insensitive on Windows
> >    * [MNG-3948] - Remote repos defined by profiles outside of
> settings.xml
> > are not used to resolve parent POMs
> >    * [MNG-3974] - New mirror syntax is not stopping on first match
> >    * [MNG-4016] - Properties with the prefix project/pom are not
> > interpolated from the properties section
> >    * [MNG-4023] - Profiles from parent POM are injected multiple times if
> > parent is part of reactor build
> >    * [MNG-4026] - [regression] Order of project class path does not match
> > POM order during reactor build
> >    * [MNG-4032] - Test jar dependency not available for for main classes
> in
> > multi module builds
> >    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
> > hostname is improperly extracted from URL
> >    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
> > 2.0.10
> >    * [MNG-4079] - Duplicate error messages
> >    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> > project
> >    * [MNG-4086] - [regression] Explicitly using plugin metaversions
> crashes
> > plugin manager
> >    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
> > upon deployment
> >
> > ** Improvement
> >    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
> > invoked with --version option
> >    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> > provide more complex expressions.
> >    * [MNG-3424] - Respect ordering of elements as given in POM
> >    * [MNG-3451] - Add german translation
> >    * [MNG-3503] - Shade MX* classes from plexus-utils
> >    * [MNG-3544] - Beautify debug output for mojo parameters of type array
> >    * [MNG-3600] - remove default settings of 664 / 775 for permissions
> >    * [MNG-3787] - Add plugin version to default reports
> >    * [MNG-3794] - Improve error logging when downloading depedencies
> >    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml
> > in distribution
> >    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
> >    * [MNG-3951] - Hide drive-relative paths from plugins
> >    * [MNG-3971] - Provide parity in features between native ant-mojo
> > support and antrun plugin
> >    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
> > should include Exception in debug log messages.
> >    * [MNG-4024] - Open up CLIManager
> >    * [MNG-4037] - Include Java home in version information
> >    * [MNG-4057] - Propose checking of plugin artifact when plugin
> > descriptor cannot be found
> >    * [MNG-4075] - Tone down warnings about reactor dependencies that
> don't
> > have an associated file
> >    * [MNG-4091] - Validate the plugin descriptors and improve error
> > reporting when mismatched with artifact
> >    * [MNG-4092] - remove plugin listeners for minor memory improvement
> and
> > to avoid scanning descriptors from dependencies of plugins
> >
> > ** New Feature
> >    * [MNG-553] - Secure Storage of Server Passwords
> >    * [MNG-2097] - adding a phase called prepare-package
> >    * [MNG-3379] - Parallel resolution of artifacts
> >    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
> > project base directory
> >    * [MNG-3914] - Add CLI option to control location of global settings
> > from command line
> >
> > ** Task
> >    * [MNG-2387] - <active> on <proxy> in settings is misleading
> >    * [MNG-2883] - Make sure that the network isn't used for snapshots in
> > offline mode when legacy repositories are used
> >    * [MNG-3602] - Schedule and release Doxia-1.1
> >    * [MNG-3842] - Revert temporary changes to scp wagon handling
> >    * [MNG-3936] - Remove m2.bat from distribution
> >    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
> > ant-mojo support
> >    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> > enhanced ant-mojo support
> >    * [MNG-4046] - Update to Doxia 1.0
> >    * [MNG-4077] - Review log level for
> > VersionExpressionTransformation.transformVersions()
> >
> >
> > ** Wish
> >    * [MNG-4056] - Relax resolution of active project artifacts from the
> > reactor with regard to artifact type
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>
>
> --
> Cheers, Stuart
>

Re: [vote] Maven 2.1.0

Posted by Stuart McCulloch <mc...@gmail.com>.
2009/3/19 John Casey <jd...@commonjava.org>

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (
> https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/
> )
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>

+1 (non-binding) successfully built Apache Felix and various OPS4J projects
using it


> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
> released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
> the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the reactor
> creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
> NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when building
> A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the release
> version
>    * [MNG-3217] - a plugin's dependencies can influence other plugins in a
> build
>    * [MNG-3228] - Maven profile activation does not work when profile is
> defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
> current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive dependencies
> does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same gid and
> aid
>    * [MNG-3906] - Project-level plugin dependencies are in random order
> after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
> properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
> are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple times if
> parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not match
> POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main classes in
> multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
> hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
> 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes
> plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
> upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
> invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml
> in distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo
> support and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
> should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that don't
> have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory improvement and
> to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
> project base directory
>    * [MNG-3914] - Add CLI option to control location of global settings
> from command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for snapshots in
> offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
> ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from the
> reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
Cheers, Stuart

Re: [vote] Maven 2.1.0

Posted by Petar Tahchiev <pa...@gmail.com>.
Hi all,

Cactus, Cargo builds fine.

+1 from me.

Cheers, Petar.

2009/3/19 Anders Kristian Andersen <an...@gmail.com>

> +1
> I have build my current applications with it with success.
> /Anders
>
>
> On 19/03/2009, at 01.12, John Casey wrote:
>
>  Hi everyone,
>>
>> It looks like Maven 2.1.0 is ready to release.
>>
>> You can try the binaries here:
>>
>> http://tinyurl.com/maven-2-1-0-vote
>> (
>> https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/
>> )
>>
>> We've resolved 85 issues for this release (enumerated at the end of this
>> message):
>>
>>
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>>
>> Vote's open for 72 hours. Please cast your vote:
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Here's my +1.
>>
>> Thanks,
>>
>> -john
>>
>> ===
>>
>>
>> Release Notes - Maven 2 - Version 2.1.0
>>
>> ** Sub-task
>>   * [MNG-4025] - Prominently document opt-out setting for parallel
>> artifact resolution for users
>>   * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
>> released
>>
>> ** Bug
>>   * [MNG-1349] - openssl checksums are not accepted by maven
>>   * [MNG-1585] - debug logging from wagon not shown in debug mode
>>   * [MNG-1992] - CLI -D should override properties in settings.xml
>>   * [MNG-1999] - Reporting inheritance does not work properly
>>   * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
>> the pom.
>>   * [MNG-2433] - Maven looks for snapshots in offline mode
>>   * [MNG-2605] - Profiles in profiles.xml are active by default
>>   * [MNG-2668] - Plugin dependencies should be considered when the reactor
>> creates the build order list
>>   * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
>> NoClassDefFoundError correctly
>>   * [MNG-2695] - -o makes build fail for snapshot plugins
>>   * [MNG-2720] - Multiproject dependencies not accurate for
>> project.compileClasspathElements when run from root project
>>   * [MNG-3023] - Reactor projects should be included in dependency
>> resolution
>>   * [MNG-3057] - properties not expanded in generated POMs when building
>> A/B/C nested projects
>>   * [MNG-3139] - The skin does not exist: Unable to determine the release
>> version
>>   * [MNG-3217] - a plugin's dependencies can influence other plugins in a
>> build
>>   * [MNG-3228] - Maven profile activation does not work when profile is
>> defined in inherited 'parent' pom
>>   * [MNG-3271] - <excludeDefaults> does not seem to work
>>   * [MNG-3284] - Cached plugins are used, even when the specifically
>> declared
>>   * [MNG-3314] - offline build not running, when having SNAPSHOT
>> dependencies
>>   * [MNG-3621] - site url inheritance broken for UNC paths
>>   * [MNG-3628] - When running offline, snapshot artifcats cannot be
>> resolved even if they have previously be dowloaded from a repository
>>   * [MNG-3641] - Lack of error checks on profiles
>>   * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
>> current reactor
>>   * [MNG-3719] - [regression] plugin execution ordering no longer POM
>> ordered in 2.0.9
>>   * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
>> contents of the current folder
>>   * [MNG-3769] - [regression] Excluding relocated transitive dependencies
>> does not work
>>   * [MNG-3776] - Namespace misspelled in settings.xml
>>   * [MNG-3808] - Execution order of report plugins is arbitrary if
>> inheritance is involved
>>   * [MNG-3810] - [regression] Null Pointer Exception when Activation
>> Profile Property is Empty
>>   * [MNG-3811] - Report plugins don't inherit configuration
>>   * [MNG-3899] - Inheritance does not merge extensions with same gid and
>> aid
>>   * [MNG-3906] - Project-level plugin dependencies are in random order
>> after merging
>>   * [MNG-3920] - Problem using velocity component
>>   * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
>> properly
>>   * [MNG-3933] - Profiles.xml does not pickup OS family
>>   * [MNG-3940] - Interpolation of environment variables is not
>> case-insensitive on Windows
>>   * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
>> are not used to resolve parent POMs
>>   * [MNG-3974] - New mirror syntax is not stopping on first match
>>   * [MNG-4016] - Properties with the prefix project/pom are not
>> interpolated from the properties section
>>   * [MNG-4023] - Profiles from parent POM are injected multiple times if
>> parent is part of reactor build
>>   * [MNG-4026] - [regression] Order of project class path does not match
>> POM order during reactor build
>>   * [MNG-4032] - Test jar dependency not available for for main classes in
>> multi module builds
>>   * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
>> hostname is improperly extracted from URL
>>   * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
>> 2.0.10
>>   * [MNG-4079] - Duplicate error messages
>>   * [MNG-4084] - Unnecessary Warning for an activate profile in child
>> project
>>   * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes
>> plugin manager
>>   * [MNG-4087] - Percent encoded characters in file URLs are not decoded
>> upon deployment
>>
>> ** Improvement
>>   * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
>> invoked with --version option
>>   * [MNG-1957] - <jdk></jdk> clause in the activation section has to
>> provide more complex expressions.
>>   * [MNG-3424] - Respect ordering of elements as given in POM
>>   * [MNG-3451] - Add german translation
>>   * [MNG-3503] - Shade MX* classes from plexus-utils
>>   * [MNG-3544] - Beautify debug output for mojo parameters of type array
>>   * [MNG-3600] - remove default settings of 664 / 775 for permissions
>>   * [MNG-3787] - Add plugin version to default reports
>>   * [MNG-3794] - Improve error logging when downloading depedencies
>>   * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml
>> in distribution
>>   * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>>   * [MNG-3951] - Hide drive-relative paths from plugins
>>   * [MNG-3971] - Provide parity in features between native ant-mojo
>> support and antrun plugin
>>   * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
>> should include Exception in debug log messages.
>>   * [MNG-4024] - Open up CLIManager
>>   * [MNG-4037] - Include Java home in version information
>>   * [MNG-4057] - Propose checking of plugin artifact when plugin
>> descriptor cannot be found
>>   * [MNG-4075] - Tone down warnings about reactor dependencies that don't
>> have an associated file
>>   * [MNG-4091] - Validate the plugin descriptors and improve error
>> reporting when mismatched with artifact
>>   * [MNG-4092] - remove plugin listeners for minor memory improvement and
>> to avoid scanning descriptors from dependencies of plugins
>>
>> ** New Feature
>>   * [MNG-553] - Secure Storage of Server Passwords
>>   * [MNG-2097] - adding a phase called prepare-package
>>   * [MNG-3379] - Parallel resolution of artifacts
>>   * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
>> project base directory
>>   * [MNG-3914] - Add CLI option to control location of global settings
>> from command line
>>
>> ** Task
>>   * [MNG-2387] - <active> on <proxy> in settings is misleading
>>   * [MNG-2883] - Make sure that the network isn't used for snapshots in
>> offline mode when legacy repositories are used
>>   * [MNG-3602] - Schedule and release Doxia-1.1
>>   * [MNG-3842] - Revert temporary changes to scp wagon handling
>>   * [MNG-3936] - Remove m2.bat from distribution
>>   * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
>> ant-mojo support
>>   * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
>> enhanced ant-mojo support
>>   * [MNG-4046] - Update to Doxia 1.0
>>   * [MNG-4077] - Review log level for
>> VersionExpressionTransformation.transformVersions()
>>
>>
>> ** Wish
>>   * [MNG-4056] - Relax resolution of active project artifacts from the
>> reactor with regard to artifact type
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
>
>


-- 
Regards, Petar!
Karlovo, Bulgaria.
- - - - - - - -
| Author @ Manning Publications.
| Senior Solution Architect @ Unic
| BGJUG-Bulgarian Java User Group Leader.
| Apache Maven Developer.
| Apache Jakarta PMC member.
| Jakarta Cactus Lead Developer.
| Codehaus Plexus Developer
| Blogger: http://weblogs.java.net/blog/paranoiabla/
- - - - - - - -
Public PGP Key at:
https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611

Re: [vote] Maven 2.1.0

Posted by Anders Kristian Andersen <an...@gmail.com>.
+1
I have build my current applications with it with success.
/Anders

On 19/03/2009, at 01.12, John Casey wrote:

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/ 
> )
>
> We've resolved 85 issues for this release (enumerated at the end of  
> this message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel  
> artifact resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when  
> it is released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over  
> plugins in the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the  
> reactor creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't  
> handle NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for  
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency  
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when  
> building A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the  
> release version
>    * [MNG-3217] - a plugin's dependencies can influence other  
> plugins in a build
>    * [MNG-3228] - Maven profile activation does not work when  
> profile is defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the  
> specifically declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT  
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be  
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs  
> in the current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer  
> POM ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets  
> contents of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive  
> dependencies does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if  
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when  
> Activation Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same  
> gid and aid
>    * [MNG-3906] - Project-level plugin dependencies are in random  
> order after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user  
> name properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not case- 
> insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of  
> settings.xml are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not  
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple  
> times if parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not  
> match POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main  
> classes in multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue  
> where hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur  
> with 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in  
> child project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions  
> crashes plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not  
> decoded upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven  
> 2 is invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has  
> to provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type  
> array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/ 
> settings.xml in distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo  
> support and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List  
> remoteRepositories) should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin  
> descriptor cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that  
> don't have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error  
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory  
> improvement and to avoid scanning descriptors from dependencies of  
> plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant  
> URL of project base directory
>    * [MNG-3914] - Add CLI option to control location of global  
> settings from command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for  
> snapshots in offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable  
> enhanced ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to  
> enable enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for  
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from  
> the reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Ralph Goers <ra...@dslextreme.com>.
On Mar 18, 2009, at 5:12 PM, John Casey wrote:

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/ 
> )
>
> We've resolved 85 issues for this release (enumerated at the end of  
> this message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
+1

It works with all the builds I normally perform.

Ralph


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


Re: [vote] Maven 2.1.0

Posted by Daniel Kulp <dk...@apache.org>.
+1, seems to work fine for me.   Nice job.

Dan


On Wed March 18 2009 8:12:00 pm John Casey wrote:
> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea8827
>14d8b/org/apache/maven/apache-maven/2.1.0/)
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=
>Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>      * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact resolution for users
>      * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it
> is released
>
> ** Bug
>      * [MNG-1349] - openssl checksums are not accepted by maven
>      * [MNG-1585] - debug logging from wagon not shown in debug mode
>      * [MNG-1992] - CLI -D should override properties in settings.xml
>      * [MNG-1999] - Reporting inheritance does not work properly
>      * [MNG-2432] - Apache and Mojo plugins take precendence over
> plugins in the pom.
>      * [MNG-2433] - Maven looks for snapshots in offline mode
>      * [MNG-2605] - Profiles in profiles.xml are active by default
>      * [MNG-2668] - Plugin dependencies should be considered when the
> reactor creates the build order list
>      * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't
> handle NoClassDefFoundError correctly
>      * [MNG-2695] - -o makes build fail for snapshot plugins
>      * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>      * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>      * [MNG-3057] - properties not expanded in generated POMs when
> building A/B/C nested projects
>      * [MNG-3139] - The skin does not exist: Unable to determine the
> release version
>      * [MNG-3217] - a plugin's dependencies can influence other plugins
> in a build
>      * [MNG-3228] - Maven profile activation does not work when profile
> is defined in inherited 'parent' pom
>      * [MNG-3271] - <excludeDefaults> does not seem to work
>      * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>      * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>      * [MNG-3621] - site url inheritance broken for UNC paths
>      * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>      * [MNG-3641] - Lack of error checks on profiles
>      * [MNG-3645] - Maven doesn't do strict model validation for POMs in
> the current reactor
>      * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>      * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents of the current folder
>      * [MNG-3769] - [regression] Excluding relocated transitive
> dependencies does not work
>      * [MNG-3776] - Namespace misspelled in settings.xml
>      * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>      * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>      * [MNG-3811] - Report plugins don't inherit configuration
>      * [MNG-3899] - Inheritance does not merge extensions with same gid
> and aid
>      * [MNG-3906] - Project-level plugin dependencies are in random
> order after merging
>      * [MNG-3920] - Problem using velocity component
>      * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user
> name properly
>      * [MNG-3933] - Profiles.xml does not pickup OS family
>      * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>      * [MNG-3948] - Remote repos defined by profiles outside of
> settings.xml are not used to resolve parent POMs
>      * [MNG-3974] - New mirror syntax is not stopping on first match
>      * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>      * [MNG-4023] - Profiles from parent POM are injected multiple times
> if parent is part of reactor build
>      * [MNG-4026] - [regression] Order of project class path does not
> match POM order during reactor build
>      * [MNG-4032] - Test jar dependency not available for for main
> classes in multi module builds
>      * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue
> where hostname is improperly extracted from URL
>      * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur
> with 2.0.10
>      * [MNG-4079] - Duplicate error messages
>      * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>      * [MNG-4086] - [regression] Explicitly using plugin metaversions
> crashes plugin manager
>      * [MNG-4087] - Percent encoded characters in file URLs are not
> decoded upon deployment
>
> ** Improvement
>      * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2
> is invoked with --version option
>      * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>      * [MNG-3424] - Respect ordering of elements as given in POM
>      * [MNG-3451] - Add german translation
>      * [MNG-3503] - Shade MX* classes from plexus-utils
>      * [MNG-3544] - Beautify debug output for mojo parameters of type array
>      * [MNG-3600] - remove default settings of 664 / 775 for permissions
>      * [MNG-3787] - Add plugin version to default reports
>      * [MNG-3794] - Improve error logging when downloading depedencies
>      * [MNG-3795] - Add example <pluginGroups> snippet to
> conf/settings.xml in distribution
>      * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>      * [MNG-3951] - Hide drive-relative paths from plugins
>      * [MNG-3971] - Provide parity in features between native ant-mojo
> support and antrun plugin
>      * [MNG-3975] - getArtifact(Artifact artifact, List
> remoteRepositories) should include Exception in debug log messages.
>      * [MNG-4024] - Open up CLIManager
>      * [MNG-4037] - Include Java home in version information
>      * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor cannot be found
>      * [MNG-4075] - Tone down warnings about reactor dependencies that
> don't have an associated file
>      * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>      * [MNG-4092] - remove plugin listeners for minor memory improvement
> and to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>      * [MNG-553] - Secure Storage of Server Passwords
>      * [MNG-2097] - adding a phase called prepare-package
>      * [MNG-3379] - Parallel resolution of artifacts
>      * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL
> of project base directory
>      * [MNG-3914] - Add CLI option to control location of global
> settings from command line
>
> ** Task
>      * [MNG-2387] - <active> on <proxy> in settings is misleading
>      * [MNG-2883] - Make sure that the network isn't used for snapshots
> in offline mode when legacy repositories are used
>      * [MNG-3602] - Schedule and release Doxia-1.1
>      * [MNG-3842] - Revert temporary changes to scp wagon handling
>      * [MNG-3936] - Remove m2.bat from distribution
>      * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable
> enhanced ant-mojo support
>      * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>      * [MNG-4046] - Update to Doxia 1.0
>      * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>      * [MNG-4056] - Relax resolution of active project artifacts from
> the reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

-- 
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog

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


RE: [vote] Maven 2.1.0

Posted by Steve Ariantaj <st...@tvworks.com>.
+1

-----Original Message-----
From: John Casey [mailto:jdcasey@commonjava.org] 
Sent: Wednesday, March 18, 2009 5:12 PM
To: Maven Developers List
Subject: [vote] Maven 2.1.0

Hi everyone,

It looks like Maven 2.1.0 is ready to release.

You can try the binaries here:

http://tinyurl.com/maven-2-1-0-vote
(https://repository.apache.org/content/repositories/maven-staging-511ea8
82714d8b/org/apache/maven/apache-maven/2.1.0/)

We've resolved 85 issues for this release (enumerated at the end of this

message):

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleNa
me=Html&version=14587

Vote's open for 72 hours. Please cast your vote:

[ ] +1
[ ] +0
[ ] -1

Here's my +1.

Thanks,

-john

===


Release Notes - Maven 2 - Version 2.1.0

** Sub-task
     * [MNG-4025] - Prominently document opt-out setting for parallel 
artifact resolution for users
     * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it 
is released

** Bug
     * [MNG-1349] - openssl checksums are not accepted by maven
     * [MNG-1585] - debug logging from wagon not shown in debug mode
     * [MNG-1992] - CLI -D should override properties in settings.xml
     * [MNG-1999] - Reporting inheritance does not work properly
     * [MNG-2432] - Apache and Mojo plugins take precendence over 
plugins in the pom.
     * [MNG-2433] - Maven looks for snapshots in offline mode
     * [MNG-2605] - Profiles in profiles.xml are active by default
     * [MNG-2668] - Plugin dependencies should be considered when the 
reactor creates the build order list
     * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't 
handle NoClassDefFoundError correctly
     * [MNG-2695] - -o makes build fail for snapshot plugins
     * [MNG-2720] - Multiproject dependencies not accurate for 
project.compileClasspathElements when run from root project
     * [MNG-3023] - Reactor projects should be included in dependency 
resolution
     * [MNG-3057] - properties not expanded in generated POMs when 
building A/B/C nested projects
     * [MNG-3139] - The skin does not exist: Unable to determine the 
release version
     * [MNG-3217] - a plugin's dependencies can influence other plugins 
in a build
     * [MNG-3228] - Maven profile activation does not work when profile 
is defined in inherited 'parent' pom
     * [MNG-3271] - <excludeDefaults> does not seem to work
     * [MNG-3284] - Cached plugins are used, even when the specifically 
declared
     * [MNG-3314] - offline build not running, when having SNAPSHOT 
dependencies
     * [MNG-3621] - site url inheritance broken for UNC paths
     * [MNG-3628] - When running offline, snapshot artifcats cannot be 
resolved even if they have previously be dowloaded from a repository
     * [MNG-3641] - Lack of error checks on profiles
     * [MNG-3645] - Maven doesn't do strict model validation for POMs in

the current reactor
     * [MNG-3719] - [regression] plugin execution ordering no longer POM

ordered in 2.0.9
     * [MNG-3757] - Setting M2_HOME to nothing and running ant delets 
contents of the current folder
     * [MNG-3769] - [regression] Excluding relocated transitive 
dependencies does not work
     * [MNG-3776] - Namespace misspelled in settings.xml
     * [MNG-3808] - Execution order of report plugins is arbitrary if 
inheritance is involved
     * [MNG-3810] - [regression] Null Pointer Exception when Activation 
Profile Property is Empty
     * [MNG-3811] - Report plugins don't inherit configuration
     * [MNG-3899] - Inheritance does not merge extensions with same gid 
and aid
     * [MNG-3906] - Project-level plugin dependencies are in random 
order after merging
     * [MNG-3920] - Problem using velocity component
     * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user 
name properly
     * [MNG-3933] - Profiles.xml does not pickup OS family
     * [MNG-3940] - Interpolation of environment variables is not 
case-insensitive on Windows
     * [MNG-3948] - Remote repos defined by profiles outside of 
settings.xml are not used to resolve parent POMs
     * [MNG-3974] - New mirror syntax is not stopping on first match
     * [MNG-4016] - Properties with the prefix project/pom are not 
interpolated from the properties section
     * [MNG-4023] - Profiles from parent POM are injected multiple times

if parent is part of reactor build
     * [MNG-4026] - [regression] Order of project class path does not 
match POM order during reactor build
     * [MNG-4032] - Test jar dependency not available for for main 
classes in multi module builds
     * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue 
where hostname is improperly extracted from URL
     * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur 
with 2.0.10
     * [MNG-4079] - Duplicate error messages
     * [MNG-4084] - Unnecessary Warning for an activate profile in child

project
     * [MNG-4086] - [regression] Explicitly using plugin metaversions 
crashes plugin manager
     * [MNG-4087] - Percent encoded characters in file URLs are not 
decoded upon deployment

** Improvement
     * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 
is invoked with --version option
     * [MNG-1957] - <jdk></jdk> clause in the activation section has to 
provide more complex expressions.
     * [MNG-3424] - Respect ordering of elements as given in POM
     * [MNG-3451] - Add german translation
     * [MNG-3503] - Shade MX* classes from plexus-utils
     * [MNG-3544] - Beautify debug output for mojo parameters of type
array
     * [MNG-3600] - remove default settings of 664 / 775 for permissions
     * [MNG-3787] - Add plugin version to default reports
     * [MNG-3794] - Improve error logging when downloading depedencies
     * [MNG-3795] - Add example <pluginGroups> snippet to 
conf/settings.xml in distribution
     * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
     * [MNG-3951] - Hide drive-relative paths from plugins
     * [MNG-3971] - Provide parity in features between native ant-mojo 
support and antrun plugin
     * [MNG-3975] - getArtifact(Artifact artifact, List 
remoteRepositories) should include Exception in debug log messages.
     * [MNG-4024] - Open up CLIManager
     * [MNG-4037] - Include Java home in version information
     * [MNG-4057] - Propose checking of plugin artifact when plugin 
descriptor cannot be found
     * [MNG-4075] - Tone down warnings about reactor dependencies that 
don't have an associated file
     * [MNG-4091] - Validate the plugin descriptors and improve error 
reporting when mismatched with artifact
     * [MNG-4092] - remove plugin listeners for minor memory improvement

and to avoid scanning descriptors from dependencies of plugins

** New Feature
     * [MNG-553] - Secure Storage of Server Passwords
     * [MNG-2097] - adding a phase called prepare-package
     * [MNG-3379] - Parallel resolution of artifacts
     * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL

of project base directory
     * [MNG-3914] - Add CLI option to control location of global 
settings from command line

** Task
     * [MNG-2387] - <active> on <proxy> in settings is misleading
     * [MNG-2883] - Make sure that the network isn't used for snapshots 
in offline mode when legacy repositories are used
     * [MNG-3602] - Schedule and release Doxia-1.1
     * [MNG-3842] - Revert temporary changes to scp wagon handling
     * [MNG-3936] - Remove m2.bat from distribution
     * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable 
enhanced ant-mojo support
     * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable 
enhanced ant-mojo support
     * [MNG-4046] - Update to Doxia 1.0
     * [MNG-4077] - Review log level for 
VersionExpressionTransformation.transformVersions()


** Wish
     * [MNG-4056] - Relax resolution of active project artifacts from 
the reactor with regard to artifact type



---------------------------------------------------------------------
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: [vote] Maven 2.1.0

Posted by Dan Fabulich <da...@fabulich.com>.
+1 works on my favorite builds

John Casey wrote:

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/)
>
> We've resolved 85 issues for this release (enumerated at the end of this 
> message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel artifact 
> resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is 
> released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in 
> the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the reactor 
> creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle 
> NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for 
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency 
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when building 
> A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the release 
> version
>    * [MNG-3217] - a plugin's dependencies can influence other plugins in a 
> build
>    * [MNG-3228] - Maven profile activation does not work when profile is 
> defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the specifically 
> declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT 
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be 
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the 
> current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer POM 
> ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets contents 
> of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive dependencies 
> does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if 
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when Activation 
> Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same gid and 
> aid
>    * [MNG-3906] - Project-level plugin dependencies are in random order 
> after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name 
> properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not 
> case-insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml 
> are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not 
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple times if 
> parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not match 
> POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main classes in 
> multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where 
> hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with 
> 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in child 
> project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes 
> plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not decoded 
> upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is 
> invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to 
> provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml in 
> distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo support 
> and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories) 
> should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin descriptor 
> cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that don't 
> have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error 
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory improvement and 
> to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of 
> project base directory
>    * [MNG-3914] - Add CLI option to control location of global settings from 
> command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for snapshots in 
> offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced 
> ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable 
> enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for 
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from the 
> reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> 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: XWiki builds was: [vote] Maven 2.1.0

Posted by Brett Porter <br...@apache.org>.
On 20/03/2009, at 6:55 PM, Brett Porter wrote:

>
> It is missing the -sources JAR for the GWT project before it.
>
> But this is a little weird...
> 1) built in the same directory, the sources JAR is added to the  
> classpath list, as is the main one
> 2) built in the reactor, it is not added to the classpath list and  
> fails
> 3) in 2.1.0-M1 built in the reactor, it is still not added to the  
> classpath list, but succeeds in finding it somehow.
>
> I'm checking the GWT plugin source code.

Confirmed this occurred in MNG-4056 (r749612) - rolling it back has  
the build pass again.

However, I consider this a bug in the GWT plugin, it is using  
getCompileClasspathElements(), and expecting to get back the source  
JAR. Source JARs are not meant to be on the classpath - however before  
the above fix they were if you used the classifier/extension combo. A  
simple fix in the GWT plugin fixes the problem without changing the  
Maven release. I filed this with the project [1].

I'll update the release notes to make this clear.

Cheers,
Brett

[1] http://code.google.com/p/gwt-maven/issues/detail?id=200

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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


Re: XWiki builds was: [vote] Maven 2.1.0

Posted by Brett Porter <br...@apache.org>.
On 20/03/2009, at 5:42 PM, Brett Porter wrote:

>
> On 20/03/2009, at 1:36 PM, Brett Porter wrote:
>
>>
>> On 19/03/2009, at 8:03 PM, Vincent Massol wrote:
>>
>>> It's failing for XWiki's build...
>>> Are you still running XWiki's build  on your hudson ci btw?
>>>
>>> It's failing with the gwt maven plugin.
>>>
>>> It works fine with 2.1.0-M1 though. Ping me if you need help to  
>>> reproduce it.
>>>
>>
>>
>> Can we get the error message? Like John, it's taking me a while to  
>> chase all the dependencies in weird locations to attempt the build.
>>
>
>
> Ok, got through the build with 2.1.0-M1.
>
> Got this error on 2.1.0 that is not there in 2.1.0-M1:
>
> Removing units with errors
>   [ERROR] Errors in 'file:/Users/brett/scm/xwiki/web/wysiwyg/src/ 
> main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java'
>      [ERROR] Line 138: No source code is available for type  
> com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to  
> inherit a required module?
> [...]
> Removing invalidated units
>   [WARN] Compilation unit 'file:/Users/brett/scm/xwiki/web/wysiwyg/ 
> src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/ui/ 
> AbstractWikiPageLinkTab.java' is removed due to invalid reference(s):
>      [WARN] file:/Users/brett/scm/xwiki/web/wysiwyg/src/main/java/ 
> com/xpn/xwiki/wysiwyg/client/WysiwygService.java
> [...]
>
> Is that it?
>
> However, running from within the directory, it works - it's only in  
> the reactor (either the whole lot, or just from the web directory)  
> where it fails. Running with -f from the web directory works, so I  
> suspect this is reactor related, not path adjustment related.
>
> So, I've narrowed it down - now taking a closer look.
>


It is missing the -sources JAR for the GWT project before it.

But this is a little weird...
1) built in the same directory, the sources JAR is added to the  
classpath list, as is the main one
2) built in the reactor, it is not added to the classpath list and fails
3) in 2.1.0-M1 built in the reactor, it is still not added to the  
classpath list, but succeeds in finding it somehow.

I'm checking the GWT plugin source code.

- Brett

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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


Re: XWiki builds was: [vote] Maven 2.1.0

Posted by Brett Porter <br...@apache.org>.
On 20/03/2009, at 1:36 PM, Brett Porter wrote:

>
> On 19/03/2009, at 8:03 PM, Vincent Massol wrote:
>
>> It's failing for XWiki's build...
>> Are you still running XWiki's build  on your hudson ci btw?
>>
>> It's failing with the gwt maven plugin.
>>
>> It works fine with 2.1.0-M1 though. Ping me if you need help to  
>> reproduce it.
>>
>
>
> Can we get the error message? Like John, it's taking me a while to  
> chase all the dependencies in weird locations to attempt the build.
>


Ok, got through the build with 2.1.0-M1.

Got this error on 2.1.0 that is not there in 2.1.0-M1:

Removing units with errors
    [ERROR] Errors in 'file:/Users/brett/scm/xwiki/web/wysiwyg/src/ 
main/java/com/xpn/xwiki/wysiwyg/client/WysiwygService.java'
       [ERROR] Line 138: No source code is available for type  
com.xpn.xwiki.gwt.api.client.XWikiGWTException; did you forget to  
inherit a required module?
[...]
Removing invalidated units
    [WARN] Compilation unit 'file:/Users/brett/scm/xwiki/web/wysiwyg/ 
src/main/java/com/xpn/xwiki/wysiwyg/client/plugin/link/ui/ 
AbstractWikiPageLinkTab.java' is removed due to invalid reference(s):
       [WARN] file:/Users/brett/scm/xwiki/web/wysiwyg/src/main/java/ 
com/xpn/xwiki/wysiwyg/client/WysiwygService.java
[...]

Is that it?

However, running from within the directory, it works - it's only in  
the reactor (either the whole lot, or just from the web directory)  
where it fails. Running with -f from the web directory works, so I  
suspect this is reactor related, not path adjustment related.

So, I've narrowed it down - now taking a closer look.

Cheers,
Brett

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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


Re: [vote] Maven 2.1.0

Posted by Brett Porter <br...@apache.org>.
On 19/03/2009, at 8:03 PM, Vincent Massol wrote:

> It's failing for XWiki's build...
> Are you still running XWiki's build  on your hudson ci btw?
>
> It's failing with the gwt maven plugin.
>
> It works fine with 2.1.0-M1 though. Ping me if you need help to  
> reproduce it.
>


Can we get the error message? Like John, it's taking me a while to  
chase all the dependencies in weird locations to attempt the build.

- Brett


--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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


Re: [vote] Maven 2.1.0

Posted by John Casey <jd...@commonjava.org>.
I'm still waiting for the XWiki build to run on the grid, but here is 
the result for the gwt-maven-plugin...it was successful:

https://grid.sonatype.org/ci/view/Community%20Test%20Projects/job/gwt-maven-plugin/5/jdk=1.5,label=ubuntu/console

Is there something I'm missing? The version of Maven I'm using was build 
out on the Hudson grid from the 2.1.0 tag; I'll setup one to use the 
staged binaries next, but there should be no difference.

-john

Vincent Massol wrote:
> It's failing for XWiki's build...
> Are you still running XWiki's build  on your hudson ci btw?
> 
> It's failing with the gwt maven plugin.
> 
> It works fine with 2.1.0-M1 though. Ping me if you need help to 
> reproduce it.
> 
> Thanks
> -Vincent
> 
> On Mar 19, 2009, at 1:12 AM, John Casey wrote:
> 
>> Hi everyone,
>>
>> It looks like Maven 2.1.0 is ready to release.
>>
>> You can try the binaries here:
>>
>> http://tinyurl.com/maven-2-1-0-vote
>> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/) 
>>
>>
>> We've resolved 85 issues for this release (enumerated at the end of 
>> this message):
>>
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587 
>>
>>
>> Vote's open for 72 hours. Please cast your vote:
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Here's my +1.
>>
>> Thanks,
>>
>> -john
>>
>> ===
>>
>>
>> Release Notes - Maven 2 - Version 2.1.0
>>
>> ** Sub-task
>>    * [MNG-4025] - Prominently document opt-out setting for parallel 
>> artifact resolution for users
>>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it 
>> is released
>>
>> ** Bug
>>    * [MNG-1349] - openssl checksums are not accepted by maven
>>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>>    * [MNG-1992] - CLI -D should override properties in settings.xml
>>    * [MNG-1999] - Reporting inheritance does not work properly
>>    * [MNG-2432] - Apache and Mojo plugins take precendence over 
>> plugins in the pom.
>>    * [MNG-2433] - Maven looks for snapshots in offline mode
>>    * [MNG-2605] - Profiles in profiles.xml are active by default
>>    * [MNG-2668] - Plugin dependencies should be considered when the 
>> reactor creates the build order list
>>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't 
>> handle NoClassDefFoundError correctly
>>    * [MNG-2695] - -o makes build fail for snapshot plugins
>>    * [MNG-2720] - Multiproject dependencies not accurate for 
>> project.compileClasspathElements when run from root project
>>    * [MNG-3023] - Reactor projects should be included in dependency 
>> resolution
>>    * [MNG-3057] - properties not expanded in generated POMs when 
>> building A/B/C nested projects
>>    * [MNG-3139] - The skin does not exist: Unable to determine the 
>> release version
>>    * [MNG-3217] - a plugin's dependencies can influence other plugins 
>> in a build
>>    * [MNG-3228] - Maven profile activation does not work when profile 
>> is defined in inherited 'parent' pom
>>    * [MNG-3271] - <excludeDefaults> does not seem to work
>>    * [MNG-3284] - Cached plugins are used, even when the specifically 
>> declared
>>    * [MNG-3314] - offline build not running, when having SNAPSHOT 
>> dependencies
>>    * [MNG-3621] - site url inheritance broken for UNC paths
>>    * [MNG-3628] - When running offline, snapshot artifcats cannot be 
>> resolved even if they have previously be dowloaded from a repository
>>    * [MNG-3641] - Lack of error checks on profiles
>>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in 
>> the current reactor
>>    * [MNG-3719] - [regression] plugin execution ordering no longer POM 
>> ordered in 2.0.9
>>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets 
>> contents of the current folder
>>    * [MNG-3769] - [regression] Excluding relocated transitive 
>> dependencies does not work
>>    * [MNG-3776] - Namespace misspelled in settings.xml
>>    * [MNG-3808] - Execution order of report plugins is arbitrary if 
>> inheritance is involved
>>    * [MNG-3810] - [regression] Null Pointer Exception when Activation 
>> Profile Property is Empty
>>    * [MNG-3811] - Report plugins don't inherit configuration
>>    * [MNG-3899] - Inheritance does not merge extensions with same gid 
>> and aid
>>    * [MNG-3906] - Project-level plugin dependencies are in random 
>> order after merging
>>    * [MNG-3920] - Problem using velocity component
>>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user 
>> name properly
>>    * [MNG-3933] - Profiles.xml does not pickup OS family
>>    * [MNG-3940] - Interpolation of environment variables is not 
>> case-insensitive on Windows
>>    * [MNG-3948] - Remote repos defined by profiles outside of 
>> settings.xml are not used to resolve parent POMs
>>    * [MNG-3974] - New mirror syntax is not stopping on first match
>>    * [MNG-4016] - Properties with the prefix project/pom are not 
>> interpolated from the properties section
>>    * [MNG-4023] - Profiles from parent POM are injected multiple times 
>> if parent is part of reactor build
>>    * [MNG-4026] - [regression] Order of project class path does not 
>> match POM order during reactor build
>>    * [MNG-4032] - Test jar dependency not available for for main 
>> classes in multi module builds
>>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue 
>> where hostname is improperly extracted from URL
>>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur 
>> with 2.0.10
>>    * [MNG-4079] - Duplicate error messages
>>    * [MNG-4084] - Unnecessary Warning for an activate profile in child 
>> project
>>    * [MNG-4086] - [regression] Explicitly using plugin metaversions 
>> crashes plugin manager
>>    * [MNG-4087] - Percent encoded characters in file URLs are not 
>> decoded upon deployment
>>
>> ** Improvement
>>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 
>> is invoked with --version option
>>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to 
>> provide more complex expressions.
>>    * [MNG-3424] - Respect ordering of elements as given in POM
>>    * [MNG-3451] - Add german translation
>>    * [MNG-3503] - Shade MX* classes from plexus-utils
>>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>>    * [MNG-3787] - Add plugin version to default reports
>>    * [MNG-3794] - Improve error logging when downloading depedencies
>>    * [MNG-3795] - Add example <pluginGroups> snippet to 
>> conf/settings.xml in distribution
>>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>>    * [MNG-3951] - Hide drive-relative paths from plugins
>>    * [MNG-3971] - Provide parity in features between native ant-mojo 
>> support and antrun plugin
>>    * [MNG-3975] - getArtifact(Artifact artifact, List 
>> remoteRepositories) should include Exception in debug log messages.
>>    * [MNG-4024] - Open up CLIManager
>>    * [MNG-4037] - Include Java home in version information
>>    * [MNG-4057] - Propose checking of plugin artifact when plugin 
>> descriptor cannot be found
>>    * [MNG-4075] - Tone down warnings about reactor dependencies that 
>> don't have an associated file
>>    * [MNG-4091] - Validate the plugin descriptors and improve error 
>> reporting when mismatched with artifact
>>    * [MNG-4092] - remove plugin listeners for minor memory improvement 
>> and to avoid scanning descriptors from dependencies of plugins
>>
>> ** New Feature
>>    * [MNG-553] - Secure Storage of Server Passwords
>>    * [MNG-2097] - adding a phase called prepare-package
>>    * [MNG-3379] - Parallel resolution of artifacts
>>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL 
>> of project base directory
>>    * [MNG-3914] - Add CLI option to control location of global 
>> settings from command line
>>
>> ** Task
>>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>>    * [MNG-2883] - Make sure that the network isn't used for snapshots 
>> in offline mode when legacy repositories are used
>>    * [MNG-3602] - Schedule and release Doxia-1.1
>>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>>    * [MNG-3936] - Remove m2.bat from distribution
>>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable 
>> enhanced ant-mojo support
>>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable 
>> enhanced ant-mojo support
>>    * [MNG-4046] - Update to Doxia 1.0
>>    * [MNG-4077] - Review log level for 
>> VersionExpressionTransformation.transformVersions()
>>
>>
>> ** Wish
>>    * [MNG-4056] - Relax resolution of active project artifacts from 
>> the reactor with regard to artifact type
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
> 

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


Re: [vote] Maven 2.1.0

Posted by Daniel Kulp <dk...@apache.org>.
On Thu March 19 2009 7:45:53 pm John Casey wrote:
> Hi Vincent,
>
> I'm still trying to get XWiki's dependencies to resolve out on
> grid.sonatype.org...the latest missing dependency is:
>
> com.sun.xml.bind:jaxb-impl:jar:2.1.10
>
> I was wondering whether this is supposed to be available in one of the
> xwiki repositories, or if you have it installed somewhere else. I see
> versions up to 2.1.9 out on repository.sonatype.org (in the proxy repo
> for central), but not 2.1.10 (at least I haven't found it yet).

It would most likely be in the java.net m1 repo.   I haven't had time to copy 
it over to central yet.   (on my todo list)

Dan



> Any thoughts?
>
> -john
>
> Vincent Massol wrote:
> > It's failing for XWiki's build...
> > Are you still running XWiki's build  on your hudson ci btw?
> >
> > It's failing with the gwt maven plugin.
> >
> > It works fine with 2.1.0-M1 though. Ping me if you need help to
> > reproduce it.
> >
> > Thanks
> > -Vincent
> >
> > On Mar 19, 2009, at 1:12 AM, John Casey wrote:
> >> Hi everyone,
> >>
> >> It looks like Maven 2.1.0 is ready to release.
> >>
> >> You can try the binaries here:
> >>
> >> http://tinyurl.com/maven-2-1-0-vote
> >> (https://repository.apache.org/content/repositories/maven-staging-511ea8
> >>82714d8b/org/apache/maven/apache-maven/2.1.0/)
> >>
> >>
> >> We've resolved 85 issues for this release (enumerated at the end of
> >> this message):
> >>
> >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleNa
> >>me=Html&version=14587
> >>
> >>
> >> Vote's open for 72 hours. Please cast your vote:
> >>
> >> [ ] +1
> >> [ ] +0
> >> [ ] -1
> >>
> >> Here's my +1.
> >>
> >> Thanks,
> >>
> >> -john
> >>
> >> ===
> >>
> >>
> >> Release Notes - Maven 2 - Version 2.1.0
> >>
> >> ** Sub-task
> >>    * [MNG-4025] - Prominently document opt-out setting for parallel
> >> artifact resolution for users
> >>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it
> >> is released
> >>
> >> ** Bug
> >>    * [MNG-1349] - openssl checksums are not accepted by maven
> >>    * [MNG-1585] - debug logging from wagon not shown in debug mode
> >>    * [MNG-1992] - CLI -D should override properties in settings.xml
> >>    * [MNG-1999] - Reporting inheritance does not work properly
> >>    * [MNG-2432] - Apache and Mojo plugins take precendence over
> >> plugins in the pom.
> >>    * [MNG-2433] - Maven looks for snapshots in offline mode
> >>    * [MNG-2605] - Profiles in profiles.xml are active by default
> >>    * [MNG-2668] - Plugin dependencies should be considered when the
> >> reactor creates the build order list
> >>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't
> >> handle NoClassDefFoundError correctly
> >>    * [MNG-2695] - -o makes build fail for snapshot plugins
> >>    * [MNG-2720] - Multiproject dependencies not accurate for
> >> project.compileClasspathElements when run from root project
> >>    * [MNG-3023] - Reactor projects should be included in dependency
> >> resolution
> >>    * [MNG-3057] - properties not expanded in generated POMs when
> >> building A/B/C nested projects
> >>    * [MNG-3139] - The skin does not exist: Unable to determine the
> >> release version
> >>    * [MNG-3217] - a plugin's dependencies can influence other plugins
> >> in a build
> >>    * [MNG-3228] - Maven profile activation does not work when profile
> >> is defined in inherited 'parent' pom
> >>    * [MNG-3271] - <excludeDefaults> does not seem to work
> >>    * [MNG-3284] - Cached plugins are used, even when the specifically
> >> declared
> >>    * [MNG-3314] - offline build not running, when having SNAPSHOT
> >> dependencies
> >>    * [MNG-3621] - site url inheritance broken for UNC paths
> >>    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> >> resolved even if they have previously be dowloaded from a repository
> >>    * [MNG-3641] - Lack of error checks on profiles
> >>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in
> >> the current reactor
> >>    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> >> ordered in 2.0.9
> >>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> >> contents of the current folder
> >>    * [MNG-3769] - [regression] Excluding relocated transitive
> >> dependencies does not work
> >>    * [MNG-3776] - Namespace misspelled in settings.xml
> >>    * [MNG-3808] - Execution order of report plugins is arbitrary if
> >> inheritance is involved
> >>    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> >> Profile Property is Empty
> >>    * [MNG-3811] - Report plugins don't inherit configuration
> >>    * [MNG-3899] - Inheritance does not merge extensions with same gid
> >> and aid
> >>    * [MNG-3906] - Project-level plugin dependencies are in random
> >> order after merging
> >>    * [MNG-3920] - Problem using velocity component
> >>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user
> >> name properly
> >>    * [MNG-3933] - Profiles.xml does not pickup OS family
> >>    * [MNG-3940] - Interpolation of environment variables is not
> >> case-insensitive on Windows
> >>    * [MNG-3948] - Remote repos defined by profiles outside of
> >> settings.xml are not used to resolve parent POMs
> >>    * [MNG-3974] - New mirror syntax is not stopping on first match
> >>    * [MNG-4016] - Properties with the prefix project/pom are not
> >> interpolated from the properties section
> >>    * [MNG-4023] - Profiles from parent POM are injected multiple times
> >> if parent is part of reactor build
> >>    * [MNG-4026] - [regression] Order of project class path does not
> >> match POM order during reactor build
> >>    * [MNG-4032] - Test jar dependency not available for for main
> >> classes in multi module builds
> >>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue
> >> where hostname is improperly extracted from URL
> >>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur
> >> with 2.0.10
> >>    * [MNG-4079] - Duplicate error messages
> >>    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> >> project
> >>    * [MNG-4086] - [regression] Explicitly using plugin metaversions
> >> crashes plugin manager
> >>    * [MNG-4087] - Percent encoded characters in file URLs are not
> >> decoded upon deployment
> >>
> >> ** Improvement
> >>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2
> >> is invoked with --version option
> >>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> >> provide more complex expressions.
> >>    * [MNG-3424] - Respect ordering of elements as given in POM
> >>    * [MNG-3451] - Add german translation
> >>    * [MNG-3503] - Shade MX* classes from plexus-utils
> >>    * [MNG-3544] - Beautify debug output for mojo parameters of type
> >> array * [MNG-3600] - remove default settings of 664 / 775 for
> >> permissions * [MNG-3787] - Add plugin version to default reports
> >>    * [MNG-3794] - Improve error logging when downloading depedencies
> >>    * [MNG-3795] - Add example <pluginGroups> snippet to
> >> conf/settings.xml in distribution
> >>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
> >>    * [MNG-3951] - Hide drive-relative paths from plugins
> >>    * [MNG-3971] - Provide parity in features between native ant-mojo
> >> support and antrun plugin
> >>    * [MNG-3975] - getArtifact(Artifact artifact, List
> >> remoteRepositories) should include Exception in debug log messages.
> >>    * [MNG-4024] - Open up CLIManager
> >>    * [MNG-4037] - Include Java home in version information
> >>    * [MNG-4057] - Propose checking of plugin artifact when plugin
> >> descriptor cannot be found
> >>    * [MNG-4075] - Tone down warnings about reactor dependencies that
> >> don't have an associated file
> >>    * [MNG-4091] - Validate the plugin descriptors and improve error
> >> reporting when mismatched with artifact
> >>    * [MNG-4092] - remove plugin listeners for minor memory improvement
> >> and to avoid scanning descriptors from dependencies of plugins
> >>
> >> ** New Feature
> >>    * [MNG-553] - Secure Storage of Server Passwords
> >>    * [MNG-2097] - adding a phase called prepare-package
> >>    * [MNG-3379] - Parallel resolution of artifacts
> >>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL
> >> of project base directory
> >>    * [MNG-3914] - Add CLI option to control location of global
> >> settings from command line
> >>
> >> ** Task
> >>    * [MNG-2387] - <active> on <proxy> in settings is misleading
> >>    * [MNG-2883] - Make sure that the network isn't used for snapshots
> >> in offline mode when legacy repositories are used
> >>    * [MNG-3602] - Schedule and release Doxia-1.1
> >>    * [MNG-3842] - Revert temporary changes to scp wagon handling
> >>    * [MNG-3936] - Remove m2.bat from distribution
> >>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable
> >> enhanced ant-mojo support
> >>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> >> enhanced ant-mojo support
> >>    * [MNG-4046] - Update to Doxia 1.0
> >>    * [MNG-4077] - Review log level for
> >> VersionExpressionTransformation.transformVersions()
> >>
> >>
> >> ** Wish
> >>    * [MNG-4056] - Relax resolution of active project artifacts from
> >> the reactor with regard to artifact type
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

-- 
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog

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


Re: [vote] Maven 2.1.0

Posted by Paul Benedict <pb...@apache.org>.
+1

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


Re: [vote] Maven 2.1.0

Posted by John Casey <jd...@commonjava.org>.
Hi Vincent,

I'm still trying to get XWiki's dependencies to resolve out on 
grid.sonatype.org...the latest missing dependency is:

com.sun.xml.bind:jaxb-impl:jar:2.1.10

I was wondering whether this is supposed to be available in one of the 
xwiki repositories, or if you have it installed somewhere else. I see 
versions up to 2.1.9 out on repository.sonatype.org (in the proxy repo 
for central), but not 2.1.10 (at least I haven't found it yet).

Any thoughts?

-john

Vincent Massol wrote:
> It's failing for XWiki's build...
> Are you still running XWiki's build  on your hudson ci btw?
> 
> It's failing with the gwt maven plugin.
> 
> It works fine with 2.1.0-M1 though. Ping me if you need help to 
> reproduce it.
> 
> Thanks
> -Vincent
> 
> On Mar 19, 2009, at 1:12 AM, John Casey wrote:
> 
>> Hi everyone,
>>
>> It looks like Maven 2.1.0 is ready to release.
>>
>> You can try the binaries here:
>>
>> http://tinyurl.com/maven-2-1-0-vote
>> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/) 
>>
>>
>> We've resolved 85 issues for this release (enumerated at the end of 
>> this message):
>>
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587 
>>
>>
>> Vote's open for 72 hours. Please cast your vote:
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Here's my +1.
>>
>> Thanks,
>>
>> -john
>>
>> ===
>>
>>
>> Release Notes - Maven 2 - Version 2.1.0
>>
>> ** Sub-task
>>    * [MNG-4025] - Prominently document opt-out setting for parallel 
>> artifact resolution for users
>>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it 
>> is released
>>
>> ** Bug
>>    * [MNG-1349] - openssl checksums are not accepted by maven
>>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>>    * [MNG-1992] - CLI -D should override properties in settings.xml
>>    * [MNG-1999] - Reporting inheritance does not work properly
>>    * [MNG-2432] - Apache and Mojo plugins take precendence over 
>> plugins in the pom.
>>    * [MNG-2433] - Maven looks for snapshots in offline mode
>>    * [MNG-2605] - Profiles in profiles.xml are active by default
>>    * [MNG-2668] - Plugin dependencies should be considered when the 
>> reactor creates the build order list
>>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't 
>> handle NoClassDefFoundError correctly
>>    * [MNG-2695] - -o makes build fail for snapshot plugins
>>    * [MNG-2720] - Multiproject dependencies not accurate for 
>> project.compileClasspathElements when run from root project
>>    * [MNG-3023] - Reactor projects should be included in dependency 
>> resolution
>>    * [MNG-3057] - properties not expanded in generated POMs when 
>> building A/B/C nested projects
>>    * [MNG-3139] - The skin does not exist: Unable to determine the 
>> release version
>>    * [MNG-3217] - a plugin's dependencies can influence other plugins 
>> in a build
>>    * [MNG-3228] - Maven profile activation does not work when profile 
>> is defined in inherited 'parent' pom
>>    * [MNG-3271] - <excludeDefaults> does not seem to work
>>    * [MNG-3284] - Cached plugins are used, even when the specifically 
>> declared
>>    * [MNG-3314] - offline build not running, when having SNAPSHOT 
>> dependencies
>>    * [MNG-3621] - site url inheritance broken for UNC paths
>>    * [MNG-3628] - When running offline, snapshot artifcats cannot be 
>> resolved even if they have previously be dowloaded from a repository
>>    * [MNG-3641] - Lack of error checks on profiles
>>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in 
>> the current reactor
>>    * [MNG-3719] - [regression] plugin execution ordering no longer POM 
>> ordered in 2.0.9
>>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets 
>> contents of the current folder
>>    * [MNG-3769] - [regression] Excluding relocated transitive 
>> dependencies does not work
>>    * [MNG-3776] - Namespace misspelled in settings.xml
>>    * [MNG-3808] - Execution order of report plugins is arbitrary if 
>> inheritance is involved
>>    * [MNG-3810] - [regression] Null Pointer Exception when Activation 
>> Profile Property is Empty
>>    * [MNG-3811] - Report plugins don't inherit configuration
>>    * [MNG-3899] - Inheritance does not merge extensions with same gid 
>> and aid
>>    * [MNG-3906] - Project-level plugin dependencies are in random 
>> order after merging
>>    * [MNG-3920] - Problem using velocity component
>>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user 
>> name properly
>>    * [MNG-3933] - Profiles.xml does not pickup OS family
>>    * [MNG-3940] - Interpolation of environment variables is not 
>> case-insensitive on Windows
>>    * [MNG-3948] - Remote repos defined by profiles outside of 
>> settings.xml are not used to resolve parent POMs
>>    * [MNG-3974] - New mirror syntax is not stopping on first match
>>    * [MNG-4016] - Properties with the prefix project/pom are not 
>> interpolated from the properties section
>>    * [MNG-4023] - Profiles from parent POM are injected multiple times 
>> if parent is part of reactor build
>>    * [MNG-4026] - [regression] Order of project class path does not 
>> match POM order during reactor build
>>    * [MNG-4032] - Test jar dependency not available for for main 
>> classes in multi module builds
>>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue 
>> where hostname is improperly extracted from URL
>>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur 
>> with 2.0.10
>>    * [MNG-4079] - Duplicate error messages
>>    * [MNG-4084] - Unnecessary Warning for an activate profile in child 
>> project
>>    * [MNG-4086] - [regression] Explicitly using plugin metaversions 
>> crashes plugin manager
>>    * [MNG-4087] - Percent encoded characters in file URLs are not 
>> decoded upon deployment
>>
>> ** Improvement
>>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 
>> is invoked with --version option
>>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to 
>> provide more complex expressions.
>>    * [MNG-3424] - Respect ordering of elements as given in POM
>>    * [MNG-3451] - Add german translation
>>    * [MNG-3503] - Shade MX* classes from plexus-utils
>>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>>    * [MNG-3787] - Add plugin version to default reports
>>    * [MNG-3794] - Improve error logging when downloading depedencies
>>    * [MNG-3795] - Add example <pluginGroups> snippet to 
>> conf/settings.xml in distribution
>>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>>    * [MNG-3951] - Hide drive-relative paths from plugins
>>    * [MNG-3971] - Provide parity in features between native ant-mojo 
>> support and antrun plugin
>>    * [MNG-3975] - getArtifact(Artifact artifact, List 
>> remoteRepositories) should include Exception in debug log messages.
>>    * [MNG-4024] - Open up CLIManager
>>    * [MNG-4037] - Include Java home in version information
>>    * [MNG-4057] - Propose checking of plugin artifact when plugin 
>> descriptor cannot be found
>>    * [MNG-4075] - Tone down warnings about reactor dependencies that 
>> don't have an associated file
>>    * [MNG-4091] - Validate the plugin descriptors and improve error 
>> reporting when mismatched with artifact
>>    * [MNG-4092] - remove plugin listeners for minor memory improvement 
>> and to avoid scanning descriptors from dependencies of plugins
>>
>> ** New Feature
>>    * [MNG-553] - Secure Storage of Server Passwords
>>    * [MNG-2097] - adding a phase called prepare-package
>>    * [MNG-3379] - Parallel resolution of artifacts
>>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL 
>> of project base directory
>>    * [MNG-3914] - Add CLI option to control location of global 
>> settings from command line
>>
>> ** Task
>>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>>    * [MNG-2883] - Make sure that the network isn't used for snapshots 
>> in offline mode when legacy repositories are used
>>    * [MNG-3602] - Schedule and release Doxia-1.1
>>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>>    * [MNG-3936] - Remove m2.bat from distribution
>>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable 
>> enhanced ant-mojo support
>>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable 
>> enhanced ant-mojo support
>>    * [MNG-4046] - Update to Doxia 1.0
>>    * [MNG-4077] - Review log level for 
>> VersionExpressionTransformation.transformVersions()
>>
>>
>> ** Wish
>>    * [MNG-4056] - Relax resolution of active project artifacts from 
>> the reactor with regard to artifact type
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
> 

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


Re: [vote] Maven 2.1.0

Posted by Vincent Massol <vi...@massol.net>.
It's failing for XWiki's build...
Are you still running XWiki's build  on your hudson ci btw?

It's failing with the gwt maven plugin.

It works fine with 2.1.0-M1 though. Ping me if you need help to  
reproduce it.

Thanks
-Vincent

On Mar 19, 2009, at 1:12 AM, John Casey wrote:

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/ 
> )
>
> We've resolved 85 issues for this release (enumerated at the end of  
> this message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel  
> artifact resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when  
> it is released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over  
> plugins in the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the  
> reactor creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't  
> handle NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for  
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency  
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when  
> building A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the  
> release version
>    * [MNG-3217] - a plugin's dependencies can influence other  
> plugins in a build
>    * [MNG-3228] - Maven profile activation does not work when  
> profile is defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the  
> specifically declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT  
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be  
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs  
> in the current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer  
> POM ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets  
> contents of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive  
> dependencies does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if  
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when  
> Activation Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same  
> gid and aid
>    * [MNG-3906] - Project-level plugin dependencies are in random  
> order after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user  
> name properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not case- 
> insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of  
> settings.xml are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not  
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple  
> times if parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not  
> match POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main  
> classes in multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue  
> where hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur  
> with 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in  
> child project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions  
> crashes plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not  
> decoded upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven  
> 2 is invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has  
> to provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type  
> array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/ 
> settings.xml in distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo  
> support and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List  
> remoteRepositories) should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin  
> descriptor cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that  
> don't have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error  
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory  
> improvement and to avoid scanning descriptors from dependencies of  
> plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant  
> URL of project base directory
>    * [MNG-3914] - Add CLI option to control location of global  
> settings from command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for  
> snapshots in offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable  
> enhanced ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to  
> enable enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for  
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from  
> the reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Benjamin Bentmann <be...@udo.edu>.
John Casey wrote:

> It looks like Maven 2.1.0 is ready to release.

+1, thanks John!


Benjamin

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


Re: [vote] Maven 2.1.0

Posted by Jörg Schaible <jo...@gmx.de>.
non-binding +4 ;-), having used all RCs and this version without any problem
on a large inhouse project.

John Casey wrote:

> Hi everyone,
> 
> It looks like Maven 2.1.0 is ready to release.
> 
> You can try the binaries here:
> 
> http://tinyurl.com/maven-2-1-0-vote
>
(https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/)
> 
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
> 
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
> 
> Vote's open for 72 hours. Please cast your vote:
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Here's my +1.
> 
> Thanks,
> 
> -john
> 
> ===
> 
> 
> Release Notes - Maven 2 - Version 2.1.0
> 
> ** Sub-task
>      * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact resolution for users
>      * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it
> is released
> 
> ** Bug
>      * [MNG-1349] - openssl checksums are not accepted by maven
>      * [MNG-1585] - debug logging from wagon not shown in debug mode
>      * [MNG-1992] - CLI -D should override properties in settings.xml
>      * [MNG-1999] - Reporting inheritance does not work properly
>      * [MNG-2432] - Apache and Mojo plugins take precendence over
> plugins in the pom.
>      * [MNG-2433] - Maven looks for snapshots in offline mode
>      * [MNG-2605] - Profiles in profiles.xml are active by default
>      * [MNG-2668] - Plugin dependencies should be considered when the
> reactor creates the build order list
>      * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't
> handle NoClassDefFoundError correctly
>      * [MNG-2695] - -o makes build fail for snapshot plugins
>      * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>      * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>      * [MNG-3057] - properties not expanded in generated POMs when
> building A/B/C nested projects
>      * [MNG-3139] - The skin does not exist: Unable to determine the
> release version
>      * [MNG-3217] - a plugin's dependencies can influence other plugins
> in a build
>      * [MNG-3228] - Maven profile activation does not work when profile
> is defined in inherited 'parent' pom
>      * [MNG-3271] - <excludeDefaults> does not seem to work
>      * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>      * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>      * [MNG-3621] - site url inheritance broken for UNC paths
>      * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>      * [MNG-3641] - Lack of error checks on profiles
>      * [MNG-3645] - Maven doesn't do strict model validation for POMs in
> the current reactor
>      * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>      * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents of the current folder
>      * [MNG-3769] - [regression] Excluding relocated transitive
> dependencies does not work
>      * [MNG-3776] - Namespace misspelled in settings.xml
>      * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>      * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>      * [MNG-3811] - Report plugins don't inherit configuration
>      * [MNG-3899] - Inheritance does not merge extensions with same gid
> and aid
>      * [MNG-3906] - Project-level plugin dependencies are in random
> order after merging
>      * [MNG-3920] - Problem using velocity component
>      * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user
> name properly
>      * [MNG-3933] - Profiles.xml does not pickup OS family
>      * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>      * [MNG-3948] - Remote repos defined by profiles outside of
> settings.xml are not used to resolve parent POMs
>      * [MNG-3974] - New mirror syntax is not stopping on first match
>      * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>      * [MNG-4023] - Profiles from parent POM are injected multiple times
> if parent is part of reactor build
>      * [MNG-4026] - [regression] Order of project class path does not
> match POM order during reactor build
>      * [MNG-4032] - Test jar dependency not available for for main
> classes in multi module builds
>      * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue
> where hostname is improperly extracted from URL
>      * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur
> with 2.0.10
>      * [MNG-4079] - Duplicate error messages
>      * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>      * [MNG-4086] - [regression] Explicitly using plugin metaversions
> crashes plugin manager
>      * [MNG-4087] - Percent encoded characters in file URLs are not
> decoded upon deployment
> 
> ** Improvement
>      * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2
> is invoked with --version option
>      * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>      * [MNG-3424] - Respect ordering of elements as given in POM
>      * [MNG-3451] - Add german translation
>      * [MNG-3503] - Shade MX* classes from plexus-utils
>      * [MNG-3544] - Beautify debug output for mojo parameters of type
>      array * [MNG-3600] - remove default settings of 664 / 775 for
>      permissions * [MNG-3787] - Add plugin version to default reports
>      * [MNG-3794] - Improve error logging when downloading depedencies
>      * [MNG-3795] - Add example <pluginGroups> snippet to
> conf/settings.xml in distribution
>      * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>      * [MNG-3951] - Hide drive-relative paths from plugins
>      * [MNG-3971] - Provide parity in features between native ant-mojo
> support and antrun plugin
>      * [MNG-3975] - getArtifact(Artifact artifact, List
> remoteRepositories) should include Exception in debug log messages.
>      * [MNG-4024] - Open up CLIManager
>      * [MNG-4037] - Include Java home in version information
>      * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor cannot be found
>      * [MNG-4075] - Tone down warnings about reactor dependencies that
> don't have an associated file
>      * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>      * [MNG-4092] - remove plugin listeners for minor memory improvement
> and to avoid scanning descriptors from dependencies of plugins
> 
> ** New Feature
>      * [MNG-553] - Secure Storage of Server Passwords
>      * [MNG-2097] - adding a phase called prepare-package
>      * [MNG-3379] - Parallel resolution of artifacts
>      * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL
> of project base directory
>      * [MNG-3914] - Add CLI option to control location of global
> settings from command line
> 
> ** Task
>      * [MNG-2387] - <active> on <proxy> in settings is misleading
>      * [MNG-2883] - Make sure that the network isn't used for snapshots
> in offline mode when legacy repositories are used
>      * [MNG-3602] - Schedule and release Doxia-1.1
>      * [MNG-3842] - Revert temporary changes to scp wagon handling
>      * [MNG-3936] - Remove m2.bat from distribution
>      * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable
> enhanced ant-mojo support
>      * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>      * [MNG-4046] - Update to Doxia 1.0
>      * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
> 
> 
> ** Wish
>      * [MNG-4056] - Relax resolution of active project artifacts from
> the reactor with regard to artifact type



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


Re: [vote] Maven 2.1.0

Posted by Jason van Zyl <jv...@sonatype.com>.
+1

builds all my projects without error

On 18-Mar-09, at 5:12 PM, John Casey wrote:

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/ 
> )
>
> We've resolved 85 issues for this release (enumerated at the end of  
> this message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel  
> artifact resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when  
> it is released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over  
> plugins in the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the  
> reactor creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't  
> handle NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for  
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency  
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when  
> building A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the  
> release version
>    * [MNG-3217] - a plugin's dependencies can influence other  
> plugins in a build
>    * [MNG-3228] - Maven profile activation does not work when  
> profile is defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the  
> specifically declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT  
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be  
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs  
> in the current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer  
> POM ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets  
> contents of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive  
> dependencies does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if  
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when  
> Activation Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same  
> gid and aid
>    * [MNG-3906] - Project-level plugin dependencies are in random  
> order after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user  
> name properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not case- 
> insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of  
> settings.xml are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not  
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple  
> times if parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not  
> match POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main  
> classes in multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue  
> where hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur  
> with 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in  
> child project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions  
> crashes plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not  
> decoded upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven  
> 2 is invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has  
> to provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type  
> array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/ 
> settings.xml in distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo  
> support and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List  
> remoteRepositories) should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin  
> descriptor cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that  
> don't have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error  
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory  
> improvement and to avoid scanning descriptors from dependencies of  
> plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant  
> URL of project base directory
>    * [MNG-3914] - Add CLI option to control location of global  
> settings from command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for  
> snapshots in offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable  
> enhanced ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to  
> enable enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for  
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from  
> the reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
----------------------------------------------------------

Selfish deeds are the shortest path to self destruction.

  -- The Seven Samuari, Akira Kurosawa


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


Re: [RESULT] [vote] Maven 2.1.0

Posted by Brett Porter <br...@apache.org>.
Cool, thanks!

On 25/03/2009, at 2:11 AM, John Casey wrote:

> Hmm, forgot to post to announce@apache.org. I already posted to announce@maven.apache.org
>
> I'll follow up with announce@apache.org.
>
> -john

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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


Re: [RESULT] [vote] Maven 2.1.0

Posted by John Casey <jd...@commonjava.org>.
Hmm, forgot to post to announce@apache.org. I already posted to 
announce@maven.apache.org

I'll follow up with announce@apache.org.

-john

Brett Porter wrote:
> Will you be posting this to announce@apache.org and 
> announce@maven.apache.org?
> 
> Thanks,
> Brett
> 
> On 22/03/2009, at 7:33 AM, John Casey wrote:
> 
>> This vote has passed with the following tally:
>>
>> binding +1 (16): John, Ralph, Dan F., Daniel K., Benjamin, Olivier, 
>> Jason, Stephane, Herve, Brett, Jesse, Lukas, Vincent S., Arnaud, Brian 
>> F., Emmanuel
>>
>> non-binding +1 (12): Steve A, Paul, Fabrice, Paul B, Jochen, Paul G., 
>> Anders, Petar, Jorg, Stuart, Nicolas, Mark H.
>>
>> I'll promote the binaries and make the announcement.
>>
>> Thanks for taking the time to test this release.
>>
>> -john
>>
>> John Casey wrote:
>>> Hi everyone,
>>> It looks like Maven 2.1.0 is ready to release.
>>> You can try the binaries here:
>>> http://tinyurl.com/maven-2-1-0-vote
>>> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/) 
>>> We've resolved 85 issues for this release (enumerated at the end of 
>>> this message):
>>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587 Vote's 
>>> open for 72 hours. Please cast your vote:
>>> [ ] +1
>>> [ ] +0
>>> [ ] -1
>>> Here's my +1.
>>> Thanks,
>>> -john
>>> ===
>>> Release Notes - Maven 2 - Version 2.1.0
>>> ** Sub-task
>>>    * [MNG-4025] - Prominently document opt-out setting for parallel 
>>> artifact resolution for users
>>>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it 
>>> is released
>>> ** Bug
>>>    * [MNG-1349] - openssl checksums are not accepted by maven
>>>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>>>    * [MNG-1992] - CLI -D should override properties in settings.xml
>>>    * [MNG-1999] - Reporting inheritance does not work properly
>>>    * [MNG-2432] - Apache and Mojo plugins take precendence over 
>>> plugins in the pom.
>>>    * [MNG-2433] - Maven looks for snapshots in offline mode
>>>    * [MNG-2605] - Profiles in profiles.xml are active by default
>>>    * [MNG-2668] - Plugin dependencies should be considered when the 
>>> reactor creates the build order list
>>>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't 
>>> handle NoClassDefFoundError correctly
>>>    * [MNG-2695] - -o makes build fail for snapshot plugins
>>>    * [MNG-2720] - Multiproject dependencies not accurate for 
>>> project.compileClasspathElements when run from root project
>>>    * [MNG-3023] - Reactor projects should be included in dependency 
>>> resolution
>>>    * [MNG-3057] - properties not expanded in generated POMs when 
>>> building A/B/C nested projects
>>>    * [MNG-3139] - The skin does not exist: Unable to determine the 
>>> release version
>>>    * [MNG-3217] - a plugin's dependencies can influence other plugins 
>>> in a build
>>>    * [MNG-3228] - Maven profile activation does not work when profile 
>>> is defined in inherited 'parent' pom
>>>    * [MNG-3271] - <excludeDefaults> does not seem to work
>>>    * [MNG-3284] - Cached plugins are used, even when the specifically 
>>> declared
>>>    * [MNG-3314] - offline build not running, when having SNAPSHOT 
>>> dependencies
>>>    * [MNG-3621] - site url inheritance broken for UNC paths
>>>    * [MNG-3628] - When running offline, snapshot artifcats cannot be 
>>> resolved even if they have previously be dowloaded from a repository
>>>    * [MNG-3641] - Lack of error checks on profiles
>>>    * [MNG-3645] - Maven doesn't do strict model validation for POMs 
>>> in the current reactor
>>>    * [MNG-3719] - [regression] plugin execution ordering no longer 
>>> POM ordered in 2.0.9
>>>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets 
>>> contents of the current folder
>>>    * [MNG-3769] - [regression] Excluding relocated transitive 
>>> dependencies does not work
>>>    * [MNG-3776] - Namespace misspelled in settings.xml
>>>    * [MNG-3808] - Execution order of report plugins is arbitrary if 
>>> inheritance is involved
>>>    * [MNG-3810] - [regression] Null Pointer Exception when Activation 
>>> Profile Property is Empty
>>>    * [MNG-3811] - Report plugins don't inherit configuration
>>>    * [MNG-3899] - Inheritance does not merge extensions with same gid 
>>> and aid
>>>    * [MNG-3906] - Project-level plugin dependencies are in random 
>>> order after merging
>>>    * [MNG-3920] - Problem using velocity component
>>>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user 
>>> name properly
>>>    * [MNG-3933] - Profiles.xml does not pickup OS family
>>>    * [MNG-3940] - Interpolation of environment variables is not 
>>> case-insensitive on Windows
>>>    * [MNG-3948] - Remote repos defined by profiles outside of 
>>> settings.xml are not used to resolve parent POMs
>>>    * [MNG-3974] - New mirror syntax is not stopping on first match
>>>    * [MNG-4016] - Properties with the prefix project/pom are not 
>>> interpolated from the properties section
>>>    * [MNG-4023] - Profiles from parent POM are injected multiple 
>>> times if parent is part of reactor build
>>>    * [MNG-4026] - [regression] Order of project class path does not 
>>> match POM order during reactor build
>>>    * [MNG-4032] - Test jar dependency not available for for main 
>>> classes in multi module builds
>>>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue 
>>> where hostname is improperly extracted from URL
>>>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur 
>>> with 2.0.10
>>>    * [MNG-4079] - Duplicate error messages
>>>    * [MNG-4084] - Unnecessary Warning for an activate profile in 
>>> child project
>>>    * [MNG-4086] - [regression] Explicitly using plugin metaversions 
>>> crashes plugin manager
>>>    * [MNG-4087] - Percent encoded characters in file URLs are not 
>>> decoded upon deployment
>>> ** Improvement
>>>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 
>>> is invoked with --version option
>>>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to 
>>> provide more complex expressions.
>>>    * [MNG-3424] - Respect ordering of elements as given in POM
>>>    * [MNG-3451] - Add german translation
>>>    * [MNG-3503] - Shade MX* classes from plexus-utils
>>>    * [MNG-3544] - Beautify debug output for mojo parameters of type 
>>> array
>>>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>>>    * [MNG-3787] - Add plugin version to default reports
>>>    * [MNG-3794] - Improve error logging when downloading depedencies
>>>    * [MNG-3795] - Add example <pluginGroups> snippet to 
>>> conf/settings.xml in distribution
>>>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>>>    * [MNG-3951] - Hide drive-relative paths from plugins
>>>    * [MNG-3971] - Provide parity in features between native ant-mojo 
>>> support and antrun plugin
>>>    * [MNG-3975] - getArtifact(Artifact artifact, List 
>>> remoteRepositories) should include Exception in debug log messages.
>>>    * [MNG-4024] - Open up CLIManager
>>>    * [MNG-4037] - Include Java home in version information
>>>    * [MNG-4057] - Propose checking of plugin artifact when plugin 
>>> descriptor cannot be found
>>>    * [MNG-4075] - Tone down warnings about reactor dependencies that 
>>> don't have an associated file
>>>    * [MNG-4091] - Validate the plugin descriptors and improve error 
>>> reporting when mismatched with artifact
>>>    * [MNG-4092] - remove plugin listeners for minor memory 
>>> improvement and to avoid scanning descriptors from dependencies of 
>>> plugins
>>> ** New Feature
>>>    * [MNG-553] - Secure Storage of Server Passwords
>>>    * [MNG-2097] - adding a phase called prepare-package
>>>    * [MNG-3379] - Parallel resolution of artifacts
>>>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant 
>>> URL of project base directory
>>>    * [MNG-3914] - Add CLI option to control location of global 
>>> settings from command line
>>> ** Task
>>>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>>>    * [MNG-2883] - Make sure that the network isn't used for snapshots 
>>> in offline mode when legacy repositories are used
>>>    * [MNG-3602] - Schedule and release Doxia-1.1
>>>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>>>    * [MNG-3936] - Remove m2.bat from distribution
>>>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable 
>>> enhanced ant-mojo support
>>>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable 
>>> enhanced ant-mojo support
>>>    * [MNG-4046] - Update to Doxia 1.0
>>>    * [MNG-4077] - Review log level for 
>>> VersionExpressionTransformation.transformVersions()
>>> ** Wish
>>>    * [MNG-4056] - Relax resolution of active project artifacts from 
>>> the reactor with regard to artifact type
>>> ---------------------------------------------------------------------
>>> 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
>>
> 
> -- 
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
> 
> 
> ---------------------------------------------------------------------
> 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: [RESULT] [vote] Maven 2.1.0

Posted by Brett Porter <br...@apache.org>.
Will you be posting this to announce@apache.org and announce@maven.apache.org 
?

Thanks,
Brett

On 22/03/2009, at 7:33 AM, John Casey wrote:

> This vote has passed with the following tally:
>
> binding +1 (16): John, Ralph, Dan F., Daniel K., Benjamin, Olivier,  
> Jason, Stephane, Herve, Brett, Jesse, Lukas, Vincent S., Arnaud,  
> Brian F., Emmanuel
>
> non-binding +1 (12): Steve A, Paul, Fabrice, Paul B, Jochen, Paul  
> G., Anders, Petar, Jorg, Stuart, Nicolas, Mark H.
>
> I'll promote the binaries and make the announcement.
>
> Thanks for taking the time to test this release.
>
> -john
>
> John Casey wrote:
>> Hi everyone,
>> It looks like Maven 2.1.0 is ready to release.
>> You can try the binaries here:
>> http://tinyurl.com/maven-2-1-0-vote
>> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/ 
>> ) We've resolved 85 issues for this release (enumerated at the end  
>> of this message):
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587 
>>  Vote's open for 72 hours. Please cast your vote:
>> [ ] +1
>> [ ] +0
>> [ ] -1
>> Here's my +1.
>> Thanks,
>> -john
>> ===
>> Release Notes - Maven 2 - Version 2.1.0
>> ** Sub-task
>>    * [MNG-4025] - Prominently document opt-out setting for parallel  
>> artifact resolution for users
>>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when  
>> it is released
>> ** Bug
>>    * [MNG-1349] - openssl checksums are not accepted by maven
>>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>>    * [MNG-1992] - CLI -D should override properties in settings.xml
>>    * [MNG-1999] - Reporting inheritance does not work properly
>>    * [MNG-2432] - Apache and Mojo plugins take precendence over  
>> plugins in the pom.
>>    * [MNG-2433] - Maven looks for snapshots in offline mode
>>    * [MNG-2605] - Profiles in profiles.xml are active by default
>>    * [MNG-2668] - Plugin dependencies should be considered when the  
>> reactor creates the build order list
>>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't  
>> handle NoClassDefFoundError correctly
>>    * [MNG-2695] - -o makes build fail for snapshot plugins
>>    * [MNG-2720] - Multiproject dependencies not accurate for  
>> project.compileClasspathElements when run from root project
>>    * [MNG-3023] - Reactor projects should be included in dependency  
>> resolution
>>    * [MNG-3057] - properties not expanded in generated POMs when  
>> building A/B/C nested projects
>>    * [MNG-3139] - The skin does not exist: Unable to determine the  
>> release version
>>    * [MNG-3217] - a plugin's dependencies can influence other  
>> plugins in a build
>>    * [MNG-3228] - Maven profile activation does not work when  
>> profile is defined in inherited 'parent' pom
>>    * [MNG-3271] - <excludeDefaults> does not seem to work
>>    * [MNG-3284] - Cached plugins are used, even when the  
>> specifically declared
>>    * [MNG-3314] - offline build not running, when having SNAPSHOT  
>> dependencies
>>    * [MNG-3621] - site url inheritance broken for UNC paths
>>    * [MNG-3628] - When running offline, snapshot artifcats cannot  
>> be resolved even if they have previously be dowloaded from a  
>> repository
>>    * [MNG-3641] - Lack of error checks on profiles
>>    * [MNG-3645] - Maven doesn't do strict model validation for POMs  
>> in the current reactor
>>    * [MNG-3719] - [regression] plugin execution ordering no longer  
>> POM ordered in 2.0.9
>>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets  
>> contents of the current folder
>>    * [MNG-3769] - [regression] Excluding relocated transitive  
>> dependencies does not work
>>    * [MNG-3776] - Namespace misspelled in settings.xml
>>    * [MNG-3808] - Execution order of report plugins is arbitrary if  
>> inheritance is involved
>>    * [MNG-3810] - [regression] Null Pointer Exception when  
>> Activation Profile Property is Empty
>>    * [MNG-3811] - Report plugins don't inherit configuration
>>    * [MNG-3899] - Inheritance does not merge extensions with same  
>> gid and aid
>>    * [MNG-3906] - Project-level plugin dependencies are in random  
>> order after merging
>>    * [MNG-3920] - Problem using velocity component
>>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user  
>> name properly
>>    * [MNG-3933] - Profiles.xml does not pickup OS family
>>    * [MNG-3940] - Interpolation of environment variables is not  
>> case-insensitive on Windows
>>    * [MNG-3948] - Remote repos defined by profiles outside of  
>> settings.xml are not used to resolve parent POMs
>>    * [MNG-3974] - New mirror syntax is not stopping on first match
>>    * [MNG-4016] - Properties with the prefix project/pom are not  
>> interpolated from the properties section
>>    * [MNG-4023] - Profiles from parent POM are injected multiple  
>> times if parent is part of reactor build
>>    * [MNG-4026] - [regression] Order of project class path does not  
>> match POM order during reactor build
>>    * [MNG-4032] - Test jar dependency not available for for main  
>> classes in multi module builds
>>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue  
>> where hostname is improperly extracted from URL
>>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't  
>> occur with 2.0.10
>>    * [MNG-4079] - Duplicate error messages
>>    * [MNG-4084] - Unnecessary Warning for an activate profile in  
>> child project
>>    * [MNG-4086] - [regression] Explicitly using plugin metaversions  
>> crashes plugin manager
>>    * [MNG-4087] - Percent encoded characters in file URLs are not  
>> decoded upon deployment
>> ** Improvement
>>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven  
>> 2 is invoked with --version option
>>    * [MNG-1957] - <jdk></jdk> clause in the activation section has  
>> to provide more complex expressions.
>>    * [MNG-3424] - Respect ordering of elements as given in POM
>>    * [MNG-3451] - Add german translation
>>    * [MNG-3503] - Shade MX* classes from plexus-utils
>>    * [MNG-3544] - Beautify debug output for mojo parameters of type  
>> array
>>    * [MNG-3600] - remove default settings of 664 / 775 for  
>> permissions
>>    * [MNG-3787] - Add plugin version to default reports
>>    * [MNG-3794] - Improve error logging when downloading depedencies
>>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/ 
>> settings.xml in distribution
>>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>>    * [MNG-3951] - Hide drive-relative paths from plugins
>>    * [MNG-3971] - Provide parity in features between native ant- 
>> mojo support and antrun plugin
>>    * [MNG-3975] - getArtifact(Artifact artifact, List  
>> remoteRepositories) should include Exception in debug log messages.
>>    * [MNG-4024] - Open up CLIManager
>>    * [MNG-4037] - Include Java home in version information
>>    * [MNG-4057] - Propose checking of plugin artifact when plugin  
>> descriptor cannot be found
>>    * [MNG-4075] - Tone down warnings about reactor dependencies  
>> that don't have an associated file
>>    * [MNG-4091] - Validate the plugin descriptors and improve error  
>> reporting when mismatched with artifact
>>    * [MNG-4092] - remove plugin listeners for minor memory  
>> improvement and to avoid scanning descriptors from dependencies of  
>> plugins
>> ** New Feature
>>    * [MNG-553] - Secure Storage of Server Passwords
>>    * [MNG-2097] - adding a phase called prepare-package
>>    * [MNG-3379] - Parallel resolution of artifacts
>>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant  
>> URL of project base directory
>>    * [MNG-3914] - Add CLI option to control location of global  
>> settings from command line
>> ** Task
>>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>>    * [MNG-2883] - Make sure that the network isn't used for  
>> snapshots in offline mode when legacy repositories are used
>>    * [MNG-3602] - Schedule and release Doxia-1.1
>>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>>    * [MNG-3936] - Remove m2.bat from distribution
>>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable  
>> enhanced ant-mojo support
>>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to  
>> enable enhanced ant-mojo support
>>    * [MNG-4046] - Update to Doxia 1.0
>>    * [MNG-4077] - Review log level for  
>> VersionExpressionTransformation.transformVersions()
>> ** Wish
>>    * [MNG-4056] - Relax resolution of active project artifacts from  
>> the reactor with regard to artifact type
>> ---------------------------------------------------------------------
>> 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
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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


[RESULT] [vote] Maven 2.1.0

Posted by John Casey <jd...@commonjava.org>.
This vote has passed with the following tally:

binding +1 (16): John, Ralph, Dan F., Daniel K., Benjamin, Olivier, 
Jason, Stephane, Herve, Brett, Jesse, Lukas, Vincent S., Arnaud, Brian 
F., Emmanuel

non-binding +1 (12): Steve A, Paul, Fabrice, Paul B, Jochen, Paul G., 
Anders, Petar, Jorg, Stuart, Nicolas, Mark H.

I'll promote the binaries and make the announcement.

Thanks for taking the time to test this release.

-john

John Casey wrote:
> Hi everyone,
> 
> It looks like Maven 2.1.0 is ready to release.
> 
> You can try the binaries here:
> 
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/) 
> 
> 
> We've resolved 85 issues for this release (enumerated at the end of this 
> message):
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587 
> 
> 
> Vote's open for 72 hours. Please cast your vote:
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Here's my +1.
> 
> Thanks,
> 
> -john
> 
> ===
> 
> 
> Release Notes - Maven 2 - Version 2.1.0
> 
> ** Sub-task
>     * [MNG-4025] - Prominently document opt-out setting for parallel 
> artifact resolution for users
>     * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it 
> is released
> 
> ** Bug
>     * [MNG-1349] - openssl checksums are not accepted by maven
>     * [MNG-1585] - debug logging from wagon not shown in debug mode
>     * [MNG-1992] - CLI -D should override properties in settings.xml
>     * [MNG-1999] - Reporting inheritance does not work properly
>     * [MNG-2432] - Apache and Mojo plugins take precendence over plugins 
> in the pom.
>     * [MNG-2433] - Maven looks for snapshots in offline mode
>     * [MNG-2605] - Profiles in profiles.xml are active by default
>     * [MNG-2668] - Plugin dependencies should be considered when the 
> reactor creates the build order list
>     * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't 
> handle NoClassDefFoundError correctly
>     * [MNG-2695] - -o makes build fail for snapshot plugins
>     * [MNG-2720] - Multiproject dependencies not accurate for 
> project.compileClasspathElements when run from root project
>     * [MNG-3023] - Reactor projects should be included in dependency 
> resolution
>     * [MNG-3057] - properties not expanded in generated POMs when 
> building A/B/C nested projects
>     * [MNG-3139] - The skin does not exist: Unable to determine the 
> release version
>     * [MNG-3217] - a plugin's dependencies can influence other plugins 
> in a build
>     * [MNG-3228] - Maven profile activation does not work when profile 
> is defined in inherited 'parent' pom
>     * [MNG-3271] - <excludeDefaults> does not seem to work
>     * [MNG-3284] - Cached plugins are used, even when the specifically 
> declared
>     * [MNG-3314] - offline build not running, when having SNAPSHOT 
> dependencies
>     * [MNG-3621] - site url inheritance broken for UNC paths
>     * [MNG-3628] - When running offline, snapshot artifcats cannot be 
> resolved even if they have previously be dowloaded from a repository
>     * [MNG-3641] - Lack of error checks on profiles
>     * [MNG-3645] - Maven doesn't do strict model validation for POMs in 
> the current reactor
>     * [MNG-3719] - [regression] plugin execution ordering no longer POM 
> ordered in 2.0.9
>     * [MNG-3757] - Setting M2_HOME to nothing and running ant delets 
> contents of the current folder
>     * [MNG-3769] - [regression] Excluding relocated transitive 
> dependencies does not work
>     * [MNG-3776] - Namespace misspelled in settings.xml
>     * [MNG-3808] - Execution order of report plugins is arbitrary if 
> inheritance is involved
>     * [MNG-3810] - [regression] Null Pointer Exception when Activation 
> Profile Property is Empty
>     * [MNG-3811] - Report plugins don't inherit configuration
>     * [MNG-3899] - Inheritance does not merge extensions with same gid 
> and aid
>     * [MNG-3906] - Project-level plugin dependencies are in random order 
> after merging
>     * [MNG-3920] - Problem using velocity component
>     * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name 
> properly
>     * [MNG-3933] - Profiles.xml does not pickup OS family
>     * [MNG-3940] - Interpolation of environment variables is not 
> case-insensitive on Windows
>     * [MNG-3948] - Remote repos defined by profiles outside of 
> settings.xml are not used to resolve parent POMs
>     * [MNG-3974] - New mirror syntax is not stopping on first match
>     * [MNG-4016] - Properties with the prefix project/pom are not 
> interpolated from the properties section
>     * [MNG-4023] - Profiles from parent POM are injected multiple times 
> if parent is part of reactor build
>     * [MNG-4026] - [regression] Order of project class path does not 
> match POM order during reactor build
>     * [MNG-4032] - Test jar dependency not available for for main 
> classes in multi module builds
>     * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue 
> where hostname is improperly extracted from URL
>     * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur 
> with 2.0.10
>     * [MNG-4079] - Duplicate error messages
>     * [MNG-4084] - Unnecessary Warning for an activate profile in child 
> project
>     * [MNG-4086] - [regression] Explicitly using plugin metaversions 
> crashes plugin manager
>     * [MNG-4087] - Percent encoded characters in file URLs are not 
> decoded upon deployment
> 
> ** Improvement
>     * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 
> is invoked with --version option
>     * [MNG-1957] - <jdk></jdk> clause in the activation section has to 
> provide more complex expressions.
>     * [MNG-3424] - Respect ordering of elements as given in POM
>     * [MNG-3451] - Add german translation
>     * [MNG-3503] - Shade MX* classes from plexus-utils
>     * [MNG-3544] - Beautify debug output for mojo parameters of type array
>     * [MNG-3600] - remove default settings of 664 / 775 for permissions
>     * [MNG-3787] - Add plugin version to default reports
>     * [MNG-3794] - Improve error logging when downloading depedencies
>     * [MNG-3795] - Add example <pluginGroups> snippet to 
> conf/settings.xml in distribution
>     * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>     * [MNG-3951] - Hide drive-relative paths from plugins
>     * [MNG-3971] - Provide parity in features between native ant-mojo 
> support and antrun plugin
>     * [MNG-3975] - getArtifact(Artifact artifact, List 
> remoteRepositories) should include Exception in debug log messages.
>     * [MNG-4024] - Open up CLIManager
>     * [MNG-4037] - Include Java home in version information
>     * [MNG-4057] - Propose checking of plugin artifact when plugin 
> descriptor cannot be found
>     * [MNG-4075] - Tone down warnings about reactor dependencies that 
> don't have an associated file
>     * [MNG-4091] - Validate the plugin descriptors and improve error 
> reporting when mismatched with artifact
>     * [MNG-4092] - remove plugin listeners for minor memory improvement 
> and to avoid scanning descriptors from dependencies of plugins
> 
> ** New Feature
>     * [MNG-553] - Secure Storage of Server Passwords
>     * [MNG-2097] - adding a phase called prepare-package
>     * [MNG-3379] - Parallel resolution of artifacts
>     * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL 
> of project base directory
>     * [MNG-3914] - Add CLI option to control location of global settings 
> from command line
> 
> ** Task
>     * [MNG-2387] - <active> on <proxy> in settings is misleading
>     * [MNG-2883] - Make sure that the network isn't used for snapshots 
> in offline mode when legacy repositories are used
>     * [MNG-3602] - Schedule and release Doxia-1.1
>     * [MNG-3842] - Revert temporary changes to scp wagon handling
>     * [MNG-3936] - Remove m2.bat from distribution
>     * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable 
> enhanced ant-mojo support
>     * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable 
> enhanced ant-mojo support
>     * [MNG-4046] - Update to Doxia 1.0
>     * [MNG-4077] - Review log level for 
> VersionExpressionTransformation.transformVersions()
> 
> 
> ** Wish
>     * [MNG-4056] - Relax resolution of active project artifacts from the 
> reactor with regard to artifact type
> 
> 
> 
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Olivier Lamy <ol...@apache.org>.
+1 (Great Job)

Thanks!!
--
Olivier

2009/3/19 John Casey <jd...@commonjava.org>:
> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/)
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel artifact
> resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
> released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
> the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the reactor
> creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
> NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when building
> A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the release
> version
>    * [MNG-3217] - a plugin's dependencies can influence other plugins in a
> build
>    * [MNG-3228] - Maven profile activation does not work when profile is
> defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
> current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets contents
> of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive dependencies
> does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same gid and
> aid
>    * [MNG-3906] - Project-level plugin dependencies are in random order
> after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
> properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
> are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple times if
> parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not match
> POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main classes in
> multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
> hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
> 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes
> plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
> upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
> invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml in
> distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo support
> and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
> should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin descriptor
> cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that don't
> have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory improvement and
> to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
> project base directory
>    * [MNG-3914] - Add CLI option to control location of global settings from
> command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for snapshots in
> offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
> ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from the
> reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Mark Hobson <ma...@gmail.com>.
+1, been using it for a few days and done some releasing too.

Mark

2009/3/20 Lukas Theussl <lt...@apache.org>:
>
> +1
>
> -Lukas
>
>
> John Casey wrote:
>>
>> Hi everyone,
>>
>> It looks like Maven 2.1.0 is ready to release.
>>
>> You can try the binaries here:
>>
>> http://tinyurl.com/maven-2-1-0-vote
>>
>> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/)
>>
>> We've resolved 85 issues for this release (enumerated at the end of this
>> message):
>>
>>
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>>
>> Vote's open for 72 hours. Please cast your vote:
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Here's my +1.
>>
>> Thanks,
>>
>> -john
>>
>> ===
>>
>>
>> Release Notes - Maven 2 - Version 2.1.0
>>
>> ** Sub-task
>>    * [MNG-4025] - Prominently document opt-out setting for parallel
>> artifact resolution for users
>>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
>> released
>>
>> ** Bug
>>    * [MNG-1349] - openssl checksums are not accepted by maven
>>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>>    * [MNG-1992] - CLI -D should override properties in settings.xml
>>    * [MNG-1999] - Reporting inheritance does not work properly
>>    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
>> the pom.
>>    * [MNG-2433] - Maven looks for snapshots in offline mode
>>    * [MNG-2605] - Profiles in profiles.xml are active by default
>>    * [MNG-2668] - Plugin dependencies should be considered when the
>> reactor creates the build order list
>>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
>> NoClassDefFoundError correctly
>>    * [MNG-2695] - -o makes build fail for snapshot plugins
>>    * [MNG-2720] - Multiproject dependencies not accurate for
>> project.compileClasspathElements when run from root project
>>    * [MNG-3023] - Reactor projects should be included in dependency
>> resolution
>>    * [MNG-3057] - properties not expanded in generated POMs when building
>> A/B/C nested projects
>>    * [MNG-3139] - The skin does not exist: Unable to determine the release
>> version
>>    * [MNG-3217] - a plugin's dependencies can influence other plugins in a
>> build
>>    * [MNG-3228] - Maven profile activation does not work when profile is
>> defined in inherited 'parent' pom
>>    * [MNG-3271] - <excludeDefaults> does not seem to work
>>    * [MNG-3284] - Cached plugins are used, even when the specifically
>> declared
>>    * [MNG-3314] - offline build not running, when having SNAPSHOT
>> dependencies
>>    * [MNG-3621] - site url inheritance broken for UNC paths
>>    * [MNG-3628] - When running offline, snapshot artifcats cannot be
>> resolved even if they have previously be dowloaded from a repository
>>    * [MNG-3641] - Lack of error checks on profiles
>>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
>> current reactor
>>    * [MNG-3719] - [regression] plugin execution ordering no longer POM
>> ordered in 2.0.9
>>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
>> contents of the current folder
>>    * [MNG-3769] - [regression] Excluding relocated transitive dependencies
>> does not work
>>    * [MNG-3776] - Namespace misspelled in settings.xml
>>    * [MNG-3808] - Execution order of report plugins is arbitrary if
>> inheritance is involved
>>    * [MNG-3810] - [regression] Null Pointer Exception when Activation
>> Profile Property is Empty
>>    * [MNG-3811] - Report plugins don't inherit configuration
>>    * [MNG-3899] - Inheritance does not merge extensions with same gid and
>> aid
>>    * [MNG-3906] - Project-level plugin dependencies are in random order
>> after merging
>>    * [MNG-3920] - Problem using velocity component
>>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
>> properly
>>    * [MNG-3933] - Profiles.xml does not pickup OS family
>>    * [MNG-3940] - Interpolation of environment variables is not
>> case-insensitive on Windows
>>    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
>> are not used to resolve parent POMs
>>    * [MNG-3974] - New mirror syntax is not stopping on first match
>>    * [MNG-4016] - Properties with the prefix project/pom are not
>> interpolated from the properties section
>>    * [MNG-4023] - Profiles from parent POM are injected multiple times if
>> parent is part of reactor build
>>    * [MNG-4026] - [regression] Order of project class path does not match
>> POM order during reactor build
>>    * [MNG-4032] - Test jar dependency not available for for main classes
>> in multi module builds
>>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
>> hostname is improperly extracted from URL
>>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
>> 2.0.10
>>    * [MNG-4079] - Duplicate error messages
>>    * [MNG-4084] - Unnecessary Warning for an activate profile in child
>> project
>>    * [MNG-4086] - [regression] Explicitly using plugin metaversions
>> crashes plugin manager
>>    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
>> upon deployment
>>
>> ** Improvement
>>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
>> invoked with --version option
>>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
>> provide more complex expressions.
>>    * [MNG-3424] - Respect ordering of elements as given in POM
>>    * [MNG-3451] - Add german translation
>>    * [MNG-3503] - Shade MX* classes from plexus-utils
>>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>>    * [MNG-3787] - Add plugin version to default reports
>>    * [MNG-3794] - Improve error logging when downloading depedencies
>>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml
>> in distribution
>>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>>    * [MNG-3951] - Hide drive-relative paths from plugins
>>    * [MNG-3971] - Provide parity in features between native ant-mojo
>> support and antrun plugin
>>    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
>> should include Exception in debug log messages.
>>    * [MNG-4024] - Open up CLIManager
>>    * [MNG-4037] - Include Java home in version information
>>    * [MNG-4057] - Propose checking of plugin artifact when plugin
>> descriptor cannot be found
>>    * [MNG-4075] - Tone down warnings about reactor dependencies that don't
>> have an associated file
>>    * [MNG-4091] - Validate the plugin descriptors and improve error
>> reporting when mismatched with artifact
>>    * [MNG-4092] - remove plugin listeners for minor memory improvement and
>> to avoid scanning descriptors from dependencies of plugins
>>
>> ** New Feature
>>    * [MNG-553] - Secure Storage of Server Passwords
>>    * [MNG-2097] - adding a phase called prepare-package
>>    * [MNG-3379] - Parallel resolution of artifacts
>>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
>> project base directory
>>    * [MNG-3914] - Add CLI option to control location of global settings
>> from command line
>>
>> ** Task
>>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>>    * [MNG-2883] - Make sure that the network isn't used for snapshots in
>> offline mode when legacy repositories are used
>>    * [MNG-3602] - Schedule and release Doxia-1.1
>>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>>    * [MNG-3936] - Remove m2.bat from distribution
>>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
>> ant-mojo support
>>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
>> enhanced ant-mojo support
>>    * [MNG-4046] - Update to Doxia 1.0
>>    * [MNG-4077] - Review log level for
>> VersionExpressionTransformation.transformVersions()
>>
>>
>> ** Wish
>>    * [MNG-4056] - Relax resolution of active project artifacts from the
>> reactor with regard to artifact type
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
>
>

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


Re: [vote] Maven 2.1.0

Posted by Lukas Theussl <lt...@apache.org>.
+1

-Lukas


John Casey wrote:
> Hi everyone,
> 
> It looks like Maven 2.1.0 is ready to release.
> 
> You can try the binaries here:
> 
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/) 
> 
> 
> We've resolved 85 issues for this release (enumerated at the end of this 
> message):
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587 
> 
> 
> Vote's open for 72 hours. Please cast your vote:
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Here's my +1.
> 
> Thanks,
> 
> -john
> 
> ===
> 
> 
> Release Notes - Maven 2 - Version 2.1.0
> 
> ** Sub-task
>     * [MNG-4025] - Prominently document opt-out setting for parallel 
> artifact resolution for users
>     * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it 
> is released
> 
> ** Bug
>     * [MNG-1349] - openssl checksums are not accepted by maven
>     * [MNG-1585] - debug logging from wagon not shown in debug mode
>     * [MNG-1992] - CLI -D should override properties in settings.xml
>     * [MNG-1999] - Reporting inheritance does not work properly
>     * [MNG-2432] - Apache and Mojo plugins take precendence over plugins 
> in the pom.
>     * [MNG-2433] - Maven looks for snapshots in offline mode
>     * [MNG-2605] - Profiles in profiles.xml are active by default
>     * [MNG-2668] - Plugin dependencies should be considered when the 
> reactor creates the build order list
>     * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't 
> handle NoClassDefFoundError correctly
>     * [MNG-2695] - -o makes build fail for snapshot plugins
>     * [MNG-2720] - Multiproject dependencies not accurate for 
> project.compileClasspathElements when run from root project
>     * [MNG-3023] - Reactor projects should be included in dependency 
> resolution
>     * [MNG-3057] - properties not expanded in generated POMs when 
> building A/B/C nested projects
>     * [MNG-3139] - The skin does not exist: Unable to determine the 
> release version
>     * [MNG-3217] - a plugin's dependencies can influence other plugins 
> in a build
>     * [MNG-3228] - Maven profile activation does not work when profile 
> is defined in inherited 'parent' pom
>     * [MNG-3271] - <excludeDefaults> does not seem to work
>     * [MNG-3284] - Cached plugins are used, even when the specifically 
> declared
>     * [MNG-3314] - offline build not running, when having SNAPSHOT 
> dependencies
>     * [MNG-3621] - site url inheritance broken for UNC paths
>     * [MNG-3628] - When running offline, snapshot artifcats cannot be 
> resolved even if they have previously be dowloaded from a repository
>     * [MNG-3641] - Lack of error checks on profiles
>     * [MNG-3645] - Maven doesn't do strict model validation for POMs in 
> the current reactor
>     * [MNG-3719] - [regression] plugin execution ordering no longer POM 
> ordered in 2.0.9
>     * [MNG-3757] - Setting M2_HOME to nothing and running ant delets 
> contents of the current folder
>     * [MNG-3769] - [regression] Excluding relocated transitive 
> dependencies does not work
>     * [MNG-3776] - Namespace misspelled in settings.xml
>     * [MNG-3808] - Execution order of report plugins is arbitrary if 
> inheritance is involved
>     * [MNG-3810] - [regression] Null Pointer Exception when Activation 
> Profile Property is Empty
>     * [MNG-3811] - Report plugins don't inherit configuration
>     * [MNG-3899] - Inheritance does not merge extensions with same gid 
> and aid
>     * [MNG-3906] - Project-level plugin dependencies are in random order 
> after merging
>     * [MNG-3920] - Problem using velocity component
>     * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name 
> properly
>     * [MNG-3933] - Profiles.xml does not pickup OS family
>     * [MNG-3940] - Interpolation of environment variables is not 
> case-insensitive on Windows
>     * [MNG-3948] - Remote repos defined by profiles outside of 
> settings.xml are not used to resolve parent POMs
>     * [MNG-3974] - New mirror syntax is not stopping on first match
>     * [MNG-4016] - Properties with the prefix project/pom are not 
> interpolated from the properties section
>     * [MNG-4023] - Profiles from parent POM are injected multiple times 
> if parent is part of reactor build
>     * [MNG-4026] - [regression] Order of project class path does not 
> match POM order during reactor build
>     * [MNG-4032] - Test jar dependency not available for for main 
> classes in multi module builds
>     * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue 
> where hostname is improperly extracted from URL
>     * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur 
> with 2.0.10
>     * [MNG-4079] - Duplicate error messages
>     * [MNG-4084] - Unnecessary Warning for an activate profile in child 
> project
>     * [MNG-4086] - [regression] Explicitly using plugin metaversions 
> crashes plugin manager
>     * [MNG-4087] - Percent encoded characters in file URLs are not 
> decoded upon deployment
> 
> ** Improvement
>     * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 
> is invoked with --version option
>     * [MNG-1957] - <jdk></jdk> clause in the activation section has to 
> provide more complex expressions.
>     * [MNG-3424] - Respect ordering of elements as given in POM
>     * [MNG-3451] - Add german translation
>     * [MNG-3503] - Shade MX* classes from plexus-utils
>     * [MNG-3544] - Beautify debug output for mojo parameters of type array
>     * [MNG-3600] - remove default settings of 664 / 775 for permissions
>     * [MNG-3787] - Add plugin version to default reports
>     * [MNG-3794] - Improve error logging when downloading depedencies
>     * [MNG-3795] - Add example <pluginGroups> snippet to 
> conf/settings.xml in distribution
>     * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>     * [MNG-3951] - Hide drive-relative paths from plugins
>     * [MNG-3971] - Provide parity in features between native ant-mojo 
> support and antrun plugin
>     * [MNG-3975] - getArtifact(Artifact artifact, List 
> remoteRepositories) should include Exception in debug log messages.
>     * [MNG-4024] - Open up CLIManager
>     * [MNG-4037] - Include Java home in version information
>     * [MNG-4057] - Propose checking of plugin artifact when plugin 
> descriptor cannot be found
>     * [MNG-4075] - Tone down warnings about reactor dependencies that 
> don't have an associated file
>     * [MNG-4091] - Validate the plugin descriptors and improve error 
> reporting when mismatched with artifact
>     * [MNG-4092] - remove plugin listeners for minor memory improvement 
> and to avoid scanning descriptors from dependencies of plugins
> 
> ** New Feature
>     * [MNG-553] - Secure Storage of Server Passwords
>     * [MNG-2097] - adding a phase called prepare-package
>     * [MNG-3379] - Parallel resolution of artifacts
>     * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL 
> of project base directory
>     * [MNG-3914] - Add CLI option to control location of global settings 
> from command line
> 
> ** Task
>     * [MNG-2387] - <active> on <proxy> in settings is misleading
>     * [MNG-2883] - Make sure that the network isn't used for snapshots 
> in offline mode when legacy repositories are used
>     * [MNG-3602] - Schedule and release Doxia-1.1
>     * [MNG-3842] - Revert temporary changes to scp wagon handling
>     * [MNG-3936] - Remove m2.bat from distribution
>     * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable 
> enhanced ant-mojo support
>     * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable 
> enhanced ant-mojo support
>     * [MNG-4046] - Update to Doxia 1.0
>     * [MNG-4077] - Review log level for 
> VersionExpressionTransformation.transformVersions()
> 
> 
> ** Wish
>     * [MNG-4056] - Relax resolution of active project artifacts from the 
> reactor with regard to artifact type
> 
> 
> 
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Emmanuel Venisse <em...@gmail.com>.
+1

Emmanuel

On Thu, Mar 19, 2009 at 1:12 AM, John Casey <jd...@commonjava.org> wrote:

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (
> https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/
> )
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
> released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
> the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the reactor
> creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
> NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when building
> A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the release
> version
>    * [MNG-3217] - a plugin's dependencies can influence other plugins in a
> build
>    * [MNG-3228] - Maven profile activation does not work when profile is
> defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
> current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive dependencies
> does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same gid and
> aid
>    * [MNG-3906] - Project-level plugin dependencies are in random order
> after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
> properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
> are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple times if
> parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not match
> POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main classes in
> multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
> hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
> 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes
> plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
> upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
> invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml
> in distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo
> support and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
> should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that don't
> have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory improvement and
> to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
> project base directory
>    * [MNG-3914] - Add CLI option to control location of global settings
> from command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for snapshots in
> offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
> ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from the
> reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [vote] Maven 2.1.0

Posted by Stephane Nicoll <st...@gmail.com>.
+1 Corporate builds with custom plugins are working fine

Thanks!

S.

On Thu, Mar 19, 2009 at 1:12 AM, John Casey <jd...@commonjava.org> wrote:

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (
> https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/
> )
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
> released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
> the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the reactor
> creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
> NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when building
> A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the release
> version
>    * [MNG-3217] - a plugin's dependencies can influence other plugins in a
> build
>    * [MNG-3228] - Maven profile activation does not work when profile is
> defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
> current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive dependencies
> does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same gid and
> aid
>    * [MNG-3906] - Project-level plugin dependencies are in random order
> after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
> properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
> are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple times if
> parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not match
> POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main classes in
> multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
> hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
> 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes
> plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
> upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
> invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml
> in distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo
> support and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
> should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that don't
> have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory improvement and
> to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
> project base directory
>    * [MNG-3914] - Add CLI option to control location of global settings
> from command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for snapshots in
> offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
> ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from the
> reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
Large Systems Suck: This rule is 100% transitive. If you build one, you
suck" -- S.Yegge

RE: [vote] Maven 2.1.0

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
+1 I tested briefly against 2.0.x build with various values of parallel
downloads and everything seems ok.

-----Original Message-----
From: Arnaud HERITIER [mailto:aheritier@gmail.com] 
Sent: Friday, March 20, 2009 2:07 PM
To: Maven Developers List
Subject: Re: [vote] Maven 2.1.0

+1
Arnaud

On Fri, Mar 20, 2009 at 9:55 PM, Vincent Siveton
<vs...@apache.org>wrote:

> +1
>
> Vincent
>
> 2009/3/18 John Casey <jd...@commonjava.org>:
> > Hi everyone,
> >
> > It looks like Maven 2.1.0 is ready to release.
> >
> > You can try the binaries here:
> >
> > http://tinyurl.com/maven-2-1-0-vote
> > (
>
https://repository.apache.org/content/repositories/maven-staging-511ea88
2714d8b/org/apache/maven/apache-maven/2.1.0/
> )
> >
> > We've resolved 85 issues for this release (enumerated at the end of
this
> > message):
> >
> >
>
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleNa
me=Html&version=14587
> >
> > Vote's open for 72 hours. Please cast your vote:
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > Here's my +1.
> >
> > Thanks,
> >
> > -john
> >
> > ===
> >
> >
> > Release Notes - Maven 2 - Version 2.1.0
> >
> > ** Sub-task
> >    * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact
> > resolution for users
> >    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when
it is
> > released
> >
> > ** Bug
> >    * [MNG-1349] - openssl checksums are not accepted by maven
> >    * [MNG-1585] - debug logging from wagon not shown in debug mode
> >    * [MNG-1992] - CLI -D should override properties in settings.xml
> >    * [MNG-1999] - Reporting inheritance does not work properly
> >    * [MNG-2432] - Apache and Mojo plugins take precendence over
plugins
> in
> > the pom.
> >    * [MNG-2433] - Maven looks for snapshots in offline mode
> >    * [MNG-2605] - Profiles in profiles.xml are active by default
> >    * [MNG-2668] - Plugin dependencies should be considered when the
> reactor
> > creates the build order list
> >    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't
handle
> > NoClassDefFoundError correctly
> >    * [MNG-2695] - -o makes build fail for snapshot plugins
> >    * [MNG-2720] - Multiproject dependencies not accurate for
> > project.compileClasspathElements when run from root project
> >    * [MNG-3023] - Reactor projects should be included in dependency
> > resolution
> >    * [MNG-3057] - properties not expanded in generated POMs when
building
> > A/B/C nested projects
> >    * [MNG-3139] - The skin does not exist: Unable to determine the
> release
> > version
> >    * [MNG-3217] - a plugin's dependencies can influence other
plugins in
> a
> > build
> >    * [MNG-3228] - Maven profile activation does not work when
profile is
> > defined in inherited 'parent' pom
> >    * [MNG-3271] - <excludeDefaults> does not seem to work
> >    * [MNG-3284] - Cached plugins are used, even when the
specifically
> > declared
> >    * [MNG-3314] - offline build not running, when having SNAPSHOT
> > dependencies
> >    * [MNG-3621] - site url inheritance broken for UNC paths
> >    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> > resolved even if they have previously be dowloaded from a repository
> >    * [MNG-3641] - Lack of error checks on profiles
> >    * [MNG-3645] - Maven doesn't do strict model validation for POMs
in
> the
> > current reactor
> >    * [MNG-3719] - [regression] plugin execution ordering no longer
POM
> > ordered in 2.0.9
> >    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents
> > of the current folder
> >    * [MNG-3769] - [regression] Excluding relocated transitive
> dependencies
> > does not work
> >    * [MNG-3776] - Namespace misspelled in settings.xml
> >    * [MNG-3808] - Execution order of report plugins is arbitrary if
> > inheritance is involved
> >    * [MNG-3810] - [regression] Null Pointer Exception when
Activation
> > Profile Property is Empty
> >    * [MNG-3811] - Report plugins don't inherit configuration
> >    * [MNG-3899] - Inheritance does not merge extensions with same
gid and
> > aid
> >    * [MNG-3906] - Project-level plugin dependencies are in random
order
> > after merging
> >    * [MNG-3920] - Problem using velocity component
> >    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user
name
> > properly
> >    * [MNG-3933] - Profiles.xml does not pickup OS family
> >    * [MNG-3940] - Interpolation of environment variables is not
> > case-insensitive on Windows
> >    * [MNG-3948] - Remote repos defined by profiles outside of
> settings.xml
> > are not used to resolve parent POMs
> >    * [MNG-3974] - New mirror syntax is not stopping on first match
> >    * [MNG-4016] - Properties with the prefix project/pom are not
> > interpolated from the properties section
> >    * [MNG-4023] - Profiles from parent POM are injected multiple
times if
> > parent is part of reactor build
> >    * [MNG-4026] - [regression] Order of project class path does not
match
> > POM order during reactor build
> >    * [MNG-4032] - Test jar dependency not available for for main
classes
> in
> > multi module builds
> >    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue
where
> > hostname is improperly extracted from URL
> >    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur
with
> > 2.0.10
> >    * [MNG-4079] - Duplicate error messages
> >    * [MNG-4084] - Unnecessary Warning for an activate profile in
child
> > project
> >    * [MNG-4086] - [regression] Explicitly using plugin metaversions
> crashes
> > plugin manager
> >    * [MNG-4087] - Percent encoded characters in file URLs are not
decoded
> > upon deployment
> >
> > ** Improvement
> >    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven
2 is
> > invoked with --version option
> >    * [MNG-1957] - <jdk></jdk> clause in the activation section has
to
> > provide more complex expressions.
> >    * [MNG-3424] - Respect ordering of elements as given in POM
> >    * [MNG-3451] - Add german translation
> >    * [MNG-3503] - Shade MX* classes from plexus-utils
> >    * [MNG-3544] - Beautify debug output for mojo parameters of type
array
> >    * [MNG-3600] - remove default settings of 664 / 775 for
permissions
> >    * [MNG-3787] - Add plugin version to default reports
> >    * [MNG-3794] - Improve error logging when downloading depedencies
> >    * [MNG-3795] - Add example <pluginGroups> snippet to
conf/settings.xml
> in
> > distribution
> >    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
> >    * [MNG-3951] - Hide drive-relative paths from plugins
> >    * [MNG-3971] - Provide parity in features between native ant-mojo
> support
> > and antrun plugin
> >    * [MNG-3975] - getArtifact(Artifact artifact, List
remoteRepositories)
> > should include Exception in debug log messages.
> >    * [MNG-4024] - Open up CLIManager
> >    * [MNG-4037] - Include Java home in version information
> >    * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor
> > cannot be found
> >    * [MNG-4075] - Tone down warnings about reactor dependencies that
> don't
> > have an associated file
> >    * [MNG-4091] - Validate the plugin descriptors and improve error
> > reporting when mismatched with artifact
> >    * [MNG-4092] - remove plugin listeners for minor memory
improvement
> and
> > to avoid scanning descriptors from dependencies of plugins
> >
> > ** New Feature
> >    * [MNG-553] - Secure Storage of Server Passwords
> >    * [MNG-2097] - adding a phase called prepare-package
> >    * [MNG-3379] - Parallel resolution of artifacts
> >    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant
URL of
> > project base directory
> >    * [MNG-3914] - Add CLI option to control location of global
settings
> from
> > command line
> >
> > ** Task
> >    * [MNG-2387] - <active> on <proxy> in settings is misleading
> >    * [MNG-2883] - Make sure that the network isn't used for
snapshots in
> > offline mode when legacy repositories are used
> >    * [MNG-3602] - Schedule and release Doxia-1.1
> >    * [MNG-3842] - Revert temporary changes to scp wagon handling
> >    * [MNG-3936] - Remove m2.bat from distribution
> >    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable
enhanced
> > ant-mojo support
> >    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to
enable
> > enhanced ant-mojo support
> >    * [MNG-4046] - Update to Doxia 1.0
> >    * [MNG-4077] - Review log level for
> > VersionExpressionTransformation.transformVersions()
> >
> >
> > ** Wish
> >    * [MNG-4056] - Relax resolution of active project artifacts from
the
> > reactor with regard to artifact type
> >
> >
> >
> >
---------------------------------------------------------------------
> > 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
>
>


-- 
Arnaud

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


Re: [vote] Maven 2.1.0

Posted by Arnaud HERITIER <ah...@gmail.com>.
+1
Arnaud

On Fri, Mar 20, 2009 at 9:55 PM, Vincent Siveton <vs...@apache.org>wrote:

> +1
>
> Vincent
>
> 2009/3/18 John Casey <jd...@commonjava.org>:
> > Hi everyone,
> >
> > It looks like Maven 2.1.0 is ready to release.
> >
> > You can try the binaries here:
> >
> > http://tinyurl.com/maven-2-1-0-vote
> > (
> https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/
> )
> >
> > We've resolved 85 issues for this release (enumerated at the end of this
> > message):
> >
> >
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
> >
> > Vote's open for 72 hours. Please cast your vote:
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > Here's my +1.
> >
> > Thanks,
> >
> > -john
> >
> > ===
> >
> >
> > Release Notes - Maven 2 - Version 2.1.0
> >
> > ** Sub-task
> >    * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact
> > resolution for users
> >    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
> > released
> >
> > ** Bug
> >    * [MNG-1349] - openssl checksums are not accepted by maven
> >    * [MNG-1585] - debug logging from wagon not shown in debug mode
> >    * [MNG-1992] - CLI -D should override properties in settings.xml
> >    * [MNG-1999] - Reporting inheritance does not work properly
> >    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins
> in
> > the pom.
> >    * [MNG-2433] - Maven looks for snapshots in offline mode
> >    * [MNG-2605] - Profiles in profiles.xml are active by default
> >    * [MNG-2668] - Plugin dependencies should be considered when the
> reactor
> > creates the build order list
> >    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
> > NoClassDefFoundError correctly
> >    * [MNG-2695] - -o makes build fail for snapshot plugins
> >    * [MNG-2720] - Multiproject dependencies not accurate for
> > project.compileClasspathElements when run from root project
> >    * [MNG-3023] - Reactor projects should be included in dependency
> > resolution
> >    * [MNG-3057] - properties not expanded in generated POMs when building
> > A/B/C nested projects
> >    * [MNG-3139] - The skin does not exist: Unable to determine the
> release
> > version
> >    * [MNG-3217] - a plugin's dependencies can influence other plugins in
> a
> > build
> >    * [MNG-3228] - Maven profile activation does not work when profile is
> > defined in inherited 'parent' pom
> >    * [MNG-3271] - <excludeDefaults> does not seem to work
> >    * [MNG-3284] - Cached plugins are used, even when the specifically
> > declared
> >    * [MNG-3314] - offline build not running, when having SNAPSHOT
> > dependencies
> >    * [MNG-3621] - site url inheritance broken for UNC paths
> >    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> > resolved even if they have previously be dowloaded from a repository
> >    * [MNG-3641] - Lack of error checks on profiles
> >    * [MNG-3645] - Maven doesn't do strict model validation for POMs in
> the
> > current reactor
> >    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> > ordered in 2.0.9
> >    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents
> > of the current folder
> >    * [MNG-3769] - [regression] Excluding relocated transitive
> dependencies
> > does not work
> >    * [MNG-3776] - Namespace misspelled in settings.xml
> >    * [MNG-3808] - Execution order of report plugins is arbitrary if
> > inheritance is involved
> >    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> > Profile Property is Empty
> >    * [MNG-3811] - Report plugins don't inherit configuration
> >    * [MNG-3899] - Inheritance does not merge extensions with same gid and
> > aid
> >    * [MNG-3906] - Project-level plugin dependencies are in random order
> > after merging
> >    * [MNG-3920] - Problem using velocity component
> >    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
> > properly
> >    * [MNG-3933] - Profiles.xml does not pickup OS family
> >    * [MNG-3940] - Interpolation of environment variables is not
> > case-insensitive on Windows
> >    * [MNG-3948] - Remote repos defined by profiles outside of
> settings.xml
> > are not used to resolve parent POMs
> >    * [MNG-3974] - New mirror syntax is not stopping on first match
> >    * [MNG-4016] - Properties with the prefix project/pom are not
> > interpolated from the properties section
> >    * [MNG-4023] - Profiles from parent POM are injected multiple times if
> > parent is part of reactor build
> >    * [MNG-4026] - [regression] Order of project class path does not match
> > POM order during reactor build
> >    * [MNG-4032] - Test jar dependency not available for for main classes
> in
> > multi module builds
> >    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
> > hostname is improperly extracted from URL
> >    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
> > 2.0.10
> >    * [MNG-4079] - Duplicate error messages
> >    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> > project
> >    * [MNG-4086] - [regression] Explicitly using plugin metaversions
> crashes
> > plugin manager
> >    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
> > upon deployment
> >
> > ** Improvement
> >    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
> > invoked with --version option
> >    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> > provide more complex expressions.
> >    * [MNG-3424] - Respect ordering of elements as given in POM
> >    * [MNG-3451] - Add german translation
> >    * [MNG-3503] - Shade MX* classes from plexus-utils
> >    * [MNG-3544] - Beautify debug output for mojo parameters of type array
> >    * [MNG-3600] - remove default settings of 664 / 775 for permissions
> >    * [MNG-3787] - Add plugin version to default reports
> >    * [MNG-3794] - Improve error logging when downloading depedencies
> >    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml
> in
> > distribution
> >    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
> >    * [MNG-3951] - Hide drive-relative paths from plugins
> >    * [MNG-3971] - Provide parity in features between native ant-mojo
> support
> > and antrun plugin
> >    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
> > should include Exception in debug log messages.
> >    * [MNG-4024] - Open up CLIManager
> >    * [MNG-4037] - Include Java home in version information
> >    * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor
> > cannot be found
> >    * [MNG-4075] - Tone down warnings about reactor dependencies that
> don't
> > have an associated file
> >    * [MNG-4091] - Validate the plugin descriptors and improve error
> > reporting when mismatched with artifact
> >    * [MNG-4092] - remove plugin listeners for minor memory improvement
> and
> > to avoid scanning descriptors from dependencies of plugins
> >
> > ** New Feature
> >    * [MNG-553] - Secure Storage of Server Passwords
> >    * [MNG-2097] - adding a phase called prepare-package
> >    * [MNG-3379] - Parallel resolution of artifacts
> >    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
> > project base directory
> >    * [MNG-3914] - Add CLI option to control location of global settings
> from
> > command line
> >
> > ** Task
> >    * [MNG-2387] - <active> on <proxy> in settings is misleading
> >    * [MNG-2883] - Make sure that the network isn't used for snapshots in
> > offline mode when legacy repositories are used
> >    * [MNG-3602] - Schedule and release Doxia-1.1
> >    * [MNG-3842] - Revert temporary changes to scp wagon handling
> >    * [MNG-3936] - Remove m2.bat from distribution
> >    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
> > ant-mojo support
> >    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> > enhanced ant-mojo support
> >    * [MNG-4046] - Update to Doxia 1.0
> >    * [MNG-4077] - Review log level for
> > VersionExpressionTransformation.transformVersions()
> >
> >
> > ** Wish
> >    * [MNG-4056] - Relax resolution of active project artifacts from the
> > reactor with regard to artifact type
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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
>
>


-- 
Arnaud

Re: [vote] Maven 2.1.0

Posted by Vincent Siveton <vs...@apache.org>.
+1

Vincent

2009/3/18 John Casey <jd...@commonjava.org>:
> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/)
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel artifact
> resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
> released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
> the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the reactor
> creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
> NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when building
> A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the release
> version
>    * [MNG-3217] - a plugin's dependencies can influence other plugins in a
> build
>    * [MNG-3228] - Maven profile activation does not work when profile is
> defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
> current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets contents
> of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive dependencies
> does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same gid and
> aid
>    * [MNG-3906] - Project-level plugin dependencies are in random order
> after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
> properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
> are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple times if
> parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not match
> POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main classes in
> multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
> hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
> 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes
> plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
> upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
> invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml in
> distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo support
> and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
> should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin descriptor
> cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that don't
> have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory improvement and
> to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
> project base directory
>    * [MNG-3914] - Add CLI option to control location of global settings from
> command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for snapshots in
> offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
> ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from the
> reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Fabrice Bellingard <be...@gmail.com>.
Yeahhh, let's go!
+1!
:-)

- Fabrice
 bellingard@apache.org


On Thu, Mar 19, 2009 at 1:12 AM, John Casey <jd...@commonjava.org> wrote:

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (
> https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/
> )
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
> released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
> the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the reactor
> creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
> NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when building
> A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the release
> version
>    * [MNG-3217] - a plugin's dependencies can influence other plugins in a
> build
>    * [MNG-3228] - Maven profile activation does not work when profile is
> defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
> current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive dependencies
> does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same gid and
> aid
>    * [MNG-3906] - Project-level plugin dependencies are in random order
> after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
> properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
> are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple times if
> parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not match
> POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main classes in
> multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
> hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
> 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes
> plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
> upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
> invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml
> in distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo
> support and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
> should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that don't
> have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory improvement and
> to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
> project base directory
>    * [MNG-3914] - Add CLI option to control location of global settings
> from command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for snapshots in
> offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
> ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from the
> reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [vote] Maven 2.1.0

Posted by Jesse McConnell <je...@gmail.com>.
+1

--
jesse mcconnell
jesse.mcconnell@gmail.com



On Fri, Mar 20, 2009 at 8:02 AM, Brett Porter <br...@apache.org> wrote:
> +1
>
> On 19/03/2009, at 11:12 AM, John Casey wrote:
>
>> Hi everyone,
>>
>> It looks like Maven 2.1.0 is ready to release.
>>
>> You can try the binaries here:
>>
>> http://tinyurl.com/maven-2-1-0-vote
>>
>> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/)
>>
>> We've resolved 85 issues for this release (enumerated at the end of this
>> message):
>>
>>
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>>
>> Vote's open for 72 hours. Please cast your vote:
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Here's my +1.
>>
>> Thanks,
>>
>> -john
>>
>> ===
>>
>>
>> Release Notes - Maven 2 - Version 2.1.0
>>
>> ** Sub-task
>>   * [MNG-4025] - Prominently document opt-out setting for parallel
>> artifact resolution for users
>>   * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
>> released
>>
>> ** Bug
>>   * [MNG-1349] - openssl checksums are not accepted by maven
>>   * [MNG-1585] - debug logging from wagon not shown in debug mode
>>   * [MNG-1992] - CLI -D should override properties in settings.xml
>>   * [MNG-1999] - Reporting inheritance does not work properly
>>   * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
>> the pom.
>>   * [MNG-2433] - Maven looks for snapshots in offline mode
>>   * [MNG-2605] - Profiles in profiles.xml are active by default
>>   * [MNG-2668] - Plugin dependencies should be considered when the reactor
>> creates the build order list
>>   * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
>> NoClassDefFoundError correctly
>>   * [MNG-2695] - -o makes build fail for snapshot plugins
>>   * [MNG-2720] - Multiproject dependencies not accurate for
>> project.compileClasspathElements when run from root project
>>   * [MNG-3023] - Reactor projects should be included in dependency
>> resolution
>>   * [MNG-3057] - properties not expanded in generated POMs when building
>> A/B/C nested projects
>>   * [MNG-3139] - The skin does not exist: Unable to determine the release
>> version
>>   * [MNG-3217] - a plugin's dependencies can influence other plugins in a
>> build
>>   * [MNG-3228] - Maven profile activation does not work when profile is
>> defined in inherited 'parent' pom
>>   * [MNG-3271] - <excludeDefaults> does not seem to work
>>   * [MNG-3284] - Cached plugins are used, even when the specifically
>> declared
>>   * [MNG-3314] - offline build not running, when having SNAPSHOT
>> dependencies
>>   * [MNG-3621] - site url inheritance broken for UNC paths
>>   * [MNG-3628] - When running offline, snapshot artifcats cannot be
>> resolved even if they have previously be dowloaded from a repository
>>   * [MNG-3641] - Lack of error checks on profiles
>>   * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
>> current reactor
>>   * [MNG-3719] - [regression] plugin execution ordering no longer POM
>> ordered in 2.0.9
>>   * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
>> contents of the current folder
>>   * [MNG-3769] - [regression] Excluding relocated transitive dependencies
>> does not work
>>   * [MNG-3776] - Namespace misspelled in settings.xml
>>   * [MNG-3808] - Execution order of report plugins is arbitrary if
>> inheritance is involved
>>   * [MNG-3810] - [regression] Null Pointer Exception when Activation
>> Profile Property is Empty
>>   * [MNG-3811] - Report plugins don't inherit configuration
>>   * [MNG-3899] - Inheritance does not merge extensions with same gid and
>> aid
>>   * [MNG-3906] - Project-level plugin dependencies are in random order
>> after merging
>>   * [MNG-3920] - Problem using velocity component
>>   * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
>> properly
>>   * [MNG-3933] - Profiles.xml does not pickup OS family
>>   * [MNG-3940] - Interpolation of environment variables is not
>> case-insensitive on Windows
>>   * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
>> are not used to resolve parent POMs
>>   * [MNG-3974] - New mirror syntax is not stopping on first match
>>   * [MNG-4016] - Properties with the prefix project/pom are not
>> interpolated from the properties section
>>   * [MNG-4023] - Profiles from parent POM are injected multiple times if
>> parent is part of reactor build
>>   * [MNG-4026] - [regression] Order of project class path does not match
>> POM order during reactor build
>>   * [MNG-4032] - Test jar dependency not available for for main classes in
>> multi module builds
>>   * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
>> hostname is improperly extracted from URL
>>   * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
>> 2.0.10
>>   * [MNG-4079] - Duplicate error messages
>>   * [MNG-4084] - Unnecessary Warning for an activate profile in child
>> project
>>   * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes
>> plugin manager
>>   * [MNG-4087] - Percent encoded characters in file URLs are not decoded
>> upon deployment
>>
>> ** Improvement
>>   * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
>> invoked with --version option
>>   * [MNG-1957] - <jdk></jdk> clause in the activation section has to
>> provide more complex expressions.
>>   * [MNG-3424] - Respect ordering of elements as given in POM
>>   * [MNG-3451] - Add german translation
>>   * [MNG-3503] - Shade MX* classes from plexus-utils
>>   * [MNG-3544] - Beautify debug output for mojo parameters of type array
>>   * [MNG-3600] - remove default settings of 664 / 775 for permissions
>>   * [MNG-3787] - Add plugin version to default reports
>>   * [MNG-3794] - Improve error logging when downloading depedencies
>>   * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml
>> in distribution
>>   * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>>   * [MNG-3951] - Hide drive-relative paths from plugins
>>   * [MNG-3971] - Provide parity in features between native ant-mojo
>> support and antrun plugin
>>   * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
>> should include Exception in debug log messages.
>>   * [MNG-4024] - Open up CLIManager
>>   * [MNG-4037] - Include Java home in version information
>>   * [MNG-4057] - Propose checking of plugin artifact when plugin
>> descriptor cannot be found
>>   * [MNG-4075] - Tone down warnings about reactor dependencies that don't
>> have an associated file
>>   * [MNG-4091] - Validate the plugin descriptors and improve error
>> reporting when mismatched with artifact
>>   * [MNG-4092] - remove plugin listeners for minor memory improvement and
>> to avoid scanning descriptors from dependencies of plugins
>>
>> ** New Feature
>>   * [MNG-553] - Secure Storage of Server Passwords
>>   * [MNG-2097] - adding a phase called prepare-package
>>   * [MNG-3379] - Parallel resolution of artifacts
>>   * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
>> project base directory
>>   * [MNG-3914] - Add CLI option to control location of global settings
>> from command line
>>
>> ** Task
>>   * [MNG-2387] - <active> on <proxy> in settings is misleading
>>   * [MNG-2883] - Make sure that the network isn't used for snapshots in
>> offline mode when legacy repositories are used
>>   * [MNG-3602] - Schedule and release Doxia-1.1
>>   * [MNG-3842] - Revert temporary changes to scp wagon handling
>>   * [MNG-3936] - Remove m2.bat from distribution
>>   * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
>> ant-mojo support
>>   * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
>> enhanced ant-mojo support
>>   * [MNG-4046] - Update to Doxia 1.0
>>   * [MNG-4077] - Review log level for
>> VersionExpressionTransformation.transformVersions()
>>
>>
>> ** Wish
>>   * [MNG-4056] - Relax resolution of active project artifacts from the
>> reactor with regard to artifact type
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Brett Porter <br...@apache.org>.
+1

On 19/03/2009, at 11:12 AM, John Casey wrote:

> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/ 
> )
>
> We've resolved 85 issues for this release (enumerated at the end of  
> this message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel  
> artifact resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when  
> it is released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over  
> plugins in the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the  
> reactor creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't  
> handle NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for  
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency  
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when  
> building A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the  
> release version
>    * [MNG-3217] - a plugin's dependencies can influence other  
> plugins in a build
>    * [MNG-3228] - Maven profile activation does not work when  
> profile is defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the  
> specifically declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT  
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be  
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs  
> in the current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer  
> POM ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets  
> contents of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive  
> dependencies does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if  
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when  
> Activation Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same  
> gid and aid
>    * [MNG-3906] - Project-level plugin dependencies are in random  
> order after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user  
> name properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not case- 
> insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of  
> settings.xml are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not  
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple  
> times if parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not  
> match POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main  
> classes in multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue  
> where hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur  
> with 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in  
> child project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions  
> crashes plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not  
> decoded upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven  
> 2 is invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has  
> to provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type  
> array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/ 
> settings.xml in distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo  
> support and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List  
> remoteRepositories) should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin  
> descriptor cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that  
> don't have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error  
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory  
> improvement and to avoid scanning descriptors from dependencies of  
> plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant  
> URL of project base directory
>    * [MNG-3914] - Add CLI option to control location of global  
> settings from command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for  
> snapshots in offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable  
> enhanced ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to  
> enable enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for  
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from  
> the reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


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


Re: [vote] Maven 2.1.0

Posted by Paul Gier <pg...@redhat.com>.
+1, works fine for me

John Casey wrote:
> Hi everyone,
> 
> It looks like Maven 2.1.0 is ready to release.
> 
> You can try the binaries here:
> 
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/) 
> 
> 
> We've resolved 85 issues for this release (enumerated at the end of this 
> message):
> 
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587 
> 
> 
> Vote's open for 72 hours. Please cast your vote:
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Here's my +1.
> 
> Thanks,
> 
> -john
> 
> ===
> 
> 
> Release Notes - Maven 2 - Version 2.1.0
> 
> ** Sub-task
>     * [MNG-4025] - Prominently document opt-out setting for parallel 
> artifact resolution for users
>     * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it 
> is released
> 
> ** Bug
>     * [MNG-1349] - openssl checksums are not accepted by maven
>     * [MNG-1585] - debug logging from wagon not shown in debug mode
>     * [MNG-1992] - CLI -D should override properties in settings.xml
>     * [MNG-1999] - Reporting inheritance does not work properly
>     * [MNG-2432] - Apache and Mojo plugins take precendence over plugins 
> in the pom.
>     * [MNG-2433] - Maven looks for snapshots in offline mode
>     * [MNG-2605] - Profiles in profiles.xml are active by default
>     * [MNG-2668] - Plugin dependencies should be considered when the 
> reactor creates the build order list
>     * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't 
> handle NoClassDefFoundError correctly
>     * [MNG-2695] - -o makes build fail for snapshot plugins
>     * [MNG-2720] - Multiproject dependencies not accurate for 
> project.compileClasspathElements when run from root project
>     * [MNG-3023] - Reactor projects should be included in dependency 
> resolution
>     * [MNG-3057] - properties not expanded in generated POMs when 
> building A/B/C nested projects
>     * [MNG-3139] - The skin does not exist: Unable to determine the 
> release version
>     * [MNG-3217] - a plugin's dependencies can influence other plugins 
> in a build
>     * [MNG-3228] - Maven profile activation does not work when profile 
> is defined in inherited 'parent' pom
>     * [MNG-3271] - <excludeDefaults> does not seem to work
>     * [MNG-3284] - Cached plugins are used, even when the specifically 
> declared
>     * [MNG-3314] - offline build not running, when having SNAPSHOT 
> dependencies
>     * [MNG-3621] - site url inheritance broken for UNC paths
>     * [MNG-3628] - When running offline, snapshot artifcats cannot be 
> resolved even if they have previously be dowloaded from a repository
>     * [MNG-3641] - Lack of error checks on profiles
>     * [MNG-3645] - Maven doesn't do strict model validation for POMs in 
> the current reactor
>     * [MNG-3719] - [regression] plugin execution ordering no longer POM 
> ordered in 2.0.9
>     * [MNG-3757] - Setting M2_HOME to nothing and running ant delets 
> contents of the current folder
>     * [MNG-3769] - [regression] Excluding relocated transitive 
> dependencies does not work
>     * [MNG-3776] - Namespace misspelled in settings.xml
>     * [MNG-3808] - Execution order of report plugins is arbitrary if 
> inheritance is involved
>     * [MNG-3810] - [regression] Null Pointer Exception when Activation 
> Profile Property is Empty
>     * [MNG-3811] - Report plugins don't inherit configuration
>     * [MNG-3899] - Inheritance does not merge extensions with same gid 
> and aid
>     * [MNG-3906] - Project-level plugin dependencies are in random order 
> after merging
>     * [MNG-3920] - Problem using velocity component
>     * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name 
> properly
>     * [MNG-3933] - Profiles.xml does not pickup OS family
>     * [MNG-3940] - Interpolation of environment variables is not 
> case-insensitive on Windows
>     * [MNG-3948] - Remote repos defined by profiles outside of 
> settings.xml are not used to resolve parent POMs
>     * [MNG-3974] - New mirror syntax is not stopping on first match
>     * [MNG-4016] - Properties with the prefix project/pom are not 
> interpolated from the properties section
>     * [MNG-4023] - Profiles from parent POM are injected multiple times 
> if parent is part of reactor build
>     * [MNG-4026] - [regression] Order of project class path does not 
> match POM order during reactor build
>     * [MNG-4032] - Test jar dependency not available for for main 
> classes in multi module builds
>     * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue 
> where hostname is improperly extracted from URL
>     * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur 
> with 2.0.10
>     * [MNG-4079] - Duplicate error messages
>     * [MNG-4084] - Unnecessary Warning for an activate profile in child 
> project
>     * [MNG-4086] - [regression] Explicitly using plugin metaversions 
> crashes plugin manager
>     * [MNG-4087] - Percent encoded characters in file URLs are not 
> decoded upon deployment
> 
> ** Improvement
>     * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 
> is invoked with --version option
>     * [MNG-1957] - <jdk></jdk> clause in the activation section has to 
> provide more complex expressions.
>     * [MNG-3424] - Respect ordering of elements as given in POM
>     * [MNG-3451] - Add german translation
>     * [MNG-3503] - Shade MX* classes from plexus-utils
>     * [MNG-3544] - Beautify debug output for mojo parameters of type array
>     * [MNG-3600] - remove default settings of 664 / 775 for permissions
>     * [MNG-3787] - Add plugin version to default reports
>     * [MNG-3794] - Improve error logging when downloading depedencies
>     * [MNG-3795] - Add example <pluginGroups> snippet to 
> conf/settings.xml in distribution
>     * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>     * [MNG-3951] - Hide drive-relative paths from plugins
>     * [MNG-3971] - Provide parity in features between native ant-mojo 
> support and antrun plugin
>     * [MNG-3975] - getArtifact(Artifact artifact, List 
> remoteRepositories) should include Exception in debug log messages.
>     * [MNG-4024] - Open up CLIManager
>     * [MNG-4037] - Include Java home in version information
>     * [MNG-4057] - Propose checking of plugin artifact when plugin 
> descriptor cannot be found
>     * [MNG-4075] - Tone down warnings about reactor dependencies that 
> don't have an associated file
>     * [MNG-4091] - Validate the plugin descriptors and improve error 
> reporting when mismatched with artifact
>     * [MNG-4092] - remove plugin listeners for minor memory improvement 
> and to avoid scanning descriptors from dependencies of plugins
> 
> ** New Feature
>     * [MNG-553] - Secure Storage of Server Passwords
>     * [MNG-2097] - adding a phase called prepare-package
>     * [MNG-3379] - Parallel resolution of artifacts
>     * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL 
> of project base directory
>     * [MNG-3914] - Add CLI option to control location of global settings 
> from command line
> 
> ** Task
>     * [MNG-2387] - <active> on <proxy> in settings is misleading
>     * [MNG-2883] - Make sure that the network isn't used for snapshots 
> in offline mode when legacy repositories are used
>     * [MNG-3602] - Schedule and release Doxia-1.1
>     * [MNG-3842] - Revert temporary changes to scp wagon handling
>     * [MNG-3936] - Remove m2.bat from distribution
>     * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable 
> enhanced ant-mojo support
>     * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable 
> enhanced ant-mojo support
>     * [MNG-4046] - Update to Doxia 1.0
>     * [MNG-4077] - Review log level for 
> VersionExpressionTransformation.transformVersions()
> 
> 
> ** Wish
>     * [MNG-4056] - Relax resolution of active project artifacts from the 
> reactor with regard to artifact type
> 
> 
> 
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Paul <pa...@nosphere.org>.
+1


Le jeudi 19 mars 2009 01:12:00, John Casey a écrit :
> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea8827
>14d8b/org/apache/maven/apache-maven/2.1.0/)
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=
>Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>      * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact resolution for users
>      * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it
> is released
>
> ** Bug
>      * [MNG-1349] - openssl checksums are not accepted by maven
>      * [MNG-1585] - debug logging from wagon not shown in debug mode
>      * [MNG-1992] - CLI -D should override properties in settings.xml
>      * [MNG-1999] - Reporting inheritance does not work properly
>      * [MNG-2432] - Apache and Mojo plugins take precendence over
> plugins in the pom.
>      * [MNG-2433] - Maven looks for snapshots in offline mode
>      * [MNG-2605] - Profiles in profiles.xml are active by default
>      * [MNG-2668] - Plugin dependencies should be considered when the
> reactor creates the build order list
>      * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't
> handle NoClassDefFoundError correctly
>      * [MNG-2695] - -o makes build fail for snapshot plugins
>      * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>      * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>      * [MNG-3057] - properties not expanded in generated POMs when
> building A/B/C nested projects
>      * [MNG-3139] - The skin does not exist: Unable to determine the
> release version
>      * [MNG-3217] - a plugin's dependencies can influence other plugins
> in a build
>      * [MNG-3228] - Maven profile activation does not work when profile
> is defined in inherited 'parent' pom
>      * [MNG-3271] - <excludeDefaults> does not seem to work
>      * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>      * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>      * [MNG-3621] - site url inheritance broken for UNC paths
>      * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>      * [MNG-3641] - Lack of error checks on profiles
>      * [MNG-3645] - Maven doesn't do strict model validation for POMs in
> the current reactor
>      * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>      * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents of the current folder
>      * [MNG-3769] - [regression] Excluding relocated transitive
> dependencies does not work
>      * [MNG-3776] - Namespace misspelled in settings.xml
>      * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>      * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>      * [MNG-3811] - Report plugins don't inherit configuration
>      * [MNG-3899] - Inheritance does not merge extensions with same gid
> and aid
>      * [MNG-3906] - Project-level plugin dependencies are in random
> order after merging
>      * [MNG-3920] - Problem using velocity component
>      * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user
> name properly
>      * [MNG-3933] - Profiles.xml does not pickup OS family
>      * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>      * [MNG-3948] - Remote repos defined by profiles outside of
> settings.xml are not used to resolve parent POMs
>      * [MNG-3974] - New mirror syntax is not stopping on first match
>      * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>      * [MNG-4023] - Profiles from parent POM are injected multiple times
> if parent is part of reactor build
>      * [MNG-4026] - [regression] Order of project class path does not
> match POM order during reactor build
>      * [MNG-4032] - Test jar dependency not available for for main
> classes in multi module builds
>      * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue
> where hostname is improperly extracted from URL
>      * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur
> with 2.0.10
>      * [MNG-4079] - Duplicate error messages
>      * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>      * [MNG-4086] - [regression] Explicitly using plugin metaversions
> crashes plugin manager
>      * [MNG-4087] - Percent encoded characters in file URLs are not
> decoded upon deployment
>
> ** Improvement
>      * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2
> is invoked with --version option
>      * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>      * [MNG-3424] - Respect ordering of elements as given in POM
>      * [MNG-3451] - Add german translation
>      * [MNG-3503] - Shade MX* classes from plexus-utils
>      * [MNG-3544] - Beautify debug output for mojo parameters of type array
>      * [MNG-3600] - remove default settings of 664 / 775 for permissions
>      * [MNG-3787] - Add plugin version to default reports
>      * [MNG-3794] - Improve error logging when downloading depedencies
>      * [MNG-3795] - Add example <pluginGroups> snippet to
> conf/settings.xml in distribution
>      * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>      * [MNG-3951] - Hide drive-relative paths from plugins
>      * [MNG-3971] - Provide parity in features between native ant-mojo
> support and antrun plugin
>      * [MNG-3975] - getArtifact(Artifact artifact, List
> remoteRepositories) should include Exception in debug log messages.
>      * [MNG-4024] - Open up CLIManager
>      * [MNG-4037] - Include Java home in version information
>      * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor cannot be found
>      * [MNG-4075] - Tone down warnings about reactor dependencies that
> don't have an associated file
>      * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>      * [MNG-4092] - remove plugin listeners for minor memory improvement
> and to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>      * [MNG-553] - Secure Storage of Server Passwords
>      * [MNG-2097] - adding a phase called prepare-package
>      * [MNG-3379] - Parallel resolution of artifacts
>      * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL
> of project base directory
>      * [MNG-3914] - Add CLI option to control location of global
> settings from command line
>
> ** Task
>      * [MNG-2387] - <active> on <proxy> in settings is misleading
>      * [MNG-2883] - Make sure that the network isn't used for snapshots
> in offline mode when legacy repositories are used
>      * [MNG-3602] - Schedule and release Doxia-1.1
>      * [MNG-3842] - Revert temporary changes to scp wagon handling
>      * [MNG-3936] - Remove m2.bat from distribution
>      * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable
> enhanced ant-mojo support
>      * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>      * [MNG-4046] - Update to Doxia 1.0
>      * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>      * [MNG-4056] - Relax resolution of active project artifacts from
> the reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> 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: [vote] Maven 2.1.0

Posted by Jochen Wiedmann <jo...@gmail.com>.
Used it for todays work, including with M2Eclipse.

+1 (Non-binding)


On Thu, Mar 19, 2009 at 1:12 AM, John Casey <jd...@commonjava.org> wrote:
> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea882714d8b/org/apache/maven/apache-maven/2.1.0/)
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>    * [MNG-4025] - Prominently document opt-out setting for parallel artifact
> resolution for users
>    * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it is
> released
>
> ** Bug
>    * [MNG-1349] - openssl checksums are not accepted by maven
>    * [MNG-1585] - debug logging from wagon not shown in debug mode
>    * [MNG-1992] - CLI -D should override properties in settings.xml
>    * [MNG-1999] - Reporting inheritance does not work properly
>    * [MNG-2432] - Apache and Mojo plugins take precendence over plugins in
> the pom.
>    * [MNG-2433] - Maven looks for snapshots in offline mode
>    * [MNG-2605] - Profiles in profiles.xml are active by default
>    * [MNG-2668] - Plugin dependencies should be considered when the reactor
> creates the build order list
>    * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't handle
> NoClassDefFoundError correctly
>    * [MNG-2695] - -o makes build fail for snapshot plugins
>    * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>    * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>    * [MNG-3057] - properties not expanded in generated POMs when building
> A/B/C nested projects
>    * [MNG-3139] - The skin does not exist: Unable to determine the release
> version
>    * [MNG-3217] - a plugin's dependencies can influence other plugins in a
> build
>    * [MNG-3228] - Maven profile activation does not work when profile is
> defined in inherited 'parent' pom
>    * [MNG-3271] - <excludeDefaults> does not seem to work
>    * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>    * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>    * [MNG-3621] - site url inheritance broken for UNC paths
>    * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>    * [MNG-3641] - Lack of error checks on profiles
>    * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
> current reactor
>    * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets contents
> of the current folder
>    * [MNG-3769] - [regression] Excluding relocated transitive dependencies
> does not work
>    * [MNG-3776] - Namespace misspelled in settings.xml
>    * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>    * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>    * [MNG-3811] - Report plugins don't inherit configuration
>    * [MNG-3899] - Inheritance does not merge extensions with same gid and
> aid
>    * [MNG-3906] - Project-level plugin dependencies are in random order
> after merging
>    * [MNG-3920] - Problem using velocity component
>    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
> properly
>    * [MNG-3933] - Profiles.xml does not pickup OS family
>    * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
> are not used to resolve parent POMs
>    * [MNG-3974] - New mirror syntax is not stopping on first match
>    * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>    * [MNG-4023] - Profiles from parent POM are injected multiple times if
> parent is part of reactor build
>    * [MNG-4026] - [regression] Order of project class path does not match
> POM order during reactor build
>    * [MNG-4032] - Test jar dependency not available for for main classes in
> multi module builds
>    * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue where
> hostname is improperly extracted from URL
>    * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur with
> 2.0.10
>    * [MNG-4079] - Duplicate error messages
>    * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>    * [MNG-4086] - [regression] Explicitly using plugin metaversions crashes
> plugin manager
>    * [MNG-4087] - Percent encoded characters in file URLs are not decoded
> upon deployment
>
> ** Improvement
>    * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2 is
> invoked with --version option
>    * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>    * [MNG-3424] - Respect ordering of elements as given in POM
>    * [MNG-3451] - Add german translation
>    * [MNG-3503] - Shade MX* classes from plexus-utils
>    * [MNG-3544] - Beautify debug output for mojo parameters of type array
>    * [MNG-3600] - remove default settings of 664 / 775 for permissions
>    * [MNG-3787] - Add plugin version to default reports
>    * [MNG-3794] - Improve error logging when downloading depedencies
>    * [MNG-3795] - Add example <pluginGroups> snippet to conf/settings.xml in
> distribution
>    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>    * [MNG-3951] - Hide drive-relative paths from plugins
>    * [MNG-3971] - Provide parity in features between native ant-mojo support
> and antrun plugin
>    * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
> should include Exception in debug log messages.
>    * [MNG-4024] - Open up CLIManager
>    * [MNG-4037] - Include Java home in version information
>    * [MNG-4057] - Propose checking of plugin artifact when plugin descriptor
> cannot be found
>    * [MNG-4075] - Tone down warnings about reactor dependencies that don't
> have an associated file
>    * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>    * [MNG-4092] - remove plugin listeners for minor memory improvement and
> to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>    * [MNG-553] - Secure Storage of Server Passwords
>    * [MNG-2097] - adding a phase called prepare-package
>    * [MNG-3379] - Parallel resolution of artifacts
>    * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL of
> project base directory
>    * [MNG-3914] - Add CLI option to control location of global settings from
> command line
>
> ** Task
>    * [MNG-2387] - <active> on <proxy> in settings is misleading
>    * [MNG-2883] - Make sure that the network isn't used for snapshots in
> offline mode when legacy repositories are used
>    * [MNG-3602] - Schedule and release Doxia-1.1
>    * [MNG-3842] - Revert temporary changes to scp wagon handling
>    * [MNG-3936] - Remove m2.bat from distribution
>    * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable enhanced
> ant-mojo support
>    * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>    * [MNG-4046] - Update to Doxia 1.0
>    * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>    * [MNG-4056] - Relax resolution of active project artifacts from the
> reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
I have always wished for my computer to be as easy to use as my
telephone; my wish has come true because I can no longer figure out
how to use my telephone.

    -- (Bjarne Stroustrup,
http://www.research.att.com/~bs/bs_faq.html#really-say-that
       My guess: Nokia E50)

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


Re: [vote] Maven 2.1.0

Posted by Hervé BOUTEMY <he...@free.fr>.
+1

Hervé

Le jeudi 19 mars 2009, John Casey a écrit :
> Hi everyone,
>
> It looks like Maven 2.1.0 is ready to release.
>
> You can try the binaries here:
>
> http://tinyurl.com/maven-2-1-0-vote
> (https://repository.apache.org/content/repositories/maven-staging-511ea8827
>14d8b/org/apache/maven/apache-maven/2.1.0/)
>
> We've resolved 85 issues for this release (enumerated at the end of this
> message):
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=
>Html&version=14587
>
> Vote's open for 72 hours. Please cast your vote:
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my +1.
>
> Thanks,
>
> -john
>
> ===
>
>
> Release Notes - Maven 2 - Version 2.1.0
>
> ** Sub-task
>      * [MNG-4025] - Prominently document opt-out setting for parallel
> artifact resolution for users
>      * [MNG-4042] - Use plexus-sec-dispatcher 1.0 in Maven core when it
> is released
>
> ** Bug
>      * [MNG-1349] - openssl checksums are not accepted by maven
>      * [MNG-1585] - debug logging from wagon not shown in debug mode
>      * [MNG-1992] - CLI -D should override properties in settings.xml
>      * [MNG-1999] - Reporting inheritance does not work properly
>      * [MNG-2432] - Apache and Mojo plugins take precendence over
> plugins in the pom.
>      * [MNG-2433] - Maven looks for snapshots in offline mode
>      * [MNG-2605] - Profiles in profiles.xml are active by default
>      * [MNG-2668] - Plugin dependencies should be considered when the
> reactor creates the build order list
>      * [MNG-2690] - DefaultPluginManager.getConfiguredMojo() doesn't
> handle NoClassDefFoundError correctly
>      * [MNG-2695] - -o makes build fail for snapshot plugins
>      * [MNG-2720] - Multiproject dependencies not accurate for
> project.compileClasspathElements when run from root project
>      * [MNG-3023] - Reactor projects should be included in dependency
> resolution
>      * [MNG-3057] - properties not expanded in generated POMs when
> building A/B/C nested projects
>      * [MNG-3139] - The skin does not exist: Unable to determine the
> release version
>      * [MNG-3217] - a plugin's dependencies can influence other plugins
> in a build
>      * [MNG-3228] - Maven profile activation does not work when profile
> is defined in inherited 'parent' pom
>      * [MNG-3271] - <excludeDefaults> does not seem to work
>      * [MNG-3284] - Cached plugins are used, even when the specifically
> declared
>      * [MNG-3314] - offline build not running, when having SNAPSHOT
> dependencies
>      * [MNG-3621] - site url inheritance broken for UNC paths
>      * [MNG-3628] - When running offline, snapshot artifcats cannot be
> resolved even if they have previously be dowloaded from a repository
>      * [MNG-3641] - Lack of error checks on profiles
>      * [MNG-3645] - Maven doesn't do strict model validation for POMs in
> the current reactor
>      * [MNG-3719] - [regression] plugin execution ordering no longer POM
> ordered in 2.0.9
>      * [MNG-3757] - Setting M2_HOME to nothing and running ant delets
> contents of the current folder
>      * [MNG-3769] - [regression] Excluding relocated transitive
> dependencies does not work
>      * [MNG-3776] - Namespace misspelled in settings.xml
>      * [MNG-3808] - Execution order of report plugins is arbitrary if
> inheritance is involved
>      * [MNG-3810] - [regression] Null Pointer Exception when Activation
> Profile Property is Empty
>      * [MNG-3811] - Report plugins don't inherit configuration
>      * [MNG-3899] - Inheritance does not merge extensions with same gid
> and aid
>      * [MNG-3906] - Project-level plugin dependencies are in random
> order after merging
>      * [MNG-3920] - Problem using velocity component
>      * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user
> name properly
>      * [MNG-3933] - Profiles.xml does not pickup OS family
>      * [MNG-3940] - Interpolation of environment variables is not
> case-insensitive on Windows
>      * [MNG-3948] - Remote repos defined by profiles outside of
> settings.xml are not used to resolve parent POMs
>      * [MNG-3974] - New mirror syntax is not stopping on first match
>      * [MNG-4016] - Properties with the prefix project/pom are not
> interpolated from the properties section
>      * [MNG-4023] - Profiles from parent POM are injected multiple times
> if parent is part of reactor build
>      * [MNG-4026] - [regression] Order of project class path does not
> match POM order during reactor build
>      * [MNG-4032] - Test jar dependency not available for for main
> classes in multi module builds
>      * [MNG-4043] - Resolve or rollback WebDAV wagon deployment issue
> where hostname is improperly extracted from URL
>      * [MNG-4074] - cyclic reference with 2.1.0-RC1 that doesn't occur
> with 2.0.10
>      * [MNG-4079] - Duplicate error messages
>      * [MNG-4084] - Unnecessary Warning for an activate profile in child
> project
>      * [MNG-4086] - [regression] Explicitly using plugin metaversions
> crashes plugin manager
>      * [MNG-4087] - Percent encoded characters in file URLs are not
> decoded upon deployment
>
> ** Improvement
>      * [MNG-1830] - add  a 'compiled on <timestamp>' label when maven 2
> is invoked with --version option
>      * [MNG-1957] - <jdk></jdk> clause in the activation section has to
> provide more complex expressions.
>      * [MNG-3424] - Respect ordering of elements as given in POM
>      * [MNG-3451] - Add german translation
>      * [MNG-3503] - Shade MX* classes from plexus-utils
>      * [MNG-3544] - Beautify debug output for mojo parameters of type array
>      * [MNG-3600] - remove default settings of 664 / 775 for permissions
>      * [MNG-3787] - Add plugin version to default reports
>      * [MNG-3794] - Improve error logging when downloading depedencies
>      * [MNG-3795] - Add example <pluginGroups> snippet to
> conf/settings.xml in distribution
>      * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
>      * [MNG-3951] - Hide drive-relative paths from plugins
>      * [MNG-3971] - Provide parity in features between native ant-mojo
> support and antrun plugin
>      * [MNG-3975] - getArtifact(Artifact artifact, List
> remoteRepositories) should include Exception in debug log messages.
>      * [MNG-4024] - Open up CLIManager
>      * [MNG-4037] - Include Java home in version information
>      * [MNG-4057] - Propose checking of plugin artifact when plugin
> descriptor cannot be found
>      * [MNG-4075] - Tone down warnings about reactor dependencies that
> don't have an associated file
>      * [MNG-4091] - Validate the plugin descriptors and improve error
> reporting when mismatched with artifact
>      * [MNG-4092] - remove plugin listeners for minor memory improvement
> and to avoid scanning descriptors from dependencies of plugins
>
> ** New Feature
>      * [MNG-553] - Secure Storage of Server Passwords
>      * [MNG-2097] - adding a phase called prepare-package
>      * [MNG-3379] - Parallel resolution of artifacts
>      * [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL
> of project base directory
>      * [MNG-3914] - Add CLI option to control location of global
> settings from command line
>
> ** Task
>      * [MNG-2387] - <active> on <proxy> in settings is misleading
>      * [MNG-2883] - Make sure that the network isn't used for snapshots
> in offline mode when legacy repositories are used
>      * [MNG-3602] - Schedule and release Doxia-1.1
>      * [MNG-3842] - Revert temporary changes to scp wagon handling
>      * [MNG-3936] - Remove m2.bat from distribution
>      * [MNG-4030] - Release maven-plugin-tools 2.4.4/2.5 to enable
> enhanced ant-mojo support
>      * [MNG-4031] -  Release plexus-ant-factory 1.0-alpha-2.1 to enable
> enhanced ant-mojo support
>      * [MNG-4046] - Update to Doxia 1.0
>      * [MNG-4077] - Review log level for
> VersionExpressionTransformation.transformVersions()
>
>
> ** Wish
>      * [MNG-4056] - Relax resolution of active project artifacts from
> the reactor with regard to artifact type
>
>
>
> ---------------------------------------------------------------------
> 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