> > 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 e
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 def
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.
S
> On Fri, Jul 6, 2012 at 6:49 PM, Nord, James 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).
> &
-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).
Require No Repositories
This rule enforces that all plugins have a version defined, either in the
plug
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: Mave
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 Developer
+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 Dec
>>
>> 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
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 conf
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, Mil
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, you
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
> > [...] 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
(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 o
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
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
rec
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
retu
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
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
w/maven.apache.org/plugins/maven-source-plug
List
> Subject: Re: 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 :
> > Hi Oliver,
> >
> > Is there any documentation on how to configure this.
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
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
maven.version.
*
* @goal getVersion
* @phase validate
* @author James Nord
*/
public class MavenVersionMojo extends AbstractMo
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.
D:\workspaces\svn_a
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 {
/**
> >
> > 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 s
filed SCM-433 to allow me at least run "svn info" on a
> local 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 wrote:
> > The SVN provider does support the
; >
> > BTW, perhaps we should ask svn provider to support svn info command.
> > file a JIRA is a good start
> >
> > -D
> >
> > On Thu, Jan 8, 2009 at 10:42 AM, Nord, James wrote:
> >> Hi all,
> >>
> >> I've been trying to
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 com
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 r
ing
> the project
>
> Do you have a small reproducible test case?
>
> - 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 differ
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 m
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:
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http
33 matches
Mail list logo