Maven Shade Plugin jars, unable to read manifest

2012-09-14 Thread Jeffrey Brekke
I've checked the issues and didn't see this particular problem documented. When the shade plugin generates a jar comprised of all the classes, the META-INF/MANIFEST.MF directory and file are lowercased. The specifications as I have read them state the case doesn't matter, but along with the lower

release maven-javadoc-plugin 2.9

2012-09-14 Thread Benson Margulies
I had a party this evening and closed a handful of jiras, some by fixes, some by invalidity. Anyone have anything else they want to do before a release? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional co

[RESULT] [VOTE] Release Maven Changes Plugin version 2.8

2012-09-14 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): Hervé Boutemy, Olivier Lamy, Robert Scholte, Dennis Lundberg +1 (non binding): Tony Chemit I will promote the artifacts to the central repo. On 2012-09-11 21:55, Dennis Lundberg wrote: > Hi, > > We solved 6 issues: > http://jira.

Re: [VOTE] Release Maven Changes Plugin version 2.8

2012-09-14 Thread Dennis Lundberg
+1 from me On 2012-09-11 21:55, Dennis Lundberg wrote: > Hi, > > We solved 6 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11212&styleName=Html&version=18484 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=tr

Re: Plan for git migration

2012-09-14 Thread Baptiste MATHUS
For the record, I just tested a fresh clean install using the svn repository for git failing tags maven-release-3, 4 & 5: that's almost good news, they're also failing there. Cheers 2012/9/13 Baptiste MATHUS > Hi, > Don't know if we need more complete verifications, but here's what I just > fou

Re: svn commit: r1384747 - in /maven/shared/trunk/maven-shared-utils/src: main/java/org/apache/maven/shared/utils/io/DirectorySnapshotScanner.java test/java/org/apache/maven/shared/utils/io/DirectoryS

2012-09-14 Thread Romain Manni-Bucau
SavePoint? Le 14 sept. 2012 20:04, "Anders Hammar" a écrit : > Yes, "Snapshot" is not good. "PointInTime"? > > /Anders > On Fri, Sep 14, 2012 at 3:03 PM, Mark Struberg wrote: > > Hi! > > > > If anyone has a better name for the 'DirectorySnapshotScanner' I would > be happy to rename it. > > > > >

Re: svn commit: r1384747 - in /maven/shared/trunk/maven-shared-utils/src: main/java/org/apache/maven/shared/utils/io/DirectorySnapshotScanner.java test/java/org/apache/maven/shared/utils/io/DirectoryS

2012-09-14 Thread Anders Hammar
Yes, "Snapshot" is not good. "PointInTime"? /Anders On Fri, Sep 14, 2012 at 3:03 PM, Mark Struberg wrote: > Hi! > > If anyone has a better name for the 'DirectorySnapshotScanner' I would be > happy to rename it. > > > What it makes: it takes a snapshot capture of a directory structure and > com

[ANN] Apache Maven Scm publish Plugin 1.0-beta-1

2012-09-14 Thread Olivier Lamy
Hi, The Apache Maven Team is pleased to announce the first release of the SCM Publish Plugin 1.0-beta-1 The maven-scm-publish-plugin is a utility plugin to allow publishing Maven website to any supported SCM (mostly tested on subversion and git included gh-pages). The primary goal was to have an u

Re: Release of Maven Indexer 5.0

2012-09-14 Thread Manfred Moser
On Thu, September 13, 2012 7:05 pm, Chris Graham wrote: > On Thu, Sep 13, 2012 at 2:04 PM, Manfred Moser > wrote: >> I think that the cost is only so high because companies keep waiting >> until >> it is too painful. If you constantly keep upgrading a bit here and there >> and stay up to date with

[RESULT][VOTE] Apache Maven SCM Publish Plugin beta-1

2012-09-14 Thread Olivier Lamy
Hi, The vote has passed with the following result: +1 (binding): Deng Ching, Hervé Boutemy, Olivier Lamy +1 (non binding): Tony Chemit. I will finish the release process. Thanks -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: svn commit: r1384747 - in /maven/shared/trunk/maven-shared-utils/src: main/java/org/apache/maven/shared/utils/io/DirectorySnapshotScanner.java test/java/org/apache/maven/shared/utils/io/DirectoryS

2012-09-14 Thread Mark Struberg
Hi! If anyone has a better name for the 'DirectorySnapshotScanner' I would be happy to rename it. What it makes: it takes a snapshot capture of a directory structure and compares it with another snapshot capture of that directory to calculate a diff (files added/removed) Not sure though if t

Re: [VOTE] Release Maven Indexer version 5.0.0

2012-09-14 Thread Vincent Siveton
+1 but same comments. V. 2012/9/13 Hervé BOUTEMY : > +1 > > but there is no site? > > Regards, > > Hervé > > Le mercredi 12 septembre 2012 20:20:24 Tamás Cservenák a écrit : >> Hi, >> >> We solved 6 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=187 >> 22 >> >

Re: Wierd archive deployed?

2012-09-14 Thread Benson Margulies
On Thu, Sep 13, 2012 at 10:15 PM, Chris Graham wrote: > :-) [Trying...too...resist...the...urge...to...say...use...eclipse...] I used to. Anyway, luckily for us, the newer versions of the toolchain jar do not upset them, so I updated m-j-p's dependency. > > But seriously, a Zip file has "direc

Re: Proposal for new git-workspace-plugin

2012-09-14 Thread Kristian Rosenvold
2012/9/14 Olivier Lamy : > As far I can see most git beginners use git as they use svn. (hey do > you remember when you started git and fully break your local clone > trying to merge some local branches: don't say to me it never happened > :-) ) I crashed and burned. Badly. Multiple times. > So o

Re: Proposal for new git-workspace-plugin

2012-09-14 Thread Olivier Lamy
Hi, 2012/9/14 Kristian Rosenvold : > I updated the docs at > https://cwiki.apache.org/confluence/display/MAVEN/git-workspace-plugin > to include a branch/branchless strategy. > > A branch based strategy is real badass if you're comfortable with > branches. Arguably most git n00bs are not used to a

Re: Proposal for new git-workspace-plugin

2012-09-14 Thread Kristian Rosenvold
I updated the docs at https://cwiki.apache.org/confluence/display/MAVEN/git-workspace-plugin to include a branch/branchless strategy. A branch based strategy is real badass if you're comfortable with branches. Arguably most git n00bs are not used to a version control system with a well functioning