Re: overlaid war files and timestamps

2007-04-22 Thread Stephane Nicoll
The timestamp thingy is not a feature but a side effect. Each build should be reproductible; We're working on a complete refactoring of the overlay functionnality (in short, you should list your overlays with a list of includes/excludes and the war is based based on that information only). See

Re: [m2] exec-maven-plugin java goal stops the build lifecycle

2007-04-22 Thread Steven Rowe
Hi Adrian, How are you invoking Maven? mvn package? (or some lifecycle phase after process-test-resources)? Steve Adrian Herscu wrote: Hi all, I am using the exec-maven-plugin to run some Java program. The java goal is bound to the process-test-resource build phase. The

[m2] exec-maven-plugin java goal stops the build lifecycle

2007-04-22 Thread Adrian Herscu
Hi all, I am using the exec-maven-plugin to run some Java program. The java goal is bound to the process-test-resource build phase. The exec-maven-plugin:java runs at the designated phase but no other thing runs afterwards -- the build finishes with this message: BUILD SUCCESSFUL Total time:

[m2] repo connection timeout too high

2007-04-22 Thread Adrian Herscu
Hi all, Is it possible to reduce the repository connection timeout? Adrian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] cobertura-maven-plugin specify: '-Dinstrumentation=VALUE'

2007-04-22 Thread Adrian Herscu
Hi all, I am using the cobertura-maven-plugin 2.0 and I want to make it ignore the classes in some package, so I am specifying: configuration instrumentation ignoreorg.foo.*/ignore /instrumentation /configuration This causes the build to fail

Re: [m2] exec-maven-plugin java goal stops the build lifecycle

2007-04-22 Thread Adrian Herscu
Hi Steven, I am invoking Maven as usual: mvn clean install If I am removing the exec-maven-plugin then the build lifecycle completes as expected. Adrian. Steven Rowe wrote: Hi Adrian, How are you invoking Maven? mvn package? (or some lifecycle phase after process-test-resources)? Steve

Re: [m2] exec-maven-plugin java goal stops the build lifecycle

2007-04-22 Thread Jerome Lacoste
On 4/22/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi Steven, I am invoking Maven as usual: mvn clean install If I am removing the exec-maven-plugin then the build lifecycle completes as expected. Adrian. 1- report problems releated to the exec mojo project on the mojo user list ( [EMAIL

Re: What is the Best practice for generating variations of an artifacts?

2007-04-22 Thread Vincent Massol
Hi Franz, On Apr 20, 2007, at 4:50 AM, franz see wrote: Good day, If the only thing different with the variations are the config files and some dependencies, then I suggest you use #2. Thanks for your help. How is #2 better than the solution I'm now using (which used the assembly

Re: [m2] exec-maven-plugin java goal stops the build lifecycle

2007-04-22 Thread Adrian Herscu
OK -- I am posting the issue on the [EMAIL PROTECTED] list. Adrian. Jerome Lacoste wrote: On 4/22/07, Adrian Herscu [EMAIL PROTECTED] wrote: Hi Steven, I am invoking Maven as usual: mvn clean install If I am removing the exec-maven-plugin then the build lifecycle completes as expected.

Simple example for maven 2 release goals?

2007-04-22 Thread Baz
All, I would like to obtain simple instructions of incoroperating the use of release goals in my build system that consists of CruiseControl or Continuum and Maven 2. I have read the pages in http://maven.apache.org/plugins/maven-release-plugin/ and understanding that could simplify my life but

RE: Getting index.html of site generated automatically

2007-04-22 Thread Ian Rowlands
That is exactly what I am saying. Apart from subdirectories, I get: checkstyle.html (plus checkstyle.rss) cpd.html and cpd.xml dependencies.html integration.html issue-tracking.html jdepend-report.html pmd.html and pmd.xml project-info.html project-reports.html surefire-report.html Thanks,

Re: What is the Best practice for generating variations of an artifacts?

2007-04-22 Thread franz see
Good day, What remote resources plugin does is that it extracts the resources from a specified artifact, into ${basedir}/target/maven-shared-archive-resources. And add those resources to your build's list of resources. * [Filtering of remote resources]: Yes, it is possible to do so. It uses

Re: Getting index.html of site generated automatically

2007-04-22 Thread Wendy Smoak
On 4/22/07, Ian Rowlands [EMAIL PROTECTED] wrote: Any other suggestions? Declare a version number for the site plugin: version2.0-beta-5/version Then paste the output of 'mvn site -X' (use http://rafb.net/paste as it will be too long to include) and let's see if there's anything