custom lifecycle without inheritance

2012-12-07 Thread Ben Tatham
t think so) or b) make it so that the lifecycle.xml only runs what is defined there and does not inherit the project's lifecycle? -- Ben Tatham Software Developer Nanometrics Inc. +1 613-592-6776 x254 http://www.nanometrics.ca

Re: components.xml in maven-plugin-plugin 3.1

2012-08-30 Thread Ben Tatham
jar? I don't see it, but it there something in the plugin.xml (plugin > descriptor) that perhaps has changed? > > If this warrants a bug, let me know and I'll create one with relevant > files, etc. > > Thanks, > Ben > > -- > Ben Tatham > Software

components.xml in maven-plugin-plugin 3.1

2012-08-30 Thread Ben Tatham
let me know and I'll create one with relevant files, etc. Thanks, Ben -- Ben Tatham Software Developer Nanometrics Inc. +1 613-592-6776 x254 http://www.nanometrics.ca

Re: java-annotations with groovy

2012-08-24 Thread Ben Tatham
install working but mvn clean install not (when eclipse generated the class files prior to the build). Thanks, Ben On Fri, Aug 24, 2012 at 12:21 PM, Ben Tatham wrote: > Thanks - maven-plugin-plugin 2.4 didn't have java5 annotations, so it > wouldn't work there regardless. The i

Re: java-annotations with groovy

2012-08-24 Thread Ben Tatham
ust 23, 2012 1:18 pm, Hervé BOUTEMY wrote: > > > Groovy isn't actually supported: see maven-script part of > > > http://maven.apache.org/plugin-tools/ > > > > > > There isn't even anybody who opened a Jira issue about this. > > > > > &

java-annotations with groovy

2012-08-22 Thread Ben Tatham
-annotations.html -- Ben Tatham Software Developer Nanometrics Inc. +1 613-592-6776 x254 http://www.nanometrics.ca

plugin should run on all modules

2011-05-12 Thread Ben Tatham
thing with respect to my problem. I'm assuming this is the same case as running the plugin directly (not tied to a phase) from CLI, which also only runs on the top-level of the project, and reports SKIPPED for all the sub-modules. Any advice on this issue would be very helpful... Thanks,

Re: [VOTE] Release Apache Maven 3.0-beta-2

2010-08-10 Thread Ben Tatham
+1 Works well on our complex projects too. -Ben On Sat, Aug 7, 2010 at 7:16 AM, Benjamin Bentmann wrote: > Hi, > > We solved 28 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16090 > > There are still a couple of issues left in JIRA: > > http://jira.codeha

modify surefire in place via a plugin

2008-11-21 Thread Ben Tatham
Is it possible to modify the run of the surefire plugin from another plugin? I would like to be able to set some systemProperties and argLine from another plugin, but I don't want to have to run the tests a second time. (I want to set the -javaagent, etc). Ideally, I would like to be able to do

maven-source-plugin

2007-03-22 Thread Ben Tatham
Hello, I am new to this list, but I thought I would see what it takes to join a project as a committer, or at least be a suggester. My issue is that the maven-source-plugin mojos have @execute phase=generate-sources. This is great for the command line, but when using the plugin from a pom, i