default-value in maven-plugin

2009-03-11 Thread Felix Knecht
Hi all How can I set default entries in a list in a custom plugin? /** * @parameter default-value="foo,bar,foobar" */ private List myList; I tried different ways, but all I got is this error: Cause: Cannot assign configuration entry 'myList' to 'interface java.util.List' from 'null', which i

Re: Profile activation by missing file doesn't works

2008-09-26 Thread Felix Knecht
nicolas de loof schrieb: > Profile activation doesn't support property interopolation, even the > ${basedir} one > This makes this feature unusable in nested modules configuration, as the > file are tested from current dir, not active project root... > I already reported this issue in JIRA. > T

Profile activation by missing file doesn't works

2008-09-26 Thread Felix Knecht
Hi all The foofoo profile is always activated, no matter if a file 'timestamp' exists in the same directory like the pom.xml or not. It looks to me as the ${basedir} is not correctly resolved. Is this a known problem? Thanks Felix [EMAIL PROTECTED] ~/tmp $ cat pom.xml http://maven.apache.org/P

Re: Donation of Maven plugins to the Maven Project.

2008-05-10 Thread Felix Knecht
Jason van Zyl schrieb: On 9-May-08, at 10:57 PM, Felix Knecht wrote: But one standard for everyone, please. You checked in a more significant contribution without discussion *at all* just a few days ago (http://svn.apache.org/viewvc?view=rev&revision=653572). Apart from the discus

Re: Donation of Maven plugins to the Maven Project.

2008-05-09 Thread Felix Knecht
But one standard for everyone, please. You checked in a more significant contribution without discussion *at all* just a few days ago (http://svn.apache.org/viewvc?view=rev&revision=653572). Apart from the discussion why and who has committed it I feel a bit strange as committer having signed

Invoke external plugin goal within custom plugin

2008-02-01 Thread Felix Knecht
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all Within my own plugin I'd like to invoke the goal foo:bar of another plugin before executing stuff. The goal is not phase based but invoked by commandline. mvn myfoo:bar shall first invoke foo:bar and then myfoo:bar. How can I do this? Th

Re: in repo1 it is available

2007-12-29 Thread Felix Knecht
Carlos Sanchez schrieb: > that's right, I still have to polish the eclipse plugin to generate > the Eclipse repo using some "conventions" > I tried to build 'my' repo for the eclipse-3.3.1.1 version using maven-eclipse-plugin build from trunk with mvn eclipse:to-maven. All worked well and the ar

Re: in repo1 it is available

2007-11-26 Thread Felix Knecht
Do you think there's a chance to get also the eclipse 3.3.1 binary jars into this repository? Thanks Felix > Can we upload some jars in the central repo and more precisely this one : > http://repo1.maven.org/eclipse/org/eclipse/core/org.eclipse.core.resources/3.2.1/ > ?? > Arnaud > > On Nov 26, 2