Re: Assembly plugin duplicate file resolution

2014-10-30 Thread Anders Hammar
Wouldn't it make sense to fail the build in case of this instead? As I see it, there's something wrong in the descriptor and it should be fixed. Also, doing this change (intead of just altering the algorithm) would make the plugin upgrade better (no suprises in the result). A failed build with a

Get hold of MavenProject object of a module in a multi-module build

2014-10-29 Thread Anders Hammar
I'm trying to create a unit test for MSHARED-361, but I can't figure out how I get hold of the MavenProject object of one of the modules in a multi-module build. Anyone with a pointer or a hint on where this is done in some other unit test? /Anders

Re: Get hold of MavenProject object of a module in a multi-module build

2014-10-29 Thread Anders Hammar
On 2014-10-29, 10:09, Anders Hammar wrote: I'm trying to create a unit test for MSHARED-361, but I can't figure out how I get hold of the MavenProject object of one of the modules in a multi-module build. Anyone with a pointer or a hint on where this is done in some other unit test? /Anders

Re: Get hold of MavenProject object of a module in a multi-module build

2014-10-29 Thread Anders Hammar
/eclipse/tycho/testing/ AbstractTychoMojoTestCase.java -- Regards, Igor On 2014-10-29, 10:09, Anders Hammar wrote: I'm trying to create a unit test for MSHARED-361, but I can't figure out how I get hold of the MavenProject object of one of the modules in a multi-module build. Anyone

Re: Get hold of MavenProject object of a module in a multi-module build

2014-10-29 Thread Anders Hammar
I would conclude not to use Maven 2 from that ;-) Well, not an option for maven-shared libs. (at least not yet) /Anders Anders Hammar wrote on 29.10.2014 08:18: Unfortunately, maven-plugin-testing-harness v3.1.0 (where readMavenProject was added) is too high of a Java version

Re: [VOTE] Release Maven Archiver version 2.6

2014-10-29 Thread Anders Hammar
+1 non-binding Regression testing performed by upgrading dependency and executing ITs of * maven-assembly-plugin * maven-ear-plugin * maven-jar-plugin * maven-war-plugin /Anders /Anders On Wed, Oct 29, 2014 at 8:16 PM, Michael Osipov micha...@apache.org wrote: Am 2014-10-26 um 22:06 schrieb

Re: Proposal: Ease the usage of Failsafe

2014-10-28 Thread Anders Hammar
The answer is on the index page of the failsafe plugin [1]. If you use the Surefire Plugin for running tests... /Anders [1] http://maven.apache.org/surefire/maven-failsafe-plugin/ On Tue, Oct 28, 2014 at 3:18 PM, Paul Benedict pbened...@apache.org wrote: I have always used surefire for

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread Anders Hammar
Kristian, The plugin's site says v2.6-SNAPSHOT. /Anders On Mon, Oct 27, 2014 at 5:50 AM, Kristian Rosenvold kristian.rosenv...@zenior.no wrote: The Apache Maven team is pleased to announce the release of the long-awaited Apache Maven Assembly Plugin, version 2.5. The Assembly Plugin for

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread Anders Hammar
Also, the plugins index page is not updated with the new version. /Anders On Mon, Oct 27, 2014 at 7:34 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Yeah I just saw that, I'm working on it... ;) K 2014-10-27 7:31 GMT+01:00 Anders Hammar and...@hammar.net: Kristian

Re: Next Maven prerequisite for Maven Plugins

2014-10-13 Thread Anders Hammar
) that include m2e 1.4.x or earlier, which is based on Maven 3.0.4. Do we really want to disqualify those users? /Anders thanks, Robert Op Mon, 13 Oct 2014 07:48:11 +0200 schreef Anders Hammar and...@hammar.net: Personally I have a problem with a Maven 3.0.5 requirement. The reason

Re: Next Maven prerequisite for Maven Plugins

2014-10-12 Thread Anders Hammar
Personally I have a problem with a Maven 3.0.5 requirement. The reason is that there are IDEs out there that is based on Maven 3.0.4. Also, IIRC there was just a very minor (code wise) difference between Maven 3.0.5 and 3.0.4, so requiring 3.0.5 (instead of 3.0.4) wouldn't give us much. Having

Re: Zip file default encoding

2014-10-10 Thread Anders Hammar
As this is a step towards reproducable builds I see this as a good thing. Depending on platform defaults should be punished...:-) /Anders On Fri, Oct 10, 2014 at 8:26 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Currently plexus-archiver uses platform encoding for zip file

Re: [VOTE] Release Maven Javadoc Plugin version 2.10.1

2014-09-29 Thread Anders Hammar
me too. :-) /Anders On Mon, Sep 29, 2014 at 8:55 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: I moved the fix to 2.11. Kristian 2014-09-29 8:50 GMT+02:00 Mikolaj Izdebski mizde...@redhat.com: On 09/27/2014 04:34 PM, Michael Osipov wrote: We solved 3 issues:

Re: [DISCUSS] Move everything to 1.6

2014-09-27 Thread Anders Hammar
1.6 is fine by me. Working actively with a customer using IBM's JDK 1.6, which is still supported by IBM, will make me vote -1 on a move to 1.7 currently. /Anders On Sat, Sep 27, 2014 at 8:01 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi Kristian, On 9/27/14 7:23 PM, Kristian Rosenvold

Re: [VOTE] Release Apache Parent POM version 15

2014-09-23 Thread Anders Hammar
Is it safe/good to upgrade to m-javadoc-p v2.10, as there has been several reported issues [1] [2] [3]? We don't want to cause a lot of issues for apache projects. [1] http://jira.codehaus.org/i#browse/MJAVADOC-407 [2] http://jira.codehaus.org/i#browse/MJAVADOC-408 [3]

Re: [VOTE] Release Apache Parent POM version 15

2014-09-23 Thread Anders Hammar
My view is that we should soak plugin updates in the Maven project pom for at least 5 releases or 1 month (whichever is sooner) before promoting up to the ASF parent. I agree and that's why I asked about m-javadoc-p v2.10 which was just recently released and it seems as it has cause some

Re: java_home detection bug in maven 3.2.3

2014-09-18 Thread Anders Hammar
To file a ticket at jira.c.o, you first need to create an account at http://xircles.codehaus.org/. Please file this bug report to make sure it gets handled. /Anders On Thu, Sep 18, 2014 at 9:31 AM, Ye Xianjin advance...@gmail.com wrote: Hi, Developers: I found this bug today on Mac OS

Re: Plexus Archiver / Plexus Components

2014-09-11 Thread Anders Hammar
When/if we move these components I assume they will get a new groupId? Will that not cause issues with duplicated plexus libraries (due to two different sets of GA) until everything has moved over to the new dependencies? /Anders On Thu, Sep 11, 2014 at 8:10 AM, Hervé BOUTEMY

Re: [VOTE] Release Apache Maven Invoker Plugin version 1.8.1

2014-06-28 Thread Anders Hammar
Sounds more as a version 1.9 to me than a bug fix. It contains new features and improvements. /Anders (mobile) Den 27 jun 2014 22:57 skrev Karl Heinz Marbaise khmarba...@gmx.de: Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=11441version=18996 There

Re: maven site - Page Not Found

2014-06-28 Thread Anders Hammar
Please remember that there are links in the Readme file of the distro as well! Those should continue to work for released releases. /Anders (mobile) Den 28 jun 2014 04:26 skrev Jason van Zyl ja...@takari.io: I'll fix the rest of it tonight/tomorrow. Most of the release notes are not really

Re: [VOTE] Release Apache Maven Invoker Plugin version 1.8.1

2014-06-28 Thread Anders Hammar
It's up to you as the release manager. But I would prefer it to be v1.9. /Anders (mobile) Den 28 jun 2014 10:46 skrev Karl Heinz Marbaise khmarba...@gmx.de: Hi Anders, Sounds more as a version 1.9 to me than a bug fix. It contains new features and improvements. Unfortunately you are

Re: Thoughts on MNG-3522

2014-06-12 Thread Anders Hammar
Having said that, I think having both before and after attributes will make configuration easier in some cases, but I still think all ordering can be expressed just with dependsOf (which is the same as after). Let's say you're not in control of the pom where the plugin binding is declared,

Re: Thoughts on MNG-3522

2014-06-12 Thread Anders Hammar
think). -- Regards, Igor On 2014-06-12, 2:23, Anders Hammar wrote: Having said that, I think having both before and after attributes will make configuration easier in some cases, but I still think all ordering can be expressed just with dependsOf (which is the same as after). Let's

Re: Thoughts on MNG-3522

2014-06-12 Thread Anders Hammar
Sorry, my bad. I meant the binding in the child to be BEFORE the one on the parent. I can't alter the declaration in the parent in my scenario as I'm not on control of it. /Anders (mobile) Den 12 jun 2014 22:19 skrev Anders Hammar and...@hammar.net: Child modules can add configuration to mojo

Re: Not able to download artifact java-ee-apis from com.ibm.websphere

2014-04-28 Thread Anders Hammar
This type of question should be addressed to the user mailing list. This dev list is for the development of Maven itself. /Anders On Mon, Apr 28, 2014 at 10:22 AM, suhaslonarkar suhaslonar...@gmail.comwrote: Hi Team, I am having trouble to download artifact java-ee-apis from from

Re: [Maven 4.0.0] Removing ability for plugins to dynamically inject dependencies

2014-04-07 Thread Anders Hammar
I believe he's talking about what's mentioned here (see the asterix): http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope /Anders On Mon, Apr 7, 2014 at 9:37 AM, Lennart Jörelid lennart.jore...@gmail.comwrote: I don't understand the

Re: Mixins as an aspect-oriented DRY tool

2014-04-01 Thread Anders Hammar
Here's the wiki page covering Maven 4: https://cwiki.apache.org/confluence/display/MAVEN/Maven+4.0.0 /Anders On Tue, Apr 1, 2014 at 10:42 AM, Alexander Kriegisch alexan...@kriegisch.name wrote: Dear developers, I guess at least since 2008 Jason had the idea to implement Maven mixins, i.e.

Re: Mixins as an aspect-oriented DRY tool

2014-04-01 Thread Anders Hammar
for version 4). Should I assume that it's done when it's done? - Is v4 being worked on already or is in the conceptual stage? - If I want to offer help testing mixin prototypes/betas, how do I learn when/how to contribute? Regards -- Alexander Kriegisch Anders Hammar schrieb

Re: Operating system requirement

2014-03-30 Thread Anders Hammar
Handled in ticket MNG-5610. /Anders On Fri, Mar 28, 2014 at 4:47 PM, sebb seb...@gmail.com wrote: On 28 March 2014 12:09, Anders Hammar and...@hammar.net wrote: The requirements also says: Disk No minimum requirement. Approximately 100MB will be used for your local repository, however

Re: retirement of maven-reactor-plugin

2014-03-30 Thread Anders Hammar
Remove it from the Apache repo before it is synced to central? Not sure who has the privs to do that though. /Anders (mobile) Den 30 mar 2014 16:59 skrev Karl Heinz Marbaise khmarba...@gmx.de: Hi i made mistake during the retiring of the plugin, i have created a final release of that plugin,

Re: Operating system requirement

2014-03-30 Thread Anders Hammar
simplifies out to maven + pluginsAndTheirDeps ~= 100? Too much said, but the inaccuracy in this thread was too much, also. On Sun, Mar 30, 2014 at 10:31 PM, Anders Hammar and...@hammar.net wrote: Handled in ticket MNG-5610. /Anders On Fri, Mar 28, 2014 at 4:47 PM, sebb seb...@gmail.com

Re: Jenkins job stability: was Re: [MNG-5551] Java 8 + Maven status

2014-03-28 Thread Anders Hammar
Well, the Windows IT build [1] has failed constantly for over a month. :-( /Anders [1] https://builds.apache.org/view/M-R/view/Maven/job/core-it-maven-3-win/ On Fri, Mar 28, 2014 at 12:32 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello, as a fresh subscriber to notifications I

Re: Operating system requirement

2014-03-28 Thread Anders Hammar
The requirements also says: Disk No minimum requirement. Approximately 100MB will be used for your local repository, however this will vary depending on usage ... AFAICT there _is_ a minimum requirement which is needed to store a basic set of plugins. And of course there is the Maven

Re: Maven 3.2.1 release notes

2014-03-28 Thread Anders Hammar
Make sure to use the existing URL of http://maven.apache.org/release-notes.html to get to the starting point of this. This URL is found in our distros as well as on the site. /Anders On Tue, Mar 25, 2014 at 5:13 AM, Jason van Zyl ja...@takari.io wrote: If no one else minds I'll convert it all

Re: Operating system requirement

2014-03-26 Thread Anders Hammar
from users via a Google form? Maven version, OS and JDKs as checkboxes come to my mind :-) I would guess Windows NT is not used that often nowadays (at least for Java development). Regards Mirko -- Sent from my mobile On Mar 25, 2014 10:42 PM, Anders Hammar and...@hammar.net wrote

Operating system requirement

2014-03-25 Thread Anders Hammar
Under requirements [1], we're stating the following: No minimum requirement. On Windows, Windows NT and above or Cygwin is required for the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X. What exactly are we trying to say with the On Windows, Windows NT and above or Cygwin is

Re: [VOTE] Retire Maven Reactor Plugin

2014-03-23 Thread Anders Hammar
+1 /Anders On Sat, Mar 22, 2014 at 10:52 PM, Karl Heinz Marbaise khmarba...@gmx.dewrote: Hi, based on the decision we have made on the 18. february 2014 to define End Of Life of Maven 2 http://maven.apache.org/maven-2.x-eol.html I would suggest to retire the Maven Reactor Plugin. The

Re: Releasing maven-buildnumber-plugin as-is?

2014-03-18 Thread Anders Hammar
It's a Codehaus Mojo plugin so you should post to that dev list instead. /Anders Den 18 mar 2014 15:30 skrev Baptiste Mathus bmat...@batmat.net: Hi, There seems to be a need for a release for buildnumber with @threadSafe added. https://jira.codehaus.org/browse/MBUILDNUM-115 and its dups.

Re: Releasing maven-buildnumber-plugin as-is?

2014-03-18 Thread Anders Hammar
Attach a patch to the ticket and I'm sure Baptiste, or someone else, can apply it before release. /Anders On Tue, Mar 18, 2014 at 8:17 PM, Michael Osipov micha...@apache.org wrote: Am 2014-03-18 15:29, schrieb Baptiste Mathus: Hi, There seems to be a need for a release for buildnumber

Re: Welcome Mirko Friedenhagen to the Apache Maven Team

2014-03-17 Thread Anders Hammar
Welcome Mirko! /Anders On Mon, Mar 17, 2014 at 8:53 PM, Robert Scholte rfscho...@apache.orgwrote: Hi, On behalf of the Apache Maven PMC I am pleased to announce that Mirko Friedenhagen (mfriedenhagen) has been voted in as a new Apache Maven committer. Mirko, welcome on board and have a

Re: maven-assembly-plugin / Maven default folder layout

2014-03-09 Thread Anders Hammar
Sounds good to me. /Anders On Sun, Mar 9, 2014 at 9:02 PM, Karl Heinz Marbaise khmarba...@gmx.dewrote: So based on the discussion could we go with the following: /src/main * are files required during compile time (production) /src/test * are files required during test time (unit

Re: Maven Apache Org Download Pages

2014-02-25 Thread Anders Hammar
There are instructions on the dev page. I'm on a phone right now so can't provide link. /Anders (mobile) Den 26 feb 2014 08:00 skrev Karl Heinz Marbaise khmarba...@gmx.de: Hi, I have fixed it in the SVN ..can someone roll out this ? Or can i do this myself ? If yes how? Kind regards

Re: Release notes for 3.2.1 lost on the Maven homepage

2014-02-24 Thread Anders Hammar
I had a look at the Download page and the JDK requirements incorrectly states 1.5. It should be 1.6 for Maven 3.2.x. I've fixed this now. /Anders /Anders On Mon, Feb 24, 2014 at 5:53 AM, Jason van Zyl ja...@takari.io wrote: I just published the site with the ref docs and the updated

Re: [DISCUSS] Adopt a version policy and a support policy to go with it.

2014-02-24 Thread Anders Hammar
First, thanks Stephen (and others) for working on this. I think it's very important that we use version numbers consistently and also communicate what they mean to our users. We should also be very clear with what to expect. I agree with Dennis and Brett here, I think we could simplify by just

Re: Branch the parent pom hierarchy for Java 1.6 + Maven 3

2014-02-23 Thread Anders Hammar
+1 (possibly set the deps to 3.0.4 instead, and not 3.0.5) I don't think we need to branch the parent poms. That will just create unnecessary complexity. As you pointed out, plugins can continue to use the Q-1 version of the parent if the want to go with 2.x-compat (and add/override plugin

Re: Release notes for 3.2.1 lost on the Maven homepage

2014-02-23 Thread Anders Hammar
I had a look at the Download page and the JDK requirements incorrectly states 1.5. It should be 1.6 for Maven 3.2.x. /Anders On Mon, Feb 24, 2014 at 5:53 AM, Jason van Zyl ja...@takari.io wrote: I just published the site with the ref docs and the updated release notes. I don't know how long

Re: What is in a version? (was Towards faster releases)

2014-02-19 Thread Anders Hammar
Thanks for bringing this up, Stephen! My +1 goes to backwards-compatible bug fixes (only) in a bugfix/patch release. If we could decide (whatever we decide) what changes goes into what sort of release, I think that would help the community a lot. I personally think that re-using somehting like

Re: Q: Maven Toolchain

2014-02-19 Thread Anders Hammar
One thing it can be used for is to define a different JDK to be used (than the one used for executing Maven itself). More info here: http://maven.apache.org/guides/mini/guide-using-toolchains.html /Anders On Wed, Feb 19, 2014 at 7:12 PM, Karl Heinz Marbaise khmarba...@gmx.dewrote: Hi, maybe

Re: Maven Issue - pluginManagement - build Area Plugin

2014-02-14 Thread Anders Hammar
Right. It seems no one knows where the source is. I think this is better to discuss in the JIRA ticket. It's not for this list. I'm sure that e.g. the Mojo team could take responsibility of codehaus-parent. Just need Ben to set up a repo. /Anders On Fri, Feb 14, 2014 at 9:09 AM, Baptiste

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-13 Thread Anders Hammar
You should use the Maven users mailing list. This list is for developing Maven itself. Info here: http://maven.apache.org/mail-lists.html /Anders On Thu, Feb 13, 2014 at 10:30 AM, Henrik Skriver Rasmussen skrive...@gmail.com wrote: Hi Apologies for posting in a too general mailing list but

Re: [VOTE] Maven 2.x is end of life

2014-02-13 Thread Anders Hammar
+1 /Anders On Thu, Feb 13, 2014 at 4:14 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: We have not made a release of Maven 2.x since 2.2.1 which was August 2009. During that period no release manager has stepped up to cut a release. I would argue that we should just

Re: Respinned releases and versions Re: [VOTE] Release Maven 3.2.0

2014-02-12 Thread Anders Hammar
Clarification to 2): Sonatype uses the x.y.z-b version scheme (dash, not underscore) which works with Maven's suggsted version syntax. This is also the syntax I use for all customers I work with and that use staging. The 'b' is the release build, which starts on '1' and is incremented for each new

Re: Maven Issue - pluginManagement - build Area Plugin

2014-02-12 Thread Anders Hammar
I reported this Codehaus parent issue a long time ago (HAUS-2245 [1]). Unfortunately the codehaus-parent seems to be in a unmaintained state. /Anders [1] http://jira.codehaus.org/i#browse/HAUS-2245 On Wed, Feb 12, 2014 at 9:07 PM, Karl Heinz Marbaise khmarba...@gmx.dewrote: Hi, i have a

Re: Settings.xml nonProxyHosts Requires pipe-delimiter rather than commas

2014-02-12 Thread Anders Hammar
It would be great if you could file a JIRA ticket so that the docs can be fixed, see [1]! Use the website JIRA project. /Anders [1] http://maven.apache.org/issue-tracking.html On Thu, Feb 13, 2014 at 12:05 AM, Barnett, Ian ian.barn...@lmco.com wrote: I develop behind a proxy. Some of our

Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-29 Thread Anders Hammar
I think this also calls for an request for improvement to Atlassian. That text should be configurable. /Anders On Wed, Jan 29, 2014 at 10:51 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: FYI, when you go to jira.codehaus.org, the System Dashboard has two boxes at the top...

Re: [PATCH] Allow spaces in javadoc exclude list

2014-01-29 Thread Anders Hammar
stephen.alan.conno...@gmail.com wrote: Ben seems confident he can use jquery to fix it... On 29 January 2014 09:55, Anders Hammar and...@hammar.net wrote: I think this also calls for an request for improvement to Atlassian. That text should be configurable. /Anders On Wed, Jan 29, 2014

Re: Closing as Won't Fix and Fix Version combo

2014-01-29 Thread Anders Hammar
I agree. /Anders (mobile) Den 29 jan 2014 18:24 skrev Paul Benedict pbened...@apache.org: At times, we close issues as Won't Fix but leave the version number on it. I can understand why someone might do that, but I think it creates more confusion than good. For example, we publish the JIRA

Re: JIRA Cleanup

2014-01-20 Thread Anders Hammar
+1 on clean up if we communicate this (and explain why). 0 on move /Anders On Mon, Jan 20, 2014 at 6:53 PM, Dominik Bartholdi d...@fortysix.ch wrote: +1 cleanup is a really good idea! On 20.01.2014, at 18:50, Arnaud Héritier aherit...@gmail.com wrote: +1 with a jira cleanup (but

Re: 3.2.0 Bug Scrub

2014-01-07 Thread Anders Hammar
Sounds good to me. /Anders On Tue, Jan 7, 2014 at 1:43 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: AFAIU this is the current list of bugs:

Re: 3.2.0 Bug Scrub

2014-01-07 Thread Anders Hammar
I stepped up big time and moved MNG-5356 (Make encrypt/decrypt logic pluggable) to the 4.x list. :-) /Anders On Tue, Jan 7, 2014 at 4:25 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: OK we are now at 38 open issues anyone else feel like scrubbing some more? On 7

Re: 3.2.0 Bug Scrub

2014-01-07 Thread Anders Hammar
* http://jira.codehaus.org/browse/MNG-5356 Make encrypt/decrypt logic pluggable Seems like something that could be in scope. Any takers? We already have a (I think) working fix for this in the git repo linked to in the comments. However, jvz suggested moving this to a separate component

Re: [VOTE] Release Maven JarSigner 1.3 and Apache Maven Jarsigner plugin 1.3

2013-12-28 Thread Anders Hammar
Maven shared JarSigner 1.3 -- The version 1.3 just fix an important bug while unsigning jar. We solved 1 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761version=19857styleName=Html For future releases, I think a bug fix release should only

Re: New logo?

2013-12-18 Thread Anders Hammar
Oh and if anyone asks why I thought of a moose? Well he's friendly... as long as you do things his way... if you try to do things your way... well let's just see who wins, you or the angry moose! I'm really starting to like this moose guy! :-) /Anders On 18 December 2013 11:28,

Re: New logo?

2013-12-18 Thread Anders Hammar
As a visual goes, I'd look for something like a beaver (who builds things) wearing geek eye-glasses (indicating 'it's a maven'). Maybe a Doozer (remember the Fraggles?): http://kaelajael.files.wordpress.com/2011/11/doozer2.jpg?w=350h=507 /Anders On Wed, Dec 18, 2013 at 10:18 AM, Stephen

Re: New logo?

2013-12-18 Thread Anders Hammar
I believe Sun set him free with a use with care sort of free license. /Anders On Wed, Dec 18, 2013 at 4:27 PM, Benson Margulies bimargul...@gmail.comwrote: who owns the copyright on Duke? On Dec 18, 2013, at 10:26 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Another

Re: Property namespaces Was: Changing JDK version without specifying maven-compiler-plugin version

2013-11-28 Thread Anders Hammar
Feel free to file a ticket suggesting a text update! It's the best way to ensure a change. /Anders (mobile) Den 28 nov 2013 20:41 skrev Mirko Friedenhagen mfriedenha...@gmail.com: Laird, your solution was very precise, I did not want to argue with your solution. However IMO maybe the plugin

Re: prepare maven-ear-plugin 2.9

2013-11-18 Thread Anders Hammar
One thing I've been confused about in the plugin docs is Required Parameters in the goal's page. For example here: C:\Users\KAHA14\workspace_juno_svnkit\maven-ear-plugin\target\site\ear-mojo.html Trying to think as a novice user I would assume that I would need to configured all of the required

Re: Install question for Maven 3.0 on PPC/10.4.11/ant 1.6.5

2013-11-06 Thread Anders Hammar
You can't *install* Maven from the source code, only build it. Why do you need to build Maven from source? If you want to install Maven you should download the official distro: http://maven.apache.org/download.cgi /Anders On Wed, Nov 6, 2013 at 3:36 PM, Ed Mansky man...@mindspring.com wrote:

Generated help mojo and dependency to plexus-util

2013-11-05 Thread Anders Hammar
In the docs of m-plugin-p [1] it says that the generated help mojo has a dependency to plexus-util. But I can't see that dependency in the generated code. Am I missing something obvious or is the docs incorrect? [1]

Re: Generated help mojo and dependency to plexus-util

2013-11-05 Thread Anders Hammar
-annotations.html Regards, Hervé Le mardi 5 novembre 2013 22:41:49 Anders Hammar a écrit : In the docs of m-plugin-p [1] it says that the generated help mojo has a dependency to plexus-util. But I can't see that dependency in the generated code. Am I missing something obvious or is the docs

Re: [ANN] Apache Maven Install Plugin 2.5.1 Released

2013-10-21 Thread Anders Hammar
Filed as a JIRA ticket: http://jira.codehaus.org/browse/MINSTALL-100 /Anders On Mon, Oct 21, 2013 at 8:07 AM, Grzegorz Slowikowski gslowikow...@gmail.com wrote: Fix installAtEnd description. Now it's: Whether every project should be deployed during its own deploy-phase or at the end of

Re: Welcome Bartholdi Dominik as a new committer

2013-10-16 Thread Anders Hammar
Welcome Domi! Hack on, /Anders On Wed, Oct 16, 2013 at 4:57 AM, Olivier Lamy ol...@apache.org wrote: Hi all, Please welcome Bartholdi Dominik as a new committer of the Apache Maven project. The Apache Maven PMC has voted to grant committership to him. The account have already been set

Re: Maven Core moving to 1.6

2013-10-05 Thread Anders Hammar
+1 for 3.2 (or greater) -1 for 3.1.x /Anders On Sat, Oct 5, 2013 at 1:00 PM, Mark Struberg strub...@yahoo.de wrote: +1 LieGrue, strub - Original Message - From: Stephen Connolly stephen.alan.conno...@gmail.com To: Maven Developers List dev@maven.apache.org Cc: Sent:

Re: http://jira.codehaus.org/browse/MSHARED-154 bug fix

2013-09-27 Thread Anders Hammar
Hi, You didn't attach anything to your mail. Also, it's much better to attach a patch or similar to the ticket itself than sending it to this mailing list. /Anders On Thu, Sep 26, 2013 at 8:40 AM, Denis Saponenko saponenko.de...@gmail.comwrote: Hello! I encountered a problem in work with

Re: Stupid Question about plugin annotations

2013-09-20 Thread Anders Hammar
Please file a JIRA ticket if you think something is wrong/could be improved! /Anders On Fri, Sep 20, 2013 at 8:18 AM, Robert Patrick robert.patr...@oracle.comwrote: I figured it out. It appears that in order to get the -Dparam=value to work, you *must* specify the @Parameter annotation's

Re: Stupid Question about plugin annotations

2013-09-20 Thread Anders Hammar
Actually, he needs to sign up on Codehaus Xircles. /Anders On Fri, Sep 20, 2013 at 9:06 AM, Lennart Jörelid lennart.jore...@gmail.comwrote: You can sign up for a JIRA account on the JIRA welcome page. You can find the respective JIRAs on http://maven.apache.org/issue-tracking.html

Re: Submitting a new maven plugin..

2013-08-07 Thread Anders Hammar
There is also the existing dependency:purge-local-repository goal that has some relationship. /Anders

Re: Maven archetype plugin - issue # 409

2013-07-23 Thread Anders Hammar
Sure, go for it. Create a patch and attach it to the jira ticket. /Anders (mobile) Den 23 jul 2013 16:58 skrev Gilles Seghaier gilles.segha...@gmail.com: Hi all, First of all STFB. My name is Gilles Seghaier, I'm a 25 years old french computer engineer working for TIBCO Sofware Inc. at

Re: [VOTE] All new (non-patch) releases of Maven Core after 30th Sep 2013 to require Java 6+

2013-07-23 Thread Anders Hammar
+1 (non-binding) /Anders (mobile) Den 23 jul 2013 16:00 skrev Stephen Connolly stephen.alan.conno...@gmail.com: This vote is to cover the minimum required version of Java for Maven Core. Maven Plugins produced by the Apache Maven Project that are flagged as compatible with older versions of

Re: [VOTE] Retire Maven One Plugin

2013-07-20 Thread Anders Hammar
+1 (non-binding) /Anders (mobile) Den 20 jul 2013 11:13 skrev Dennis Lundberg denn...@apache.org: Hi, Now that we have Maven 1 at End-Of-Life, I think it's time to retire Maven One Plugin as well. It has been almost six years since the last release. I therefor propose that we retire

Re: [VOTE] Retire maven-idea-plugin

2013-07-19 Thread Anders Hammar
+1, non-binding /Anders (mobile) Den 19 jul 2013 19:01 skrev Dennis Lundberg denn...@apache.org: Hi It has been almost five years since I made the last release of maven-idea-plugin. The features in IDEA to integrate Maven has been greatly improved since then, making our own plugin obsolete.

Re: tags maven-3.1 vs maven-3.1.0

2013-07-16 Thread Anders Hammar
Isn't the convention way to omit the last zero? This has been done for Maven and all plugins/components before. No, we have 2.1.0 and 2.2.0 for the Maven core distro. Plugins would/could be a different story though. /Anders Mike

Re: [VOTE] Apache 3.1.0

2013-07-10 Thread Anders Hammar
Not yet tested but is there someone who could have a look at this one : https://jira.codehaus.org/browse/MNG-5492 This regression seems strange I can't reproduce that issue. Introducing an error in the global settings.xml makes Maven 3.1.0 fail on my MBP. /Anders On Wed, Jul 10, 2013 at

Re: [VOTE] Apache 3.1.0

2013-07-07 Thread Anders Hammar
+1 (non-binding) Didn't try any of the new stuff explicitly though. /Anders On Sun, Jun 30, 2013 at 9:00 PM, Jason van Zyl ja...@tesla.io wrote: Here are the release bits for 3.1.0: Release notes: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=18967 Staging

Re: [jira] [Created] (MPOM-45) RPM Plugin does not check if rpm-build is installed prior to attempting to build RPMs

2013-06-25 Thread Anders Hammar
Could someone with JIRA karma please move this ticket to the Mojo's RPM Maven Plugin project? I don't have those privs it seems. /Anders On Tue, Jun 25, 2013 at 6:33 PM, Andres Danter (JIRA) j...@apache.orgwrote: Andres Danter created MPOM-45: -

Re: Maven setting.xml

2013-06-13 Thread Anders Hammar
This mailing list is for developement of Maven itself (and the core plugins). You should send your question to the Maven users list or maybe even better the m2e users list as you seems to have problem with m2e and not Maven itself. /Anders On Thu, Jun 13, 2013 at 7:18 AM, RajaPrlabu

Re: [VOTE] Should we respin CANCELLED releases with the same version number?

2013-05-31 Thread Anders Hammar
So what I am for is the following (example) (which does not re-use version numbers): So we have 3.2.12 (released as you currently do). New breaking API is encountered So you up the minor version - and create a RC release That version is 3.3.0-1 (the buildnumber is important) That fails

Re: [VOTE] Should we respin CANCELLED releases with the same version number?

2013-05-30 Thread Anders Hammar
+1 for pre-releases (RC, etc) -1 for actual releases (non-binding) /Anders On Thu, May 30, 2013 at 8:20 AM, Hervé BOUTEMY herve.bout...@free.frwrote: I agree with Dan and Wayne +1 for qualified releases (alpha, beta, RC, etc…) that are working toward the full blow release but aren't

Re: The archetype/archetype-catalog mess

2013-05-15 Thread Anders Hammar
and how to setup your mockrepo. Is there something else you'd like to see? Robert Op Fri, 19 Apr 2013 00:17:07 +0200 schreef Barrie Treloar baerr...@gmail.com: On 19 April 2013 03:56, Anders Hammar and...@hammar.net wrote: I can help with MMOCKRM-10 and its integration for the ITs, I've

Re: Archetype registry file

2013-04-20 Thread Anders Hammar
will probably be doing lots of clean up and we'll see what pops up. /Anders Ate there hooks in install/deploy or the archetype plugin to do that? Just a stab in the dark?! -Chris Sent from my iPhone On 19/04/2013, at 7:04 PM, Anders Hammar and...@hammar.net wrote: Right, and I've traced

Re: [VOTE] Apache 3.1.0-alpha-1

2013-04-19 Thread Anders Hammar
Does anyone (Igor?) know if there is work going on to make Tycho work with this? /Anders On Fri, Apr 19, 2013 at 8:16 AM, Hervé BOUTEMY herve.bout...@free.frwrote: back to the vote +1 - maven-report-exec 1.1 makes m-site-p work with this release: no need to wait for m-site-p 3.3, we can

Archetype registry file

2013-04-19 Thread Anders Hammar
Does anyone know what a archetype registry file is? It's possible to specify this for the create-from-project goal of the archetype plugin and the default location is ${user.home}/.m2/archetype.xml. Can't see it's being used anywhere though... /Anders

Re: Archetype registry file

2013-04-19 Thread Anders Hammar
/archetype-registry/archetype-registry.html AFAICT it's related to which files get filtered when creating a project from the archetype On 19 Apr 2013, at 08:24, Anders Hammar wrote: Does anyone know what a archetype registry file is? It's possible to specify this for the create-from-project

Re: Archetype registry file

2013-04-19 Thread Anders Hammar
of -Darchetype.properties=file http://jira.codehaus.org/browse/ARCHETYPE-112 http://svn.apache.org/viewvc?view=revisionrevision=635711 So it looks like the local archetype registry file is no longer relevant. On 19 Apr 2013, at 10:04, Anders Hammar wrote: Right, and I've traced

The archetype/archetype-catalog mess

2013-04-18 Thread Anders Hammar
Currently, maven-archetype-plugin ignores the configured Maven infrastructure when fetching the archetype-catalog. That is, it is hard-coded to get the catalog from central. This causes problems in environments where Internet access is restricted and a MRM is used. Also, in cases where Internet is

Re: The archetype/archetype-catalog mess

2013-04-18 Thread Anders Hammar
I can help with MMOCKRM-10 and its integration for the ITs, I've done it several times. That would be awesome. It's actually what has made me postpone this for a while. /Anders Robert Op Thu, 18 Apr 2013 18:41:36 +0200 schreef Manfred Moser manf...@simpligility.com: You would be

Re: The archetype/archetype-catalog mess

2013-04-18 Thread Anders Hammar
Heck, we might even go v3.0 with this change and remove a lot of garbage that I've found in the code. And delete the create goal. :-) Maybe even require Maven 3.0+ to simplify the code. Or maybe that's taking this a little bit to far? /Anders On Thu, Apr 18, 2013 at 6:41 PM, Manfred Moser

Re: [jira] (MNG-5468) Allow mojos to access the user properties

2013-04-13 Thread Anders Hammar
Don't know if you can get all props in one go. But you can always define a read only parameter for the user property you want. @Parameter( property = user.prop, readonly = true ) private String userProp; /Anders On Sat, Apr 13, 2013 at 12:29 AM, Michael Ekstrand (JIRA)

Apache CMS UI

2013-04-10 Thread Anders Hammar
The instructions says navigate to https://cms.apache.org/maven to edit the web site. But I get a 404 for the URL. Should it work or is it the wrong URL? /Anders

Re: Apache CMS UI

2013-04-10 Thread Anders Hammar
I get a json answer. Not the UI I was expecting...:-) /Anders On Wed, Apr 10, 2013 at 9:16 AM, Olivier Lamy ol...@apache.org wrote: try https://cms.apache.org/maven/ I have just fixed that in the documentation. 2013/4/10 Anders Hammar and...@hammar.net: The instructions says navigate

<    1   2   3   4   5   6   >