Re: [m2] Filtering web.xml?

2008-02-03 Thread James Carman
On 2/3/08, Insitu [EMAIL PROTECTED] wrote: Allen, Daniel [EMAIL PROTECTED] writes: I'm building a web application (packaging WAR), and I need to run the web.xml file through a filter to set certain configutation values. I tried adding it to a resource tag, but that causes Maven to make a

Re: [m2] Filtering web.xml?

2008-02-03 Thread James Carman
On 2/3/08, James Carman [EMAIL PROTECTED] wrote: On 2/3/08, Insitu [EMAIL PROTECTED] wrote: Allen, Daniel [EMAIL PROTECTED] writes: I'm building a web application (packaging WAR), and I need to run the web.xml file through a filter to set certain configutation values. I tried adding

Re: [m2] Filtering web.xml?

2008-02-03 Thread Insitu
Allen, Daniel [EMAIL PROTECTED] writes: I'm building a web application (packaging WAR), and I need to run the web.xml file through a filter to set certain configutation values. I tried adding it to a resource tag, but that causes Maven to make a copy of it and put it in WEB-INF/classes

site plugin - weird disappearing menus when site:site run from parent dir

2008-02-03 Thread simon
Hi, I have a problem where I have a pom P1 in a top-level dir, and a pom P2 in a subdir (a module). The parent of P2 is NOT P1; P1 just exists to build the modules in sub-directories [1]. When mvn site:site is run in the subdir, ie directly in the directory of pom P2 then it works as

Re: site plugin - weird disappearing menus when site:site run from parent dir

2008-02-03 Thread simon
On Sun, 2008-02-03 at 17:39 +0100, simon wrote: Hi, I have a problem where I have a pom P1 in a top-level dir, and a pom P2 in a subdir (a module). The parent of P2 is NOT P1; P1 just exists to build the modules in sub-directories [1]. When mvn site:site is run in the subdir, ie

RE: FW: surefire and initial context

2008-02-03 Thread Matthew Shaw
Hi Guys, Thanks for your replies. I've come to the conclusion that I am entering the realm of integration testing and I have started deploying a test war into the container. Thanks again for your suggestions. Cheers, Matt. -Original Message- From: Brice Lambi [mailto:[EMAIL PROTECTED]

including content into apt files

2008-02-03 Thread Kallin Nagelberg
Hi Everyone, I've been tasked with creating some .apt documentation for a new maven built project. Ideally, I'd like to have a lot of the site documentation come from files in my src/main/resources directory. I've read about using the snippet macro, but I can't get it to access the artifacts

Re: Maven Invoker Plugin help

2008-02-03 Thread David Siefert
Seems to be working okay--I upgraded to maven-2.0.8, and I didn't check if the error existed prior to the change. One other issue I am finding now: I tried doing an offline build (with -o option) and the maven invoker plugin does not carry it through, so all the integration test projects

[ANNOUNCE] Archiva 1.0.1 Released

2008-02-03 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0.1 Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

test-jar plugin

2008-02-03 Thread Matthew Shaw
Hi there, How should I be configuring the test-jar goal of the jar plugin to exclude resources such as xml files... Here is a sample below plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId executions execution

PMD pom example

2008-02-03 Thread raghu121
Hi, Am looking for a PMD pom.xml example for Maven2 -- View this message in context: http://www.nabble.com/PMD-pom-example-tp15262435s177p15262435.html Sent from the Maven - Users mailing list archive at Nabble.com. - To

maven-plugin-management-plugin versions?

2008-02-03 Thread Tom Davies
Hi, I'm using a snapshot build of this plugin to test my plugin. Is there going to be a non-snapshot release, or is this a deprecated way of testing plugins? Thanks, Tom -- ATLASSIAN - http://www.atlassian.com Our products help over 8,500 customers in more than 95 countries to

Specifying a plugin's dependency version

2008-02-03 Thread Niall Pemberton
I'm using the vsersion 1.2.0 of the maven-bundle-plugin from the felix project - it has a dependency on version 0.0.227 of bndlib (groupId biz.aQute) and I wanted to try the plugin out with version 0.0.236 of bndlib. I tried specifying this in the plugin's dependencies both in the