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
Hi,
We solved 9 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11932&version=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
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 releases
ping: stephenc
On 9 February 2015 at 17:13, Kristian Rosenvold
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 existing committers
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
compilatio