Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-26 Thread Olivier Lamy
+1

--
Olivier
On 25 Dec 2014 03:04,  wrote:

> Hi,
>
> We solved 13 issues:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?
> projectId=10541&version=20814
>
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?
> reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+
> resolution+%3D+Unresolved+ORDER+BY+updated+DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1110
> https://repository.apache.org/service/local/repositories/
> maven-1110/content/org/apache/maven/surefire/surefire/2.18.
> 1/surefire-2.18.1-source-release.zip
>
> Source release checksum(s):
> surefire-2.18.1-source-release.zip sha1: 59a04c54118e796ca3729b0376a718
> 91d299ed9b
>
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-
> LATEST/maven-surefire-plugin/index.html
> http://maven.apache.org/surefire-archives/surefire-
> LATEST/maven-failsafe-plugin/index.html
> http://maven.apache.org/surefire-archives/surefire-
> LATEST/maven-surefire-report-plugin/index.html
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-26 Thread tibor17
Hi Herve,

I have fixed the JDK version, please see
https://jira.codehaus.org/browse/SUREFIRE-1129
Should the change be move into other SVN repo as well?



-
BR, tibor17
--
View this message in context: 
http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Surefire-Plugin-version-2-18-1-tp5820843p5821133.html
Sent from the Maven Developers mailing list archive at Nabble.com.

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



[GitHub] maven pull request: [MNG-5738] Addition of command line flag '--le...

2014-12-26 Thread hboutemy
Github user hboutemy commented on the pull request:

https://github.com/apache/maven/pull/32#issuecomment-68146338
  
I completely understand Christian motivation: we have a problem when we 
need interaction between non-default lifecycle and default lifecycle
this causes multiple already opened issues:
http://jira.codehaus.org/browse/MPIR-238
http://jira.codehaus.org/browse/MJAVADOC-171

and this causes other problems that I'm starting to see without having 
opened a Jira issue at the moment: you cannot build a multi-module site 
independently from building the artifacts
then SHA-1 is incorrect, since the package has been rebuilt

I didn't have time to study the patch, I understand how the idea of this 
"legacy reactor resolution" isn't ideal, but it looks promising to wait for 
more complete solution (that will have deep impact, I fear)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-surefire pull request: [SUREFIRE-1129] JDK 5 should be the m...

2014-12-26 Thread Tibor17
GitHub user Tibor17 opened a pull request:

https://github.com/apache/maven-surefire/pull/77

[SUREFIRE-1129] JDK 5 should be the min requirements in surefire project

updating maven-plugin-plugin configuration with requirements.jdk=1.5


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Tibor17/maven-surefire s1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/maven-surefire/pull/77.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #77


commit 9a5f87c60128cdeaadb6823c86e0d47c102fc5f7
Author: Tibor17 
Date:   2014-12-26T15:52:19Z

JDK 5 should be the min requirements in surefire project




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



Re: Why is distributionManagement inside the pom?

2014-12-26 Thread Hervé BOUTEMY
Le dimanche 21 décembre 2014 21:30:49 Mirko Friedenhagen a écrit :
> Hello Benson,
> 
> we work around the distributionManagement issue for our in-house
> projects by defining a property which is picked up from Maven
> settings.xml in our department parent pom.
I suppose this works well for repository or snapshotRepository, ie what's 
absolutely necessary

But for site, there is a strong issue
http://jira.codehaus.org/browse/MSITE-604
and fixing it isn't trivial...
do you use such property with site too?

> 
> My question here: if you do not define distributionManagement (via a
> property) in a pom, all users of Maven would have to fiddle around
> with their settings to deploy anything.
> 
> 
> Regards Mirko
> --
> http://illegalstateexception.blogspot.com/
> https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
> https://bitbucket.org/mfriedenhagen/
> 
> On Sun, Dec 21, 2014 at 6:30 PM, Benson Margulies  
wrote:
> > I'd like to submit the concept that distributionManagement has
> > something in common with repositories. Here's the common event that
> > leads me to think about this:
> > 
> > 1. Find a useful open source component.
> > 2. Discover that it has a missing feature or a bug(let) that gets in
> > the way of what I want to do.
> > 3. Submit to owner, meanwhile ...
> > 4. Want to make release into my own infrastructure of fork while
> > waiting a long time for owner to absorb and release.
> > 
> > Step 4 has always felt to me like much too much work. If it's entirely
> > my infrastructure, I need to diddle with scm, distributionManagement,
> > url, and version. If I am actually making a public fork, then I've got
> > the groupId (and perhaps the package) to deal with. This case,
> > however, is outside of the scope of this message.
> > 
> > I've mulled over a maven-fork-plugin that would pom-edit for this
> > purpose, but I've also wondered about the subject line of this
> > message: should _all_ the information that concerns 'extrinsic'
> > infrastructure be factored in some way that makes all this trivial?
> > 
> > -
> > 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


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



Re: Need Jira account

2014-12-26 Thread Jörg Schaible
Benson Margulies wrote:

> Where did you see that?

Long-standing annoying story:
http://jira.codehaus.org/browse/HAUS-2323

> For codehaus, you interact with xircles
> (that's where most of the Maven jira project are).

- Jörg


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



[ANN] Apache Maven AntRun Plugin Version 1.8 Released

2014-12-26 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven AntRun Plugin, version 1.8

This plugin provides the ability to run Ant tasks from within Maven. You can
even embed your Ant scripts in the POM!

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

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


  org.apache.maven.plugins
  maven-antrun-plugin
  1.8


Release Notes - Maven AntRun Plugin - Version 1.8

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11125&version=18043

Bugs:

 * [MANTRUN-98] - multiple input tasks leads to exception
 * [MANTRUN-175] - Documentation for failOnError is wrong

Improvements:

 * [MANTRUN-191] - Update version of plexus-utils to 3.0.18
 * [MANTRUN-193] - Upgrade Maven Plugin plugin to 3.3

New Feature:

 * [MANTRUN-190] - Upgrade Ant to 1.9.x

Tasks:

 * [MANTRUN-176] - use maven-plugin-tools' java 5 annotations
 * [MANTRUN-187] - Make Plugin only 2.2.1 compatible - get rid of Maven 2.0
 * [MANTRUN-188] - MavenProject/MavenSession Injection as a paremeter instead 
as a component.


Enjoy,

-The Apache Maven team


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



[RESULT] [VOTE] Release Apache Maven AntRun Plugin version 1.8

2014-12-26 Thread Karl Heinz Marbaise

Hi,

The vote has passed with the following result:

+1 (binding): Jason van Zyl, Hervé Boutemy, Karl Heinz Marbaise
+1 (non binding): Michael Osipov

I will promote the artifacts to the central repo.

Kind regards
Karl Heinz Marbaise

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



Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-26 Thread Hervé BOUTEMY
+1

notice the plugins still document JDK 1.4 as minimum [1] [2] [3]
IIUC, the minimum is JDK 1.5, no?

please confirm and I'll update maven-plugin-plugin configuration accordingly

Regards,

Hervé

[1] 
http://maven.apache.org/surefire-archives/surefire-LATEST/maven-surefire-plugin/plugin-info.html

[2] 
http://maven.apache.org/surefire-archives/surefire-LATEST/maven-failsafe-plugin/plugin-info.html

[3] 
http://maven.apache.org/surefire-archives/surefire-LATEST/maven-surefire-report-plugin/plugin-info.html

Le mercredi 24 décembre 2014 16:03:04 tibo...@lycos.com a écrit :
> Hi,
> 
> We solved 13 issues:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&version=20
> 814
> 
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jql
> Query=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DE
> SC
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1110
> https://repository.apache.org/service/local/repositories/maven-1110/content/
> org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1-source-release.zip
> 
> Source release checksum(s):
> surefire-2.18.1-source-release.zip sha1:
> 59a04c54118e796ca3729b0376a71891d299ed9b
> 
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-LATEST/maven-surefire-plu
> gin/index.html
> http://maven.apache.org/surefire-archives/surefire-LATEST/maven-failsafe-pl
> ugin/index.html
> http://maven.apache.org/surefire-archives/surefire-LATEST/maven-surefire-re
> port-plugin/index.html
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> 
> -
> 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