Re: [m2] Assembly plugin: unit testing: help resolving why mojo.project and one executed appear to be different

2006-07-23 Thread Barrie Treloar
On 7/24/06, Brett Porter <[EMAIL PROTECTED]> wrote: A quick side note - John has been doing quite a bit of work on a branch trying to make the assembly plugin more testable - if you are doing significant work here, you might want to sync up with him. I've managed to work within the current arch

Re: Trying to deploy a sandbox plugin to the mojo repository

2006-07-23 Thread Brett Porter
Hi Scott, I think you are looking for dev@mojo.codehaus.org The exception was missing - but the process has changed since codehaus went down - you probably need to configure your webdav settings (there should be instructions around, but we can discuss further over there). - Brett On 24/07/2

Trying to deploy a sandbox plugin to the mojo repository

2006-07-23 Thread Scott Ryan
Are there any process instructions on how to deploy new versions of a plugin to the mojo sandbox repository? I used to be able to run mvn:deploy but now I get a connection refused error authentication failure trying to deploy the weblogic and appfuse plugins. Is it possible that my key is no l

Re: [m2] Assembly plugin: unit testing: help resolving why mojo.project and one executed appear to be different

2006-07-23 Thread Brett Porter
A quick side note - John has been doing quite a bit of work on a branch trying to make the assembly plugin more testable - if you are doing significant work here, you might want to sync up with him. Cheers, Brett On 24/07/2006 9:09 AM, Barrie Treloar wrote: On 7/23/06, Barrie Treloar <[EMAIL

Re: [m2] Assembly plugin: unit testing: help resolving why mojo.project and one executed appear to be different

2006-07-23 Thread Barrie Treloar
On 7/23/06, Barrie Treloar <[EMAIL PROTECTED]> wrote: I am trying to write some unit tests for the assembly plugin and they require access to the attached artifacts after the mojo has been executed. I have hacked in some debug statements and it appears that the project variable and the exectedPr

Re: Please review the documentation for the maven-one-plugin

2006-07-23 Thread Dennis Lundberg
Dennis Lundberg wrote: Hi all I have finished going over the documentation for the maven-one-plugin and adapting it to the plugin documentation standard. Please take a moment and read through it. There is a JIRA issue for this: http://jira.codehaus.org/browse/MONE-4 Feel free to post your co

Re: Using Maven as package manager for automatic updates of parts of an application

2006-07-23 Thread Michael Wechner
Brett Porter wrote: On 23/07/2006 10:00 PM, Michael Wechner wrote: ok. Is the Maven embedder also used by the Maven ant task lib (which I really like, because I am still an ant person ;-) )? No, but it should be. We use the components directly, rather than the friendlier embedder interface

Re: svn commit: r421601 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2006-07-23 Thread Brett Porter
Oh, you probably didn't get the memo :) You can do this yourself now (maven unix group was set up for you a few days ago). - Brett On 24/07/2006 12:04 AM, Dennis Lundberg wrote: [EMAIL PROTECTED] wrote: Author: trygvis Date: Thu Jul 13 05:25:18 2006 New Revision: 421601 URL: http://svn.apa

Re: Using Maven as package manager for automatic updates of parts of an application

2006-07-23 Thread Brett Porter
On 23/07/2006 10:00 PM, Michael Wechner wrote: ok. Is the Maven embedder also used by the Maven ant task lib (which I really like, because I am still an ant person ;-) )? No, but it should be. We use the components directly, rather than the friendlier embedder interface (which just wasn't avai

Re: svn commit: r421601 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2006-07-23 Thread Fabrizio Giustina
done, http://people.apache.org/maven-snapshot-repository/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-9-SNAPSHOT/ fabrizio On 7/23/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > Author: trygvis > Date: Thu Jul 13 05:25:18 2006 > New Revision: 421601 > > URL: h

Re: svn commit: r421601 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2006-07-23 Thread Dennis Lundberg
[EMAIL PROTECTED] wrote: Author: trygvis Date: Thu Jul 13 05:25:18 2006 New Revision: 421601 URL: http://svn.apache.org/viewvc?rev=421601&view=rev Log: o Upgrading to the latest Doxia version. Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site-

[m2] Assembly plugin: unit testing: help resolving why mojo.project and one executed appear to be different

2006-07-23 Thread Barrie Treloar
I am trying to write some unit tests for the assembly plugin and they require access to the attached artifacts after the mojo has been executed. I have hacked in some debug statements and it appears that the project variable and the exectedProject variable are the same: AssemblyMojo mojo

Re: Using Maven as package manager for automatic updates of parts of an application

2006-07-23 Thread Michael Wechner
Wendy Smoak wrote: On 7/22/06, Michael Wechner <[EMAIL PROTECTED]> wrote: Do you think it makes sense to use the dependency component of Maven to use as a package manager tool in order to do automatic updates of an application resp. also provide a history of dependencies which would allow to d

Re: Using Maven as package manager for automatic updates of parts of an application

2006-07-23 Thread Michael Wechner
Brett Porter wrote: This is definitely a possibility, though I'm not sure if you'd use Maven itself versus the components that make up Maven. Perhaps the Maven embedder can be utilised to do this. ok. Is the Maven embedder also used by the Maven ant task lib (which I really like, because I

Re: Maven1 project converter

2006-07-23 Thread Dennis Lundberg
Emmanuel Venisse wrote: Dennis Lundberg a écrit : Emmanuel Venisse wrote: Hi, I'm starting to migrate all the code from sandbox/plugins/maven-maven1-plugin to maven-model-converter with some modifications on plugin configuration converter loading. Dennis, do you work actually on maven-ma