Re: whither jar 2.1?

2006-08-18 Thread Jochen Wiedmann
About 1 month ago, Mike Perham and Brett Porter wrote: > It looks ready - it just needs someone to call a vote! > (I'm notoriously bad at having open ended votes recently, so > I'll leave it for someone that has the time to do the release...) On 19/07/2006 2:02 PM, Mike Perham wrote: > What's

Re: Stuck

2006-08-18 Thread Arnaud Bailly
"Vincent Siveton" <[EMAIL PROTECTED]> writes: > Hi Arnaud, > > You need to : > * svn up and install doxia / maven [1] (and delete files in your old M2_HOME) > * or manually install maven-reporting, doxia-sink-api, and copy all > generated jar to your $M2_HOME/lib THat's what I did, but there seem

Re: Stuck

2006-08-18 Thread Vincent Siveton
Hi Arnaud, You need to : * svn up and install doxia / maven [1] (and delete files in your old M2_HOME) * or manually install maven-reporting, doxia-sink-api, and copy all generated jar to your $M2_HOME/lib Cheers, Vincent [1] http://maven.apache.org/guides/development/guide-building-m2.html, B

Stuck

2006-08-18 Thread Arnaud Bailly
Hi to all, This post is a follow up on my previous posts about trying to extend doxia with a new input format (eg. muse). As suggested by answers to my questions, I tried to integrate my module directly into doxia, (trunk version, ie. 1.0-alpha-9-SNAPSHOT). This implied modification hence recompili

Re: [vote] Release Maven Parent POM v4

2006-08-18 Thread John Casey
+1...just to be clear, this POM does not contain any dependency information for plexus-container-default, right? -john On 8/13/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: +1 fabrizio On 8/10/06, Brett Porter <[EMAIL PROTECTED]> wrote: > Hi, > > Currently, v2 of the parent does not have

Re: Plugin executions

2006-08-18 Thread Jon SlinnHawkins
Yeah, I am using profiles. In this case i have all the executions defined in 1 profile using the PluginManageement section. The inheriting Poms then state that they want to use that plugin. Is it not possible to explicitly state in an inheriting pom which of the executions of a plugin to use.