Re: Surefire Plugin does not handle workingDirectory in fork mode properly

2015-02-01 Thread Norbert Wnuk
SUREFIRE-1136 finally integrated, thx for the support.

Regards,
NW

On Sat, Jan 31, 2015 at 10:37 AM, Norbert Wnuk norbertw...@gmail.com
wrote:

 Hi Tibor  Andreas,
 Surefire855, it was only a remark - I was not touching it.
 New pull request attached -
 https://github.com/apache/maven-surefire/pull/84

 Regards,
 NW

 On Fri, Jan 30, 2015 at 6:16 PM, Tibor Digana tibordig...@apache.org
 wrote:

 Hi Norbert,

 Definitely we should make notes about Maven 2 limitations.
 After you have opened new PR in GitHub we would add a text in our docu.

 I had a reason to use easytesting in Surefire855 IT - it's only IT, the
 main
 code is not affected, just upgrade to JDK6. I can skip this test in JDK5,
 do
 you want me to do that? We will switch to JDK 6 in Maven 3 - I hope soon.



 --
 View this message in context:
 http://maven.40175.n5.nabble.com/Surefire-Plugin-does-not-handle-workingDirectory-in-fork-mode-properly-tp5824054p5825274.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





Re: [VOTE] Release Maven PMD Plugin version 3.4

2015-02-01 Thread twilliamson32
+1


Tom Williamson
Senior Developer
O'Reilly Automotive





From:   Michael Osipov micha...@apache.org
To: Maven Developers List dev@maven.apache.org
Date:   01/31/2015 12:05 PM
Subject:[VOTE] Release Maven PMD Plugin version 3.4



Hi,

We solved 15 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11140version=20775


There are still a couple of issues left in JIRA:
https://jira.codehaus.org/browse/MPMD-186?jql=project%20%3D%20MPMD%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC


Staging repo:
https://repository.apache.org/content/repositories/maven-1135/
https://repository.apache.org/content/repositories/maven-1135/org/apache/maven/plugins/maven-pmd-plugin/3.4/maven-pmd-plugin-3.4-source-release.zip


Source release checksum(s):
maven-pmd-plugin-3.4-source-release.zip sha1: 
d35664a952fda6eb150ae4c7f517b7e54c55340c

Staging site:
http://maven.apache.org/plugins-archives/maven-pmd-plugin-LATEST/

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

Vote open for 72 hours.

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

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



This communication and any attachments are confidential, protected by 
Communications Privacy Act 18 USCS ยง 2510, solely for the use of the 
intended recipient, and may contain legally privileged material. If you 
are not the intended recipient, please return or destroy it immediately. 
Thank you.

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 2.14 and Apache Maven Shared Resources version 2

2015-02-01 Thread Mirko Friedenhagen
+1, SHA1SUMs match, tested with some per projects.
Regards Mirko
--
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
https://bitbucket.org/mfriedenhagen/


On Sun, Feb 1, 2015 at 5:00 PM, Dennis Lundberg denn...@apache.org wrote:
 Hi,

 We solved 14+1 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127styleName=Htmlversion=20631
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761styleName=Htmlversion=17347

 There are still a couple of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11127status=1

 Staging repo:
 https://repository.apache.org/content/repositories/maven-1136/
 https://repository.apache.org/content/repositories/maven-1136/org/apache/maven/plugins/maven-checkstyle-plugin/2.14/maven-checkstyle-plugin-2.14-source-release.zip
 https://repository.apache.org/content/repositories/maven-1136/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2-source-release.zip

 Source release checksum(s):
 maven-checkstyle-plugin-2.14-source-release.zip sha1:
 754322b5174a050fdc6740869e5ffc2104ff5f05
 maven-shared-resources-2-source-release.zip sha1:
 57ce43be6eda511371d30395abb3e3e8f2580f4c


 Staging sites:
 http://maven.apache.org/plugins-archives/maven-checkstyle-plugin-LATEST/
 http://maven.apache.org/shared-archives/maven-shared-resources-LATEST/

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

 Vote open for 72 hours.

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


 --
 Dennis Lundberg

 -
 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



[GitHub] maven-plugins pull request: Update error-prone integration test

2015-02-01 Thread cushon
GitHub user cushon opened a pull request:

https://github.com/apache/maven-plugins/pull/43

Update error-prone integration test

EmptyIf is no longer one of the default errors, use DeadException
instead.

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

$ git pull https://github.com/cushon/maven-plugins errorprone-fix

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

https://github.com/apache/maven-plugins/pull/43.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 #43


commit 4055cba894d8b2a451efee4374109a2c943e0e15
Author: Liam Miller-Cushon cus...@google.com
Date:   2015-02-02T03:28:52Z

Update error-prone integration test

EmptyIf is no longer one of the default errors, use DeadException
instead.




---
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: [jira] (MSTAGE-10) Adds support for non-CommandExecutor Wagon implementations

2015-02-01 Thread Olivier Lamy
Project retired??
Where is the vote for that?

I'm using it sometimes so I will be very happy to not see it retired...

Cheers
Olivier

On 1 February 2015 at 09:08, Michael Osipov (JIRA) j...@codehaus.org
wrote:


  [
 https://jira.codehaus.org/browse/MSTAGE-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

 Michael Osipov closed MSTAGE-10.
 

 Resolution: Won't Fix

 Project has been retired, closing as won't fix.

  Adds support for non-CommandExecutor Wagon implementations
  --
 
  Key: MSTAGE-10
  URL: https://jira.codehaus.org/browse/MSTAGE-10
  Project: Maven Stage Plugin
   Issue Type: Improvement
 Affects Versions: 1.0-alpha-1
 Reporter: Jacob Robertson
  Attachments: maven-stage-plugin.patch
 
 
  Here's a patch to generalize support for all Wagon implementations.
 Note that we can't presume that repository uploading is batched, so it
 iterates one at a time.  We have been using this patched version
 successfully.



 --
 This message was sent by Atlassian JIRA
 (v6.1.6#6162)




-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [jira] (MSTAGE-10) Adds support for non-CommandExecutor Wagon implementations

2015-02-01 Thread Michael Osipov

Am 2015-02-02 um 03:35 schrieb Olivier Lamy:

Project retired??
Where is the vote for that?

I'm using it sometimes so I will be very happy to not see it retired...


Salut Olivier,

I have performed a cleanup on JIRA in the last couple of days. Moreover, 
I have prepared a list of projects I'd like to propose for retirement 
which have not been updated for several years. Don't worry, I will cast 
the vote.


If you thing anyone is going to solve that issue and push a release 
anytime soon, reopen it.


Michael


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