Re: [RESULT] [VOTE] Release Maven Surefire version 3.0.0-M8

2023-01-11 Thread Nick Stolwijk
Hi Michael, Thanks for the release! A little side note for next time, the link in the announcement mail is not working. It should be https://maven.apache.org/surefire/ instead of https://maven.apache.org/maven-surefire/. With regards, Nick Stolwijk ~~~ Try to leave this world a little better

Re: [DISCUSS] Change reply-to for mailing lists

2022-05-11 Thread Nick Stolwijk
I send this mail by replying to my own mail, but it still selects the Maven Dev list. With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy in feeling that at any rate you have not wasted your time but have

Re: [DISCUSS] Change reply-to for mailing lists

2022-05-11 Thread Nick Stolwijk
> To: Maven Developers List They look good to me. (Tested using GMail) With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy in feeling that at any rate you have not wasted your time but have done your be

Re: Re: Maven API

2022-04-21 Thread Nick Stolwijk
Hi Maxime, In the past I have used the oga-maven-plugin [1]. This plugin has its own list of moved artifacts and can warn/fail your build when it detects a moved artifact. [1] https://github.com/jonathanlermitage/oga-maven-plugin Hth, Nick Stolwijk ~~~ Try to leave this world a little better

Re: Feature proposal: Dependency deprecation indicators

2021-08-02 Thread Nick Stolwijk
maven-plugin/master/uc/og-definitions.json With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy in feeling that at any rate you have not wasted your time but have done your best ~~~ Lord Baden-Powell On Mon

Re: [VOTE] Release Apache Maven version 3.8.0

2021-03-25 Thread Nick Stolwijk
, vendor: Oracle Corporation, runtime: C:\Program Files\OpenJDK\jdk-16 Default locale: en_GB, platform encoding: UTF-8 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" It seems such installers are (too) quick to upgrade. With regards, Nick

Re: Eclipse LemMinX & Maven extension: a Language Server for pom files

2020-05-04 Thread Nick Stolwijk
Hi Mickael, This looks like a cool project! I was wondering if you send this intentionally to the dev mailinglist? I think this is better suitable for the user mailinglist, also you have a much broader audience there. Hth, Nick Stolwijk ~~~ Try to leave this world a little better than you

Fwd: Maven Pom Property replacement - possible bug?

2020-02-04 Thread Nick Stolwijk
Hi list, I send this e-mail last week to the userlist, but haven't heard back yet. Do you think this is a bug or a user error? With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy in feeling that a

Re: Remove Artifact Commons-Lang Dependency?

2019-11-25 Thread Nick Stolwijk
I think he is talking about Maven Artifact [1], which has a dependency on commons-lang [2]. [1] http://maven.apache.org/ref/3.6.2/maven-artifact/ [2] http://maven.apache.org/ref/3.6.2/maven-artifact/dependencies.html Nick Stolwijk ~~~ Try to leave this world a little better than you found it

Re: Consumer pom...a better name like 'public pom' ?

2019-10-07 Thread Nick Stolwijk
arent POM's and active profiles. With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy in feeling that at any rate you have not wasted your time but have done your best ~~~ Lord Baden-Powell On Mon, Oct

Re: Problem to download dependency on Ubuntu

2017-11-27 Thread Nick Stolwijk
Did you also configure your proxy in the settings.xml? [1] Hth, Nick [1] https://maven.apache.org/guides/mini/guide-proxies.html Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy in feeling that at any rate you have

Re: Log4j Warning

2016-01-07 Thread Nick Stolwijk
Excuses, forgot to add the link... :( I have it working on Maven 3.3.9. [1] https://garygregory.wordpress.com/2015/03/23/watch-maven-in-color/ With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy in

Re: Log4j Warning

2016-01-07 Thread Nick Stolwijk
case the "-X" doesn't do anything anymore, maybe I have followed the wrong blogpost. ;) With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy in feeling that at any rate you have not wasted you

Re: Log4j Warning

2016-01-06 Thread Nick Stolwijk
ude the debug information when given the "-X" parameter? I think it is very valuable to get extra logging without touching any configuration files. With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy

Re: Commits rejected to Subversion

2013-05-21 Thread Nick Stolwijk
Maybe it is possible to configure the webserver running the SVN repository so that it returns a custom 403 message on the HTTP side? If svn.apache.org is running Apache HTTP server, then it should be possible.[1] With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you

Re: Maven is downloading older version of junit

2010-05-12 Thread Nick Stolwijk
Then 3.8.1 is still in your project dependencies. Try mvn dependency:tree to see where it comes from. With regards, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Wed, May 12, 2010 at 3:59 PM, AVSUNIL wrote: > > Thanks Kalp

Re: Regression with maven-javadoc-plugin 2.6.1 and release:perform

2009-11-03 Thread Nick Stolwijk
I have the same problem. Can someone shine a light on this? With regards, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Fri, Oct 30, 2009 at 3:42 PM, Julien HENRY wrote: > Hi, > > I have a multimodule project and it fai

Re: [jira] Difficulty while downloading jars using maven

2009-09-16 Thread Nick Stolwijk
Try build with --strict-checksums to see if the jar files you are getting are different than the ones on central. Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Wed, Sep 16, 2009 at 2:47 PM, Eklovya wrote: > > Hi All, &

Re: Manual Steps for Integrating Maven with Eclipse...

2009-06-23 Thread Nick Stolwijk
Or you can do it the other way around, install a maven plugin in Eclipse, such as m2eclipse [1] [1] http://m2eclipse.codehaus.org/ Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Jun 24, 2009 at 12:37 AM, Barrie Treloar wrote: >

Re: Status of Maven Compiler Plugin 2.1

2009-05-14 Thread Nick Stolwijk
I don't know when it will be released, but take a look at [1] for how to workaround haveing SNAPSHOT dependencies. [1] http://www.sonatype.com/people/2009/01/best-practices-for-releasing-with-3rd-party-snapshot-dependencies/ Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterwe

Usage of spring (or better, the not so usage of spring)

2009-04-30 Thread Nick Stolwijk
wondering, why not Spring? With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional comma

Re: configure tag name in maven release plugin

2009-04-15 Thread Nick Stolwijk
with the release project instead of the project Maven starts with. Are there other ways or ideas about these issues? With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Apr 15, 2009 at 11:33 PM, Nick Stolwijk wrote: > There

Re: Mojo system requirements

2009-02-23 Thread Nick Stolwijk
Take a look at the maven-plugin-plugin configuration and especially the requirements configuration [1]. [1] http://maven.apache.org/plugins/maven-plugin-plugin/report-mojo.html#requirements Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On

Re: SHA1 Checksum of org.apache.portals.bridges:portals-bridges-commons:1.0.4 are wrong

2008-12-11 Thread Nick Stolwijk
I hadn't read your replay before I sent the mail to the maven dev list. I will take it up with the portal developers. Thanks, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Thu, Dec 11, 2008 at 1:23 PM, Brett Porter <[EMAIL PROTECTED

SHA1 Checksum of org.apache.portals.bridges:portals-bridges-commons:1.0.4 are wrong

2008-12-11 Thread Nick Stolwijk
en.org/maven2/org/apache/portals/bridges/portals-bridges-common/1.0.4/portals-bridges-common-1.0.4.jar Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl - To unsubscribe, e-mail: [EMAIL PR

Re: [jira] Created: (MNG-3869) Adding a phase called 'pre-deploy'

2008-11-25 Thread Nick Stolwijk
I didn't look to which list it was send. I thought it was a mail to the user mailing list. (Where it should belong. :) ) Just close the issue. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Tue, Nov 25, 2008 at 3:52 PM, Nick Sto

Re: [jira] Created: (MNG-3869) Adding a phase called 'pre-deploy'

2008-11-25 Thread Nick Stolwijk
(Which is a different one than your snapshot repository.) Take a look at the release plugin: http://maven.apache.org/plugins/maven-release-plugin/ Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Tue, Nov 25, 2008 at 3:36 PM, Yann Albou (J

Re: Default plugin execution id

2008-11-11 Thread Nick Stolwijk
which message belongs to which thread. Hth, [1] http://maven.apache.org/ref/2.0.9/maven-settings/settings.html Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Tue, Nov 11, 2008 at 9:22 AM, Limkar Rahul <[EMAIL PROTECTED]> wrote: > > >

Re: where is maven 2.0.9

2008-10-01 Thread Nick Stolwijk
A branch is just like the trunk, ie. never a stable version, but always SNAPSHOT. Stable versions are called tags in Subversion. With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Oct 1, 2008 at 6:03 AM, emiddio-verizon <[EM

Re: Doubt in plugin developing

2008-09-29 Thread Nick Stolwijk
e of the maven plugins. It will give you a lot of information. [2] [1] http://maven.apache.org/plugin-developers/index.html [2] http://svn.apache.org/repos/asf/maven/plugins/ Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Sat, Sep

Re: Error reading settings.xml: Error reading settings file

2008-09-19 Thread Nick Stolwijk
Could you execute mvn -X install and see if any errors pop up? With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Fri, Sep 19, 2008 at 4:07 PM, niceguyi <[EMAIL PROTECTED]> wrote: > > Maven 2.0.7 is installed in my sys

Re: How to execute multiple goals via a single command ?

2008-09-16 Thread Nick Stolwijk
automatically add the goals to the life cycle without specifying its execution. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Tue, Sep 16, 2008 at 11:03 AM, Nick Pellow <[EMAIL PROTECTED]> wrote: > Hi, > > I have 3 MOJOs in a sing

Re: maven-javadoc-plugin and custom stylesheet

2008-08-19 Thread Nick Stolwijk
short this is how it works. You should provide the plugin configuration inside the build/plugins sections to make it work. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Tue, Aug 19, 2008 at 11:11 PM, <[EMAIL PROTECTED]> wrote: > I

Re: releasing? RE: New sandbox plugin: maven-reactor-plugin

2008-08-19 Thread Nick Stolwijk
Shouldn't those examples include one or multiple goals and/or phases? Or will it always execute install? With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Mon, Aug 18, 2008 at 6:01 PM, Dan Fabulich <[EMAIL PROTECTED]> wrote

Re: suggest : option to replace snapshot "timestamp" with buildnumber

2008-08-13 Thread Nick Stolwijk
for our own repository and ran a mvn deploy. I would prefer more, quicker releases also, but this is a workable work around. With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Aug 13, 2008 at 2:31 PM, nicolas de loof <[EM

Re: suggest : option to replace snapshot "timestamp" with buildnumber

2008-08-13 Thread Nick Stolwijk
The other option would be to create a release of the plugin in your own repository, with an own version number. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Aug 13, 2008 at 2:20 PM, nicolas de loof <[EMAIL PROTECTED]> wrote:

Re: suggest : option to replace snapshot "timestamp" with buildnumber

2008-08-13 Thread Nick Stolwijk
You could use the buildnumber maven plugin [1] in a profile with its doCheck method to check for local modifications. [1] http://mojo.codehaus.org/buildnumber-maven-plugin/ Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Aug 13, 2008

ArtifactResolver and Artifact.LATEST

2007-12-29 Thread Nick Stolwijk
st version nl.kpj:companypom:pom:LATEST How can I determine the latest version that exists of an artifact? With regards, Nick Stolwijk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Article on Maven Usage

2007-10-31 Thread Nick Stolwijk
I can't provide a list, but if you checkout a maven2 project and use the stat-scm plugin (mvn stat-scm:stats <http://stat-scm.sourceforge.net/stats-mojo.html>) on it, you can find the LOC for that project. Hth, Nick Stolwijk Srilakshmanan, Lakshman wrote: Hi All, I saw the f