[M2] another internal remote repository question

2006-03-29 Thread john . w . law
Like many other posts on this mailing list, I'm currently struggling to get my internal remote repository working correctly. Having developed a new archetype for developers to use internally to build adaptors, I am also providing them with a pre-configured maven-2.0.2 installation that contains a

m2: filtering archetype artifacts

2006-03-15 Thread john . w . law
Anyone know how to prevent or turn off filtering of artifacts within an archetype? This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All mar

m2 - configuring test classpath

2006-02-06 Thread john . w . law
I have an archetype with a dependency on a plugin to generate jar file(s) (generated in /lib) The unit tests within this archetype need to access the jar(s), so how can I configure the maven test classpath to include the jar(s) when I run 'mvn test' Thanks, John This communication is for infor

m2: developing ant plugin - problems passing maven.compile.classpath

2006-01-30 Thread john . w . law
I have created an ant plugin with the following mojo: gateway.mojos.xml generate-transform generate-xquery this target generates the transform driven from pathMappings.xml Here is the corresponding target within my build script:

[m2] Maven2 configuration for a plugin which contains a Map?

2006-01-12 Thread john . w . law
I have developed a plugin for my project that uses a HashMap which I need to configure from the POM with some key/value pairs. The URL => http://maven.apache.org/guides/mini/guide-configuring-plugins.html contains an empty section under the 'Mapping maps' heading. Does anyone know if this is poss