svn authentication with m2 release plugin

2006-05-04 Thread Aaron Anderson
I am using subversion for scm and would like to use the m2 release plugin. I run release:prepare but I always get an "authorization failed" error from svn. After doing a network trace I can that the svn client is sending my operating system credentials (!) instead of my subversion credentials.

Re: [m2] Archetype/packageName/directory structure

2006-05-05 Thread Aaron Anderson
I have been working on an enhanced archetype concept http://jira.codehaus.org/browse/ARCHETYPE-33 maybe it will get picked up bryan hansen <[EMAIL PROTECTED]> wrote: Well, it should work... If I put a folder under the archetype resources directory such as: src/main/resources/archetyp

Re: svn authentication with m2 release plugin

2006-05-05 Thread Aaron Anderson
lease-plugin/howto.html > > Hopefully that will help. > > > On 5/4/06, Aaron Anderson wrote: > > I am using subversion for scm and would like to use the m2 release plugin. > > I run release:prepare but I always get an "authorization failed" error from >

overriding maven-core default implementations of components

2006-05-05 Thread Aaron Anderson
The maven-core artifact has a META-INF/plexus/components.xml that defines the default implementations for all the components. One can create a plugin that has it's own component.xml override and if a POM has this plugin configured with extention->true then the override will occur. I would

[m2] JAXB 2.0 XJC task with mustang - tip

2006-05-21 Thread Aaron Anderson
I was trying to use the jaxb 2.0 maven 2 plugin from https://jaxb.dev.java.net/jaxb-maven2-plugin/ with JDK 1.6 but ran into a lot of classpath problems when generating the XML bindings. For future reference here a plugin setting for use in your m2 project that will use the built in xjc in must

Using profile property from settings.xml in plugin with requiresProject=false

2006-04-20 Thread Aaron Anderson
I am writing a maven 2 plugin that can be used to invoke some JMX operations on a server and I would like it to be able to be run the plugin from any directory. This plugin has parameters that's values are set from properties set in a profile defined in the settings.xml (bad form, I know). I hav

Re: Using profile property from settings.xml in plugin with requiresProject=false

2006-04-22 Thread Aaron Anderson
I get a build error: [INFO] Cannot execute mojo: effective-settings. It requires a project with an ex isting pom.xml, but the build is not using one. Alexandre Poitras <[EMAIL PROTECTED]> wrote: What does "mvn help:effective-settings" output? On 4/20/06, Aaron Anders

Re: Using profile property from settings.xml in plugin with requiresProject=false

2006-04-22 Thread Aaron Anderson
AIL PROTECTED]> wrote: It is fix in the version 2.0.1 so ensure you use the latest one :) http://jira.codehaus.org/browse/MPH-11 On 4/22/06, Aaron Anderson wrote: > I get a build error: > > [INFO] Cannot execute mojo: effective-settings. It requires a project with an > ex > isting p