Re: deploying plugin snapshots on the repository

2006-10-10 Thread Jason van Zyl
On 10 Oct 06, at 11:54 PM 10 Oct 06, Stephane Nicoll wrote: Hi, I am trying to deploy the maven-ear-plugin 2.3-SNAPSHOT on the repo but I had a permission issue: Exit code: 1 - mkdir: /www/cvs.apache.org: Permission denied Investigating a bit it seems that we don't deploy to this directory a

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

2006-10-10 Thread Vincent Massol
+1, I'm also using it to test the clover plugin. -Vincent > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 octobre 2006 02:03 > To: Maven Developers List > Subject: [vote] Release maven-invoker-plugin 2.0.5 > > Hi, > > I would like to release the

deploying plugin snapshots on the repository

2006-10-10 Thread Stephane Nicoll
Hi, I am trying to deploy the maven-ear-plugin 2.3-SNAPSHOT on the repo but I had a permission issue: Exit code: 1 - mkdir: /www/cvs.apache.org: Permission denied Investigating a bit it seems that we don't deploy to this directory anymore but how do I get the right pom's configuration, working

Re: [vote] Allowing Ant-based plugins to use file-based resources

2006-10-10 Thread John Casey
Tentative +1... There should be a metadata XML file that accompanies the build.xml file for the plugin, which allows you to use normal mojo expressions to declare/define parameters to be injected. I think you should be able to use things like ${plugin} to get at the PluginDescriptor, and ${projec

RE: manually managing external dependencies in maven 2

2006-10-10 Thread Manuel Ledesma
Look at this page, it might help u http://maven.apache.org/eclipse-plugin.html -Original Message- From: fogwolf [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 5:24 PM To: dev@maven.apache.org Subject: manually managing external dependencies in maven 2 Hi, I'm using Maven 2

Re: svn commit: r462647 - in /maven/site/trunk/src/site/apt/developers: ./ committer-documentation-plugins.apt committer-environment.apt committer-settings.apt committer-testing-plugins.apt index.apt

2006-10-10 Thread Vincent Siveton
Hi, As already discussed on the mailing list, here is a first draft for a Developers centre. Here is the staging site http://people.apache.org/~vsiveton/developers-centre/developers/ All comments are welcome! Cheers, Vincent 2006/10/10, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Author: vsiveto

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

2006-10-10 Thread John Casey
+1, and thanks for taking this on. -john On 10/10/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, I would like to release the invoker plugin as I'm using it to test the ant run plugin, and John is using it in the assembly plugin. This will also required a release of maven invoker which is us

[vote] Release maven-invoker-plugin 2.0.5

2006-10-10 Thread Jason van Zyl
Hi, I would like to release the invoker plugin as I'm using it to test the ant run plugin, and John is using it in the assembly plugin. This will also required a release of maven invoker which is used by the invoker plugin. +1 Thanks, Jason. --

Re: How to get ${localRepository} from plexus component (not mojo)

2006-10-10 Thread Jason Dillon
Okay, how does my mojo get access to that? --jason On Oct 10, 2006, at 2:22 PM, Jason van Zyl wrote: On 10 Oct 06, at 4:17 PM 10 Oct 06, Jason Dillon wrote: Is the MavenSession bound to a component? Or can I pluck it some other way from the plexus container? It's created and passed a

manually managing external dependencies in maven 2

2006-10-10 Thread fogwolf
Hi, I'm using Maven 2 for managing my Java projects in Eclipse & am wondering how I can manually get Maven to check for any new external dependencies in my pom.xml & automatically download them to the local repository without having to call "maven compile". I have a Java Mojo that I run after add

Re: How to get ${localRepository} from plexus component (not mojo)

2006-10-10 Thread Jason van Zyl
On 10 Oct 06, at 4:17 PM 10 Oct 06, Jason Dillon wrote: Is the MavenSession bound to a component? Or can I pluck it some other way from the plexus container? It's created and passed around. If you want something that is going to stick around look at MavenExecutionRequest, that's really

Re: How to get ${localRepository} from plexus component (not mojo)

2006-10-10 Thread Jason Dillon
Is the MavenSession bound to a component? Or can I pluck it some other way from the plexus container? --jason On Oct 9, 2006, at 6:25 AM, Jason van Zyl wrote: What is it that you're actually trying to do? Jason. On 9 Oct 06, at 3:03 AM 9 Oct 06, Jason Dillon wrote: No I did not send th

maven-assembly-plugin troubles

2006-10-10 Thread Swenson, Eric
[I posted this on the Maven Users List, but got no answer so thought I'd try here. - Hope that's ok.] I'm trying to assemble an image consisting of the artifacts created by a maven2 project. The artifacts (all installed and in the repository) are of three forms: - jar files - wsr fi

Understanding Maven classpath

2006-10-10 Thread Manuel Ledesma
I'm writing a plug-in for Weblogic 9.2 and I having a hard time make it work. The issue arrives because I need to use Weblogic from the installation directory, otherwise it won't work. So I'm specifying the dependency using system scope, but it does not help. Still behaving like I'm getting the