Re: svn commit: r591067 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/codehaus/plexus/util: ReaderFactory.java WriterFactory.java xml/

2007-11-01 Thread olivier lamy
Is this really needed ? (The site plugin has a dependency to p-u 1.4.5.) 2007/11/1, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Author: hboutemy > Date: Thu Nov 1 09:11:16 2007 > New Revision: 591067 > > URL: http://svn.apache.org/viewvc?rev=591067&view=rev > Log: > [MSITE-239] copied XML encoding

Re: Not replacing token in plugin's parameters

2007-11-01 Thread Stephane Nicoll
Kenney, Daniel (and others) I've seen another thread on resources filtering[1] where it is stated that $${pom.version} would inject ${pom.version} (and not the value) in a mojo field. Hey cool, that answers my question. The only problem is that it does not work :) If I do: $${artifactId}.$${ext

[jira] Subscription: Design & Best Practices

2007-11-01 Thread jira
Issue Subscription Filter: Design & Best Practices (28 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques htt

small kodo-maven-plugin extension

2007-11-01 Thread Mark Struberg
Hi! I've extended the kodo-maven-plugin originally written by Brian Fox with a few new features: .) configurable kodo.properties .) separated kodo.licensekey .) schema and mapping generation .) sequencer generation .) bit more docs (also added a few lines how to configure xdoclet for JDO) I wou

I need help on the eclipse plugin

2007-11-01 Thread Arnaud HERITIER
Hi guys, The eclipse plugin has actually more than 150 issues opened, and there's a patch for 10 of them. I begin to work on the support for WTP 2.0 which is asked a lot by our users. If some of you want to help me to prepare the version 2.5 of the plugin by fixing some issues ;-) Even if

Re: svn commit: r591067 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/codehaus/plexus/util: ReaderFactory.java WriterFactory.java xml/

2007-11-01 Thread Hervé BOUTEMY
Le jeudi 01 novembre 2007, Dennis Lundberg a écrit : > Will this really work? good question: I'll need to make a "real world" test to confirm that, which I didn't do for the moment. > > The site-plugin depends on doxia, which depends on plexus-utils-1.4.x. > And IIUC we need Maven 2.0.6 to be abl

Re: svn commit: r591067 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/codehaus/plexus/util: ReaderFactory.java WriterFactory.java xml/

2007-11-01 Thread Dennis Lundberg
Will this really work? The site-plugin depends on doxia, which depends on plexus-utils-1.4.x. And IIUC we need Maven 2.0.6 to be able to access classes that are in plexus-utils-1.4.x, but are not in plexus-utils-1.1. So unless you add *all* classes that differs between 1.1 and 1.4.x of plexus-

Re: Request for karma on maven.zones.apache.org

2007-11-01 Thread Hervé BOUTEMY
pfew, couldn't have been faster on IRC :) thanks Hervé Le jeudi 01 novembre 2007, Brett Porter a écrit : > added :) > > On 02/11/2007, at 9:29 AM, Hervé BOUTEMY wrote: > > Le jeudi 01 novembre 2007, Brett Porter a écrit : > >> On 01/11/2007, at 9:18 PM, Hervé BOUTEMY wrote: > >>> Le jeudi 30 aoû

Re: XML encoding, Maven and plugins

2007-11-01 Thread Hervé BOUTEMY
ok, work done for the 4 plugins I found that the situation was less serious as anticipated for install and deploy plugins: actual versions work perfectly for users building their project with Maven and enhancing their pom.xml with custom encoding when Maven 2.0.8 will be released (I used the SNA

Re: Request for karma on maven.zones.apache.org

2007-11-01 Thread Brett Porter
added :) On 02/11/2007, at 9:29 AM, Hervé BOUTEMY wrote: Le jeudi 01 novembre 2007, Brett Porter a écrit : On 01/11/2007, at 9:18 PM, Hervé BOUTEMY wrote: Le jeudi 30 août 2007, Dennis Lundberg a écrit : Hi Would someone be so kind and add karma for me (dennisl) on maven.zones.apache.org, s

Re: Request for karma on maven.zones.apache.org

2007-11-01 Thread Hervé BOUTEMY
Le jeudi 01 novembre 2007, Brett Porter a écrit : > On 01/11/2007, at 9:18 PM, Hervé BOUTEMY wrote: > > Le jeudi 30 août 2007, Dennis Lundberg a écrit : > >> Hi > >> > >> Would someone be so kind and add karma for me (dennisl) on > >> maven.zones.apache.org, so that I can run plugin builds from > >

Re: Execution of a AbstractMojoTestCase test from within Eclipse

2007-11-01 Thread Benjamin Bentmann
Benjamin Bentmann wrote: > > The later one gets the mojo from the caller and hence needs no lookup from > the Plexus container. > A warning: Not looking up the mojo from the container seems to have a drawback: Injection of components into mojo fields annotated with "@component" is disabled and

[Results] [VOTE] Release Archiva-1.0-beta-3 (Take 2)

2007-11-01 Thread Maria Odea Ching
Below are the results of this vote: +5 Binding Votes (Fabrice, Joakim, Brett, John T. and Myself) +1 Non-binding Votes (James) I'll finalize the release and will send an update. Thanks, Deng On 10/30/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > Take 2.. :) > > Archiva

Re: Request for karma on maven.zones.apache.org

2007-11-01 Thread Brett Porter
On 01/11/2007, at 9:18 PM, Hervé BOUTEMY wrote: Le jeudi 30 août 2007, Dennis Lundberg a écrit : Hi Would someone be so kind and add karma for me (dennisl) on maven.zones.apache.org, so that I can run plugin builds from Continuum. Hi, Can I (hboutemy) have some karma too to work on encodi

Re: Request for karma on maven.zones.apache.org

2007-11-01 Thread Hervé BOUTEMY
Le jeudi 30 août 2007, Dennis Lundberg a écrit : > Hi > > Would someone be so kind and add karma for me (dennisl) on > maven.zones.apache.org, so that I can run plugin builds from Continuum. Hi, Can I (hboutemy) have some karma too to work on encoding for plugins? I'm fighting with a stupid prob