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
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
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
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
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
-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
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
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