Re: [jira] Moved: (MPCHECKSTYLE-56) Use Release 4.2 of Checkstyle

2006-10-13 Thread Dennis Lundberg
Ahh, I thought you had to use "Clone" to get a copy of the issue. My bad. -- Dennis Lundberg Arnaud HERITIER wrote: I moved a copy to not forget to do it in maven 1 but I forgot to update the description Arnaud On 10/12/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Arnaud Heritier (JIRA) w

Fwd: Maven's snapshot mechanism is horked (Re: Build error - Is it from svn commit: r463555 - /geronimo/genesis/trunk/config/project-config/pom.xml?)

2006-10-13 Thread Jason Dillon
Folks... maven's handling of *SNAPSHOT artifacts is killing us. Any idea what is going on... and how we can fix this. Its an ongoing problem, seems like new timestamp mismatch problems are popping up quite often now. I've already removed our direct use of m1 repos to get around some prob

Re: [vote] Release maven-invoker-plugin 2.0.5

2006-10-13 Thread Jason van Zyl
On 13 Oct 06, at 2:04 PM 13 Oct 06, Eric Redmond wrote: Then +1 if its moved out of the sandbox. Yup, I'll move it out of the sandbox as part of the release. Jason. On 10/13/06, John Casey <[EMAIL PROTECTED]> wrote: It's actually meant to allow you to fork a new Maven build for whate

Re: [vote] Release maven-invoker-plugin 2.0.5

2006-10-13 Thread Eric Redmond
Then +1 if its moved out of the sandbox. On 10/13/06, John Casey <[EMAIL PROTECTED]> wrote: It's actually meant to allow you to fork a new Maven build for whatever reason, but yes, it does have a little bit of minimal verification functionality that will allow it to be an effective replacement

Re: Maven and the Apache processes...

2006-10-13 Thread Craig McClanahan
I'm delighted to see these issues addressed. A few small comments below. On 10/13/06, Joakim Erdfelt <[EMAIL PROTECTED]> wrote: The maven release process criticism from Dan Kulp spawned an impromptu ApacheCon gathering of the minds (Dan Kulp, Wendy Smoak, Jason Van Zyl, and Myself) to define

Re: Maven and the Apache processes...

2006-10-13 Thread Joakim Erdfelt
The maven release process criticism from Dan Kulp spawned an impromptu ApacheCon gathering of the minds (Dan Kulp, Wendy Smoak, Jason Van Zyl, and Myself) to define a better release process for maven. We covered the needs of Apache with regards to * Apache Top Level Poms (and Incubator requ

Re: [vote] Release maven-invoker-plugin 2.0.5

2006-10-13 Thread John Casey
It's actually meant to allow you to fork a new Maven build for whatever reason, but yes, it does have a little bit of minimal verification functionality that will allow it to be an effective replacement for the it plugin. There are a couple of other features we need to consider for a real IT solu

Plugin IT tests attempt WAS (svn commit: r463675 - in /maven/plugins/trunk/maven-antlr-plugin )

2006-10-13 Thread Vincent Siveton
Hi John, Kenney and others, I did an attempt to perform IT tests for a Plugin project and I want your feedback. I used a profile (already suggested by John) with: * maven-clean-plugin to clean src/it/**/target * maven-install-plugin to install a snapshot of the plugin on /target/local-repo (an r

RE: Determine the path to a JAR file

2006-10-13 Thread Brian E. Fox
Take a look in the same link below. In the resolvers/ subfolder is a mojo to resolve project plugins and their dependencies, the code you want would be in there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 5:12 AM To: Maven Develope

Re: Maven and the Apache processes...

2006-10-13 Thread Carlos Sanchez
On 10/12/06, Jason Dillon <[EMAIL PROTECTED]> wrote: On Oct 12, 2006, at 8:15 AM, John Casey wrote: > 1. I don't think anyone can complain with compliance issues. One > thing I > would say is, we could/should be using a plugin to resolve the > license file > from the url given in the POM, and in

Re: Permissions on apache.snapshots

2006-10-13 Thread Carlos Sanchez
It is more an issue with wagon while deploying, WAGON-19 On 10/13/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: Hi, I was unable to deploy a snapshot in /www/.../plugins/maven-install-plugin due to a permission denied. So, I created: * a copy of the maven-install-plugin dir to /www/.../plugin

Re: Permissions on apache.snapshots

2006-10-13 Thread Vincent Siveton
Should be "umask 0002" in ~/.profile You could also check wrong permissions on maven-snapshot-repository http://people.apache.org/maven-snapshot-repository/README Cheers, Vincent 2006/10/13, Stephane Nicoll <[EMAIL PROTECTED]>: How do we fix this? On 10/13/06, Vincent Siveton <[EMAIL PROTECT

Re: Permissions on apache.snapshots

2006-10-13 Thread Stephane Nicoll
How do we fix this? On 10/13/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: Hi, I was unable to deploy a snapshot in /www/.../plugins/maven-install-plugin due to a permission denied. So, I created: * a copy of the maven-install-plugin dir to /www/.../plugins/.maven-install-plugin.BAK * copy th

Permissions on apache.snapshots

2006-10-13 Thread Vincent Siveton
Hi, I was unable to deploy a snapshot in /www/.../plugins/maven-install-plugin due to a permission denied. So, I created: * a copy of the maven-install-plugin dir to /www/.../plugins/.maven-install-plugin.BAK * copy the content of this BAK to a new /www/.../plugins/maven-install-plugin * and fix

Re: Determine the path to a JAR file

2006-10-13 Thread Jason van Zyl
On 13 Oct 06, at 4:11 AM 13 Oct 06, [EMAIL PROTECTED] wrote: "Dan Tran" <[EMAIL PROTECTED]> schrieb am 12.10.2006 12:14:47: How do I determine the absolute path for a JAR in the repository? http://svn.apache.org/repos/asf/maven/plugins/trunk/maven- dependency-plugin Look for Copy Artifac

Re: [m2] lifecycle design

2006-10-13 Thread Vincent Siveton
Hi, Try instead of the following: public class DashBoardReportMojo extends DashBoardMojo implements MavenReport DashBoardMojo uses post-site Cheers, Vincent 2006/10/9, dvicente <[EMAIL PROTECTED]>: nobody can help me ? http://www.nabble.com/-M2--dashboard-report-plugin-tf2342819.html

Antwort: Re: Determine the path to a JAR file

2006-10-13 Thread Aaron . Digulla
Ok, I guess I'm still not used to the "maven way" :-) The code in ResolvePluginsMojo was confusing to me until I walked up the class hierarchy. Here is what I came up with: /** * Used to look up Artifacts in the remote repository. * * @parameter expression="${component.org.a

Re: Determine the path to a JAR file

2006-10-13 Thread Aaron . Digulla
"Dan Tran" <[EMAIL PROTECTED]> schrieb am 12.10.2006 12:14:47: > > How do I determine the absolute path for a JAR in the repository? > http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin > > Look for Copy Artifact/Dependency, etc That's only for project dependencies. I n

Antwort: Maven and the Apache processes...

2006-10-13 Thread Aaron . Digulla
Daniel Kulp <[EMAIL PROTECTED]> schrieb am 12.10.2006 16:36:57: > 1) The LICENSE/NOTICE files in the META-INF dir of the jar - currently, > none of the maven plugins do this at all. I've seen projects handle > this in a couple different ways. Some projects put them in the > src/main/resourc