RE: SLF4J integration

2012-10-11 Thread Nord, James
Hi Jason, The configuration section has a type (I hope) To configure logging with the SLF4J Simple you can edit the properties in the ~/m2/conf/logging/simplelogger.properties file. That should be ${MAVEN_HOME}/conf... or ~/.m2/... Other than that - the defaults listed are presumable slf4j

RE: SLF4J integration

2012-10-11 Thread Nord, James
The configuration section has a type (I hope) To configure logging with the SLF4J Simple you can edit the properties in the ~/m2/conf/logging/simplelogger.properties file. I actually put it in the distribution as I figured it would not be changed very often, I just exposed it in

RE: Plan for git migration

2012-09-12 Thread Nord, James
The existing ones will likely have a lot of svn metadata which would tnhen be broken / wrong and then could cause issues/confusion in the future I have migrated svn repos using the scrips at https://github.com/nirvdrum/svn2git which tidies up this extra info and does some extra housekeeping.

RE: [VOTE] Release Maven Enforcer Plugin version 1.2

2012-07-06 Thread Nord, James
-1 non binding MENFORCER-117 is not fixed as although the site links to the page now - the page is useless (it is a cut and paste of requiredPLugin versions with only the title changed). snip file=requireNoRepositories.apt.vm Require No Repositories This rule enforces that all plugins have

RE: MENFORCER-117, 1.2 release and -1 vote

2012-07-06 Thread Nord, James
On Fri, Jul 6, 2012 at 6:49 PM, Nord, James jn...@nds.com wrote: -1 non binding MENFORCER-117 is not fixed as although the site links to the page now - the page is useless (it is a cut and paste of requiredPLugin versions with only the title changed). snip file

RE: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-13 Thread Nord, James
Even if they are not scanned by AV - repo managers may be verifying the checksums of the downloaded files before sending them on. /James -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: 13 December 2011 08:25 To:

RE: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-08 Thread Nord, James
Isn't it rather the actual contents of the Expires section of the header not being in English locale? Unable to parse expires attribute: Mi, 07-Dez-2011 12:35:17 GMT /James -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: 08 December 2011 12:53 To: Maven Developers

RE: [VOTE] Establish a creation and retirement plan for plugins

2010-12-16 Thread Nord, James
+0 (non-binding) One comment I would make is if the plugin moves to another forge (hence different groupId) a relocation pom should be created at the old location - not just an update to the SCM. /James -Original Message- From: Dennis Lundberg [mailto:denn...@apache.org] Sent: 15

RE: guice memory usage was: (3.0 beta 2/3/4 roadmap was Re: Merging in our Aether and Guice changes to Maven 3.x)

2010-08-19 Thread Nord, James
There's been little to no feedback on beta-2 so I honestly don't think it matters. feedback from Maven developers was good: since people complain only when it does not work, I suppose no feedback = it works as good as for Maven developers. I agree, I consider also the no feedback as good

Maven 3 - site plugin?

2010-08-11 Thread Nord, James
Hi all, Does the new site plugin pick up the config for the reporting plugins from plugin management or build section? That is with maven 2 if I want to have a checkstyle report in the project site but also be able to generate it from the command line mvn checkstyle:checkstyle I need to

RE: Maven Embedder 2.0.4 examples

2010-06-10 Thread Nord, James
Try looking at the Maven ANT tasks - that has an ANT task for doing just that IIRC. /James -Original Message- From: Laird Nelson [mailto:ljnel...@gmail.com] Sent: 10 June 2010 12:56 To: Maven Developers List Subject: Re: Maven Embedder 2.0.4 examples On Thu, Jun 10, 2010 at 1:55 AM,

RE: [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread Nord, James
Hi all, This isn't new problem (was the same with the reactor plugin) but I think the message is new and incorrect which may lead to user confusion. In a multimodule build (mvn clean verify) if one module fails unit tests you get the following printed [ERROR] After correcting the problems,

3.0-a6 proxy and MNG-4489?

2010-02-09 Thread Nord, James
Hi all, Is there any known issues with proxies in maven 3.0 alpha6? I found MNG-4489 which is supposedly fixed in a6 but this implies proxies should be working. Basically it's ignoring what I have in my settings.xml and connecting directly for _some_ artifacts!? (as shown by netstat -an) and

Maven 3.0-alpha-6 download page needs updating

2010-01-18 Thread Nord, James
Hi all, The download page at http://maven.apache.org/download.html needs to be updated as it points to the alpha-5 which is no longer available. Regards, /James This message is confidential and intended only for the addressee. If you have

3.0-alpha6 build times?

2010-01-18 Thread Nord, James
Hi all, A simple mvn clean validate has more than tripled in time on a multi module project I'm working on (when compared to 2.2.1). From what I've read on the list the alpha-6 is supposed to be quicker than 2.x so I'm quite surprised by this. The project is a multi-module project. From my

RE: 3.0-alpha6 build times?

2010-01-18 Thread Nord, James
(sorry about the re-post seems the mailing list broke the formatting so it's unreadable. Reposting text/plain) -Original Message- Hi all, A simple mvn clean validate has more than tripled in time on a multi module project I'm working on (when compared to 2.2.1). From what I've read

RE: 3.0-alpha6 build times?

2010-01-18 Thread Nord, James
[...] or is this something new that you would like to see a sample project. Yes please. Reproduceable test case attached to jira. http://jira.codehaus.org/browse/MNG-4536 /James This message is confidential and intended only for the addressee. If you have received this message in error,

DefaultArtifact throws n.p.e

2009-09-16 Thread Nord, James
Hi all, I have a custom enforcer rule that occasionally is failing as DefaultArtifact is throwing a NullPointerException when calling getSelectedVersion() Looking at the code for DefaultArtifact it appears there was a related error which has been fixed in getVersionRange (which could have

FW: release plugin?

2009-06-17 Thread Nord, James
No response on the users list. Should I file a bug for this or is it expected behaviour? /James -Original Message- From: Nord, James [mailto:jn...@nds.com] Sent: 16 June 2009 11:21 To: Maven Users List Subject: release plugin? Hi all, Why if I specify exactly what versions to use

RE: [VOTE] Release Maven source plugin version 2.1

2009-04-20 Thread Nord, James
Is it normal for the links (overview examples) in the site page to be invalid in a staged site? Introduction, Goals, Usage, FAQ, Examples Configuring Source Plugin all point to http://maven.apache.org/plugins/home/pgier/projects/people.apache.org/ww

SCM 435

2009-04-07 Thread Nord, James
Could someone take a look at the patch in SCM-435. It would appear as though the svn provider had intended to support exactly the scenario this bug is about however it failed misserably due to the AbtractCommand checking the repo != null. /James

Javasvn patch

2009-04-07 Thread Nord, James
: SCM requires that command line svn be used? Hi, I have tested only with username/password in the cli : -Dusername= -Dpassword= 2009/4/6 Nord, James jn...@nds.com: Hi Oliver, Is there any documentation on how to configure this. Looking at the source I have tried adding the library

RE: Recording build environment

2009-03-27 Thread Nord, James
What would be the solution for Maven 3? I currently have a plug-in that does exactly what you describe. /** * Goal which stores the maven core version in a property codemaven.version/code. * * @goal getVersion * @phase validate * @author James Nord */ public class MavenVersionMojo extends

RE: [PLEASE TEST] Maven 2.1.0-RC3

2009-03-17 Thread Nord, James
I'm having issues with releasing (but this is not specific to 2.1.0-RC3 and is reproducible on 2.0.10). (http://jira.codehaus.org/browse/MRELEASE-406) but I am not sure if it is a fault in core or the release plug-in. Basically a forked maven process doesn't inherit env vars.

RE: How to set build properties from a Mojo

2009-03-11 Thread Nord, James
The following will set a variable I_WAS_HERE to true. /** * Goal which stores some properties * * @goal getProperty * @phase validate */ The following gets the maven version and stores it as the maven.version property. public class MavenPropertiesMojo extends AbstractMojo { /**

RE: What is the preferred API call to effect ${foo} substitution in an arbitrary string.

2009-01-23 Thread Nord, James
Now a second question is this if I have a pluginManagement section in the parent pom that specifies a version of the plugin using a property *that is defined with different values in both the parent and child projects*, and the parent and child are not in the same reactor...

RE: Maven SCM - SVN provider

2009-01-09 Thread Nord, James
to support svn info command. file a JIRA is a good start -D On Thu, Jan 8, 2009 at 10:42 AM, Nord, James jn...@nds.com wrote: Hi all, I've been trying to write an enforcer plugin that will validate the SCM information contained in a POM actually reflects the actual repository

RE: Maven SCM - SVN provider

2009-01-09 Thread Nord, James
directory, so that i can get rid of buildnumber plugin's SvnInfoCommand implementation -Dan On Fri, Jan 9, 2009 at 3:17 AM, Nord, James jn...@nds.com wrote: The SVN provider does support the info command - it just seems to only work on remote repository URLs as the maven scm rejects

Maven SCM - SVN provider

2009-01-08 Thread Nord, James
Hi all, I've been trying to write an enforcer plugin that will validate the SCM information contained in a POM actually reflects the actual repository location. I'm only concerned with SVN. Basically I am trying to do is a svn info project.getBaseDir() and compare the repository url that

RE: Maven enforcer issues.

2008-12-15 Thread Nord, James
? - Brett On 13/12/2008, at 2:59 AM, Nord, James wrote: Hi all, I'm having an issue with the maven enforcer api. There seems to be some difference between the project returned by (MavenProject) helper.evaluate( ${project} and (MavenProject)((MavenSession) helper.evaluate( ${session

RE: Maven enforcer issues.

2008-12-15 Thread Nord, James
Small test case attached. install order is rule,base then project. /James -Original Message- From: Nord, James [mailto:jn...@nds.com] Sent: 15 December 2008 10:39 To: Maven Developers List Subject: RE: Maven enforcer issues. I have a large reproducable test case :-) I'll try

Maven enforcer issues.

2008-12-12 Thread Nord, James
Hi all, I'm having an issue with the maven enforcer api. There seems to be some difference between the project returned by (MavenProject) helper.evaluate( ${project} and (MavenProject)((MavenSession) helper.evaluate( ${session})).getCurrentProject() More formally my rule gets kick off

Enforcer plugin and maven embedder.

2008-11-03 Thread Nord, James
Hi all, There seems to be an issue with the enforcer plugin and the Maven embedder, I've not seen it reported in the archives or in JIRA. maven snapshot from rev 659801 (http://code.google.com/p/q4e/downloads/list) POM that shows the error: ?xml version=1.0 encoding=UTF-8 ? project