[ANN] Maven Filtering 1.1 Released

2012-08-15 Thread Stephane Nicoll
The Maven team is pleased to announce the release of the Maven
Filtering, version 1.1

These Plexus components have been built from the filtering process/code
in Maven Resources Plugin. The goal is to provide a shared component for
all plugins that needs to filter resources.

http://maven.apache.org/shared/maven-filtering/

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

plugin
  groupIdorg.apache.maven.shared/groupId
  artifactIdmaven-filtering/artifactId
  version1.1/version
/plugin


Release Notes - Maven Shared Components - Version maven-filtering-1.1

** Bug
* [MSHARED-195] - maven-filtering incorrect states a dependency to
maven-monitor
* [MSHARED-215] - maven-filtering brings in JUnit as transitive dependency
* [MSHARED-228] -
MultiDelimiterInterpolatorFilterReaderLineEnding() does not filter
after a token is escaped


Enjoy,

-The Maven team

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



[ANN] Maven Script Interpreter 1.1 Released

2012-08-15 Thread Stephane Nicoll
The Maven team is pleased to announce the release of the Maven
Script Interpreter, version 1.1

This component provides some utilities to interpret/execute some
scripts for various implementations: groovy or beanshell.

http://maven.apache.org/shared/maven-script-interpreter/

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

plugin
  groupIdorg.apache.maven.shared/groupId
  artifactIdmaven-script-interpreter/artifactId
  version1.1/version
/plugin


Release Notes - Maven Shared Components - Version maven-script-interpreter-1.1

** Improvement
* [MSHARED-229] - log relative script path when available instead
of full path
* [MSHARED-231] - upgrade groovy version used to 2.0.1

** Task
* [MSHARED-230] - use plexus java 5 annotations instead of
old-style javadoc annotations


Enjoy,

-The Maven team

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



[ANN] Maven Invoker Plugin 1.7 Released

2012-08-15 Thread Stephane Nicoll
The Maven team is pleased to announce the release of the Maven Invoker
Plugin, version 1.7

The Invoker Plugin is used to run a set of Maven projects. The plugin
can determine whether each project execution is successful, and
optionally can verify the output generated from a given project
execution.

This plugin is in particular handy to perform integration tests for
other Maven plugins. The Invoker Plugin can be employed to run a set
of test projects that have been designed to assert certain features of
the plugin under test.

http://maven.apache.org/plugins/maven-invoker-plugin/

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

plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-invoker-plugin/artifactId
  version1.7/version
/plugin


Release Notes - Maven 2.x Invoker Plugin - Version 1.7

** Improvement
* [MINVOKER-135] - log relative script path instead of full script
path for pre-/post-build scripts
* [MINVOKER-136] - upgrade groovy version used to 2.0.1

** Task
* [MINVOKER-134] - use maven-plugin-tools' java 5 annotations


Enjoy,

-The Maven team

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



[VOTE] Release Maven Resources Plugin version 2.6

2012-08-15 Thread Stephane Nicoll
Hi,

We solved 9 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145styleName=Htmlversion=17177

There are still around 30 issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11145status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-006/
https://repository.apache.org/content/repositories/maven-006/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6-source-release.zip

Staging site:
http://maven.apache.org/plugins/maven-resources-plugin-2.6/ (pending sync)

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

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

Best,
S.

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



Re: [VOTE] Release Maven Resources Plugin version 2.6

2012-08-15 Thread Stephen Connolly
-0.9

Since we are supposed to be voting on the source-release and the source
bundle does not build with the ITs passing. One of the tests is failing:

[INFO] Building: MRESOURCES-166/pom.xml
[INFO] ..FAILED (1.5 s)
[INFO]   The build exited with code 1. See
/Users/stephenc/tmp/maven-resources-plugin-2.6/target/it/MRESOURCES-166/build.log
for details.

and the relevant part of that build log

[WARNING] The POM for
org.apache.maven.plugins:maven-resources-plugin:jar:2.6-SNAPSHOT is
missing, no dependency information available
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 0.245s
[INFO] Finished at: Wed Aug 15 09:22:02 IST 2012
[INFO] Final Memory: 2M/81M
[INFO]

[ERROR] Plugin org.apache.maven.plugins:maven-resources-plugin:2.6-SNAPSHOT
or one of its dependencies could not be resolved: Failed to read artifact
descriptor for
org.apache.maven.plugins:maven-resources-plugin:jar:2.6-SNAPSHOT: Could not
find artifact
org.apache.maven.plugins:maven-resources-plugin:pom:2.6-SNAPSHOT in
local.central (file:///Users/stephenc/.m2/repository) - [Help 1]
org.apache.maven.plugin.PluginResolutionException: Plugin
org.apache.maven.plugins:maven-resources-plugin:2.6-SNAPSHOT or one of its
dependencies could not be resolved: Failed to read artifact descriptor for
org.apache.maven.plugins:maven-resources-plugin:jar:2.6-SNAPSHOT


On 15 August 2012 07:50, Stephane Nicoll stephane.nic...@gmail.com wrote:

 Hi,

 We solved 9 issues:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145styleName=Htmlversion=17177

 There are still around 30 issues left in JIRA:

 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11145status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-006/

 https://repository.apache.org/content/repositories/maven-006/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6-source-release.zip

 Staging site:
 http://maven.apache.org/plugins/maven-resources-plugin-2.6/ (pending sync)

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

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

 Best,
 S.

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




[CANCEL] [VOTE] Release Maven Resources Plugin version 2.6

2012-08-15 Thread Stephane Nicoll
Hi guys,

Per Stephen comment, I am going to cancel this one and fix the IT.

Thanks,
S.


-- Forwarded message --
From: Stephane Nicoll stephane.nic...@gmail.com
Date: Wed, Aug 15, 2012 at 8:50 AM
Subject: [VOTE] Release Maven Resources Plugin version 2.6
To: Maven Developers List dev@maven.apache.org


Hi,

We solved 9 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145styleName=Htmlversion=17177

There are still around 30 issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11145status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-006/
https://repository.apache.org/content/repositories/maven-006/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6-source-release.zip

Staging site:
http://maven.apache.org/plugins/maven-resources-plugin-2.6/ (pending sync)

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

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

Best,
S.

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



[VOTE] Release Maven Resources Plugin version 2.6 Take 2

2012-08-15 Thread Stephane Nicoll
Hi,

We solved 9 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145styleName=Htmlversion=17177

There are still around 30 issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11145status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-012/
https://repository.apache.org/content/repositories/maven-012/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6-source-release.zip

Staging site:
http://maven.apache.org/plugins/maven-resources-plugin-2.6/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

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

Best,
S.

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



Re: [VOTE] Release Maven Resources Plugin version 2.6 Take 2

2012-08-15 Thread Stephen Connolly
+1, the integration tests all pass from the source bundle.

Note RAT has some complaints but I don't think they warrant a 3rd re-spin
as the complaints are all in test code/data and there may be legitimate
needs for the test data to not contain the license headers.

-Stephen

*
Summary
---
Generated at: 2012-08-15T11:51:14+01:00
Notes: 2
Binaries: 2
Archives: 0
Standards: 133

Apache Licensed: 76
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

57 Unknown Licenses

***

Unapproved licenses:

  src/it/binaries-filtering/src/main/resources/file.txt
  src/it/copy-resources-it/src/non-packaged-resources/configuration.properties
  src/it/custom-delimiter/src/main/filters/filter2.properties
  src/it/custom-delimiter/src/main/filters/my.filter
  src/it/custom-delimiter/src/main/resources/SomeResource.txt
  src/it/escapeInterpolation/src/main/filters/my.filter
  src/it/escapeInterpolation/src/main/resources/SomeResource.txt
  src/it/escapeInterpolation/src/test/filters/my.filter
  src/it/escapeInterpolation/src/test/resources/SomeResource.txt
  src/it/filter/src/main/filters/filter2.properties
  src/it/filter/src/main/filters/filter3.properties
  src/it/filter/src/main/filters/my.filter
  src/it/filter/src/main/resources/SomeResource.txt
  src/it/filter-test-resources/src/test/filters/my.filter
  src/it/filter-test-resources/src/test/resources/SomeResource.txt
  src/it/includeEmptyDirs/src/main/filters/my.filter
  src/it/includeEmptyDirs/src/main/resources/empty-dir/.gitattributes
  
src/it/includeEmptyDirs/src/main/resources/empty-dir-child/child/.gitattributes
  src/it/includeEmptyDirs/src/main/resources/SomeResource.txt
  src/it/MRESOURCES-104/src/main/resources/test.properties
  src/it/MRESOURCES-105/my.properties
  src/it/MRESOURCES-105/src/main/resources/test.properties
  src/it/MRESOURCES-106/src/main/resources/file.txt
  src/it/MRESOURCES-106/src/main/resources/filter.properties
  src/it/MRESOURCES-110/src/main/resources/mresources-110.xml
  src/it/MRESOURCES-131/src/test/resources/skipped.txt
  src/it/MRESOURCES-166/src/main/resources/resource.txt
  src/it/MRESOURCES-18/invoker.properties
  src/it/MRESOURCES-18/src/main/resources/test.properties
  src/it/MRESOURCES-18/src/test/java/org/apache/maven/it0105/FilterTest.java
  src/it/MRESOURCES-18/test.properties
  src/it/MRESOURCES-20/src/main/resources/resource.txt
  src/it/MRESOURCES-77/src/main/filters/custom-filters.properties
  src/it/MRESOURCES-77/src/main/filters/filter2.properties
  src/it/MRESOURCES-77/src/main/filters/filter3.properties
  src/it/MRESOURCES-77/src/main/filters/my.filter
  src/it/MRESOURCES-77/src/main/resources/SomeResource.txt
  src/it/MRESOURCES-78/src/main/filtered/filtered.properties
  src/it/MRESOURCES-78/src/main/resources/unfiltered.properties
  src/it/profile-override/invoker.properties
  src/it/profile-override/src/main/resources/production/config.properties
  src/it/profile-override/src/main/resources/test/config.properties
  src/it/user-filters/invoker.properties
  src/it/user-filters/src/main/filtered/filtered.properties
  src/it/user-filters/src/main/resources/unfiltered.properties
  src/it/user-filters/test.properties
  src/test/resources/unit/propertiesutils-test/advance.properties
  src/test/resources/unit/propertiesutils-test/advance_validation.properties
  src/test/resources/unit/propertiesutils-test/basic.properties
  src/test/resources/unit/propertiesutils-test/basic_validation.properties
  src/test/resources/unit/propertiesutils-test/enhanced.properties
  src/test/resources/unit/propertiesutils-test/enhanced_validation.properties
  src/test/resources/unit/reflectionproperties-test/validation.properties
  
src/test/resources/unit/reflectionproperties-test/validation_escapebackslashinpath.properties
  src/test/resources/unit/resources-test/validation.properties
  src/test/unit-files/copy-resources-test/filter-files/filter.txt
  src/test/unit-files/copy-resources-test/no-filter/config.properties

***

Archives:

*
  Files with Apache License headers will be marked AL
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  ALDEPENDENCIES
  N LICENSE
  N NOTICE
  ALpom.xml
  ALsrc/it/binaries-filtering/pom.xml
  B src/it/binaries-filtering/src/main/resources/duke-beerjpg.img
 !? src/it/binaries-filtering/src/main/resources/file.txt
  B src/it/binaries-filtering/src/main/resources/happy_duke.gif
  ALsrc/it/binaries-filtering/verify.bsh
  ALsrc/it/copy-resources-it/pom.xml
 !? 
src/it/copy-resources-it/src/non-packaged-resources/configuration.properties
  ALsrc/it/copy-resources-it/verify.bsh
  ALsrc/it/custom-delimiter/pom.xml
 !? 

Re: [VOTE] Release Maven Resources Plugin version 2.6 Take 2

2012-08-15 Thread Robert Scholte

+1

Op Wed, 15 Aug 2012 12:55:17 +0200 schreef Stephen Connolly  
stephen.alan.conno...@gmail.com:



+1, the integration tests all pass from the source bundle.

Note RAT has some complaints but I don't think they warrant a 3rd re-spin
as the complaints are all in test code/data and there may be legitimate
needs for the test data to not contain the license headers.

-Stephen

*
Summary
---
Generated at: 2012-08-15T11:51:14+01:00
Notes: 2
Binaries: 2
Archives: 0
Standards: 133

Apache Licensed: 76
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

57 Unknown Licenses

***

Unapproved licenses:

  src/it/binaries-filtering/src/main/resources/file.txt
  src/it/copy-resources-it/src/non-packaged-resources/configuration.properties
  src/it/custom-delimiter/src/main/filters/filter2.properties
  src/it/custom-delimiter/src/main/filters/my.filter
  src/it/custom-delimiter/src/main/resources/SomeResource.txt
  src/it/escapeInterpolation/src/main/filters/my.filter
  src/it/escapeInterpolation/src/main/resources/SomeResource.txt
  src/it/escapeInterpolation/src/test/filters/my.filter
  src/it/escapeInterpolation/src/test/resources/SomeResource.txt
  src/it/filter/src/main/filters/filter2.properties
  src/it/filter/src/main/filters/filter3.properties
  src/it/filter/src/main/filters/my.filter
  src/it/filter/src/main/resources/SomeResource.txt
  src/it/filter-test-resources/src/test/filters/my.filter
  src/it/filter-test-resources/src/test/resources/SomeResource.txt
  src/it/includeEmptyDirs/src/main/filters/my.filter
  src/it/includeEmptyDirs/src/main/resources/empty-dir/.gitattributes
  
src/it/includeEmptyDirs/src/main/resources/empty-dir-child/child/.gitattributes
  src/it/includeEmptyDirs/src/main/resources/SomeResource.txt
  src/it/MRESOURCES-104/src/main/resources/test.properties
  src/it/MRESOURCES-105/my.properties
  src/it/MRESOURCES-105/src/main/resources/test.properties
  src/it/MRESOURCES-106/src/main/resources/file.txt
  src/it/MRESOURCES-106/src/main/resources/filter.properties
  src/it/MRESOURCES-110/src/main/resources/mresources-110.xml
  src/it/MRESOURCES-131/src/test/resources/skipped.txt
  src/it/MRESOURCES-166/src/main/resources/resource.txt
  src/it/MRESOURCES-18/invoker.properties
  src/it/MRESOURCES-18/src/main/resources/test.properties
  src/it/MRESOURCES-18/src/test/java/org/apache/maven/it0105/FilterTest.java
  src/it/MRESOURCES-18/test.properties
  src/it/MRESOURCES-20/src/main/resources/resource.txt
  src/it/MRESOURCES-77/src/main/filters/custom-filters.properties
  src/it/MRESOURCES-77/src/main/filters/filter2.properties
  src/it/MRESOURCES-77/src/main/filters/filter3.properties
  src/it/MRESOURCES-77/src/main/filters/my.filter
  src/it/MRESOURCES-77/src/main/resources/SomeResource.txt
  src/it/MRESOURCES-78/src/main/filtered/filtered.properties
  src/it/MRESOURCES-78/src/main/resources/unfiltered.properties
  src/it/profile-override/invoker.properties
  src/it/profile-override/src/main/resources/production/config.properties
  src/it/profile-override/src/main/resources/test/config.properties
  src/it/user-filters/invoker.properties
  src/it/user-filters/src/main/filtered/filtered.properties
  src/it/user-filters/src/main/resources/unfiltered.properties
  src/it/user-filters/test.properties
  src/test/resources/unit/propertiesutils-test/advance.properties
  src/test/resources/unit/propertiesutils-test/advance_validation.properties
  src/test/resources/unit/propertiesutils-test/basic.properties
  src/test/resources/unit/propertiesutils-test/basic_validation.properties
  src/test/resources/unit/propertiesutils-test/enhanced.properties
  src/test/resources/unit/propertiesutils-test/enhanced_validation.properties
  src/test/resources/unit/reflectionproperties-test/validation.properties
  
src/test/resources/unit/reflectionproperties-test/validation_escapebackslashinpath.properties
  src/test/resources/unit/resources-test/validation.properties
  src/test/unit-files/copy-resources-test/filter-files/filter.txt
  src/test/unit-files/copy-resources-test/no-filter/config.properties

***

Archives:

*
  Files with Apache License headers will be marked AL
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  ALDEPENDENCIES
  N LICENSE
  N NOTICE
  ALpom.xml
  ALsrc/it/binaries-filtering/pom.xml
  B src/it/binaries-filtering/src/main/resources/duke-beerjpg.img
 !? src/it/binaries-filtering/src/main/resources/file.txt
  B src/it/binaries-filtering/src/main/resources/happy_duke.gif
  ALsrc/it/binaries-filtering/verify.bsh
  ALsrc/it/copy-resources-it/pom.xml
 !?  

Re: [VOTE] Release Maven Resources Plugin version 2.6 Take 2

2012-08-15 Thread Stephane Nicoll
+1

S.

On Wed, Aug 15, 2012 at 12:45 PM, Stephane Nicoll
stephane.nic...@gmail.com wrote:
 Hi,

 We solved 9 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145styleName=Htmlversion=17177

 There are still around 30 issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11145status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-012/
 https://repository.apache.org/content/repositories/maven-012/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6-source-release.zip

 Staging site:
 http://maven.apache.org/plugins/maven-resources-plugin-2.6/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

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

 Best,
 S.

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



Re: [VOTE] Release Maven Resources Plugin version 2.6 Take 2

2012-08-15 Thread Hervé BOUTEMY
+1

notice there are some little problems with the documentation, probably not 
specific to this release:
- staging site contains an extra maven-resources-plugin directory, even with 
m-site-p 3.1
- plugin management report [1] shows a wrong artifactId for maven-scm-plugin: 
scp://people.apache.org/www/maven.apache.org/scm/maven-scm-plugin

Regards,

Hervé

[1] http://maven.apache.org/plugins/maven-resources-plugin-2.6/maven-
resources-plugin/plugin-management.html

Le mercredi 15 août 2012 12:45:31 Stephane Nicoll a écrit :
 Hi,
 
 We solved 9 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145styleName=H
 tmlversion=17177
 
 There are still around 30 issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11145sta
 tus=1
 
 Staging repo:
 https://repository.apache.org/content/repositories/maven-012/
 https://repository.apache.org/content/repositories/maven-012/org/apache/mave
 n/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6-source-relea
 se.zip
 
 Staging site:
 http://maven.apache.org/plugins/maven-resources-plugin-2.6/
 
 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 Best,
 S.
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org

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