Re: Plexus repos moved

2015-02-11 Thread Stephen Connolly
ping: stephenc On 9 February 2015 at 17:13, Kristian Rosenvold krosenv...@apache.org wrote: They are now all at https://github.com/codehaus-plexus The issue tracking should be closed on the sonatype clones, it does not seem like it's possible to disable pull requests. Any maven devs or

[VOTE] Release Apache Maven PDF Plugin version 1.3

2015-02-11 Thread Karl Heinz Marbaise
Hi, We solved 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11932version=18950 There are still a couple of issues left in JIRA: http://jira.codehaus.org/issues/?jql=project%20%3D%20MPDF%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC Staging

Re: Plexus repos moved

2015-02-11 Thread Grzegorz SÅ‚owikowski
Hi I see some strange differences in related repos, for example: https://github.com/sonatype/plexus-archiver - 45 releases https://github.com/codehaus-plexus/plexus-archiver - 0 releases https://github.com/sonatype/plexus-io - 36 releases https://github.com/codehaus-plexus/plexus-io - 0

[GitHub] maven pull request: [MNG-5728] Switch the default checksum policy ...

2015-02-11 Thread njuneau
GitHub user njuneau opened a pull request: https://github.com/apache/maven/pull/36 [MNG-5728] Switch the default checksum policy from warn to fail Related to JIRA issue MNG-5728 : https://jira.codehaus.org/browse/MNG-5728 regarding the default usage of the fail checksum policy.

Classloader issues

2015-02-11 Thread Petar Tahchiev
Hi there, I have the following maven project setup: master | module1 | class ClassA (has annotation @Annotation) | module2 | class ClassB (also has annotation @Annotation) and I'm building it with maven, and I use an AbstractProcessor during compilation