Re: [VOTE] Release Apache Maven Shared Component: Maven Archiver 3.0.2

2016-04-27 Thread Anders Hammar
+1 /Anders On Wed, Apr 27, 2016 at 7:57 PM, Karl Heinz Marbaise wrote: > Hi, > > We solved 1 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12335563 > > Staging repo: > https://repository.apache.org/content/repositories/maven-1264 > > > https://rep

Re: Archetype Maven On Windows Is Searching for BAT file

2016-04-27 Thread Robert Scholte
I've fixed ARCHETYPE-488 Robert On Wed, 27 Apr 2016 12:39:14 +0200, Petar Tahchiev wrote: Thanks Stuart, that sounds like it. 2016-04-27 12:32 GMT+02:00 Stuart McCulloch : Sounds like https://issues.apache.org/jira/browse/ARCHETYPE-488 On Wednesday, 27 April 2016 at 11:17, Petar Tahch

[VOTE] Release Apache Maven Shared Component: Maven Archiver 3.0.2

2016-04-27 Thread Karl Heinz Marbaise
Hi, We solved 1 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12335563 Staging repo: https://repository.apache.org/content/repositories/maven-1264 https://repository.apache.org/content/repositories/maven-1264/org/apache/maven/maven-archiver/3.0.2/mave

[CANCELD] [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Karl Heinz Marbaise
Hi, based on the found regression I cancel the VOTE... Starting maven-archiver 3.0.2 release to fix the issue and respin afterwards Maven Jar Plugin.. On 4/25/16 8:36 PM, Karl Heinz Marbaise wrote: Hi, We solved 20 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=1231

Re: Maven Web Site

2016-04-27 Thread Jon Harper
Hi Karl, congratulations on improving fluido and releasing fluido 1.5 in february. I tried enabling Bootstrap's 2 responsive mode on https://maven.apache.org and I thought that it was better than the current version. Please see a demo here: http://jonenst.github.io/maven-site/ . I also added previ

Re: Re: [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Anders Hammar
On Wed, Apr 27, 2016 at 3:17 PM, Anders Hammar wrote: > Fixed. Now we need a 3.0.2 release of maven-archiver. > MJAR-218 created to track this. /Anders > > /Anders > > On Wed, Apr 27, 2016 at 2:53 PM, Anders Hammar wrote: > >> MSHARED-296 is something else. I'm talking about the manifest fil

Re: Re: [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Anders Hammar
Fixed. Now we need a 3.0.2 release of maven-archiver. /Anders On Wed, Apr 27, 2016 at 2:53 PM, Anders Hammar wrote: > MSHARED-296 is something else. I'm talking about the manifest file. Se > MSHARED-513 for more info. I'll fix it. > > /Anders > > On Wed, Apr 27, 2016 at 2:30 PM, Michael Osipov

Re: Re: [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Anders Hammar
MSHARED-296 is something else. I'm talking about the manifest file. Se MSHARED-513 for more info. I'll fix it. /Anders On Wed, Apr 27, 2016 at 2:30 PM, Michael Osipov <1983-01...@gmx.net> wrote: > > > -1 > > There seems to be a regression where the Created-By line in the manifest > > now doesn't

Re: Re: [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Michael Osipov
> -1 > There seems to be a regression where the Created-By line in the manifest > now doesn't specify the Maven version but just "Apache Maven". I'll try to > figure out how this has happened. But it should...MSHARED-296 > On Wed, Apr 27, 2016 at 9:04 AM, Mirko Friedenhagen > wrote: > > > +1 f

Re: [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Anders Hammar
I observed this when verifying manually. There is no test of this in the plugin's ITs as this should be verified/tested as part of maven-archiver releases. There are unit tests there, which should have found this. But those tests were wrong. Problem located: https://issues.apache.org/jira/browse/M

Re: [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Karl Heinz Marbaise
Hi Anders, On 4/27/16 1:24 PM, Anders Hammar wrote: -1 There seems to be a regression where the Created-By line in the manifest now doesn't specify the Maven version but just "Apache Maven". I'll try to figure out how this has happened. Does that happen in running the release with the integrati

Re: [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Anders Hammar
-1 There seems to be a regression where the Created-By line in the manifest now doesn't specify the Maven version but just "Apache Maven". I'll try to figure out how this has happened. /Anders On Wed, Apr 27, 2016 at 9:04 AM, Mirko Friedenhagen wrote: > +1 from me, tested with some projects. >

Re: Archetype Maven On Windows Is Searching for BAT file

2016-04-27 Thread Petar Tahchiev
Thanks Stuart, that sounds like it. 2016-04-27 12:32 GMT+02:00 Stuart McCulloch : > Sounds like https://issues.apache.org/jira/browse/ARCHETYPE-488 > > On Wednesday, 27 April 2016 at 11:17, Petar Tahchiev wrote: > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-archetype-plug

Re: Archetype Maven On Windows Is Searching for BAT file

2016-04-27 Thread Stuart McCulloch
Sounds like https://issues.apache.org/jira/browse/ARCHETYPE-488 On Wednesday, 27 April 2016 at 11:17, Petar Tahchiev wrote: > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-archetype-plugin:2.4:create-from-project > (default-cli) on project samplestore: Error configuring command

Re: Archetype Maven On Windows Is Searching for BAT file

2016-04-27 Thread Petar Tahchiev
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create-from-project (default-cli) on project samplestore: Error configuring command-line. Reason: Maven executable not found at: C:\apache\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin\mvn.bat -> [Help 1] It is look

Archetype Maven On Windows Is Searching for BAT file

2016-04-27 Thread Petar Tahchiev
Hi guys, I'm on windows 10 now (yeah I know). I have a project and I want to generate archetype out of it. I do the command that works on linux but now it gives this: -- Regards, Petar! Karlovo, Bulgaria. --- Public PGP Key at: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x19658550C311

Re: [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Mirko Friedenhagen
+1 from me, tested with some projects. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Wed, Apr 27, 2016 at 8:27 AM, Karl Heinz Marbaise wrote: > Here is my +1 > > Kind regard