Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-04 Thread Wendy Smoak
On 9/4/06, Phil Steitz <[EMAIL PROTECTED]> wrote: Thanks, Wendy. How do you force maven to use an earlier version? Adding a plugin element for the site plugin with a version spec did not seem to work for me - at least according to what I saw from -X. Where do you put the plugin element to speci

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-04 Thread Phil Steitz
On 9/4/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 9/4/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > OK - I guess that's why I couldn't find it ;-) I assume the latest > (released) site plugin (2.0-beta-5) is OK to use, right? 2.0-beta-5 has some annoying issues... Shale and Struts are still

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-04 Thread Wendy Smoak
On 9/4/06, Phil Steitz <[EMAIL PROTECTED]> wrote: OK - I guess that's why I couldn't find it ;-) I assume the latest (released) site plugin (2.0-beta-5) is OK to use, right? 2.0-beta-5 has some annoying issues... Shale and Struts are still using 2.0-beta-4 until there is another release. --

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-04 Thread Phil Steitz
On 9/3/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: Phil Steitz wrote: > current released plugin versions would be most appreciated. Where, by > the way, are you getting the maven-changes-plugin for [fileupload]? Oops, you are right! I am using a snapshot version myself. I have asked for a

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-04 Thread Jochen Wiedmann
Phil Steitz wrote: current released plugin versions would be most appreciated. Where, by the way, are you getting the maven-changes-plugin for [fileupload]? Oops, you are right! I am using a snapshot version myself. I have asked for a release on dev@maven.apache.org in order to get this fix

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-04 Thread Phil Steitz
Yes. We should avoid snapshot dependencies. I think when that page was written, the site plugin had not been released yet. I have not yet succeeded in duplicating / reverse engineering the setup to get this working and updated. Updates based on working examples using current released plugin ver

RE: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-03 Thread Jörg Schaible
Jochen Wiedmann wrote on Sunday, September 03, 2006 9:53 PM: > Hi, > > I attempted to build the site of commons-fileupload, following the > instruction from > > http://wiki.apache.org/jakarta-commons/CreatingSiteWithMaven2 > > (To be precise, I simply made sure, that the latest snapshot of

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-03 Thread Jochen Wiedmann
Hi, I attempted to build the site of commons-fileupload, following the instruction from http://wiki.apache.org/jakarta-commons/CreatingSiteWithMaven2 (To be precise, I simply made sure, that the latest snapshot of the maven-site-plugin is being used. I found no other instructions that I shou

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Phil Steitz
On 9/2/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > I will add some comments to the commons pom itself and once things > have stabilized, add a maven 2 section (or I guess rewrite these pages > for m2) to the "building.." and "releasing..." p

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Jochen Wiedmann
On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: I will add some comments to the commons pom itself and once things have stabilized, add a maven 2 section (or I guess rewrite these pages for m2) to the "building.." and "releasing..." pages to doc all of this (unless, of course, someone else bea

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Phil Steitz
On 9/2/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > > - It defines a resource set with the NOTICE.txt and LICENSE.txt. I understand > > the rationale, but unfortunately that triggers a bug in the > > maven-source-plugin: > > It ignores t

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Jochen Wiedmann
On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > - It defines a resource set with the NOTICE.txt and LICENSE.txt. I understand > the rationale, but unfortunately that triggers a bug in the > maven-source-plugin: > It ignores the ínclude/exclude settings when building the source jar. In o

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Phil Steitz
On 9/2/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > +1 on the move to maven 2, but the site needs to stay consistent with > the other commons sites - i.e., if you eliminate navigation.xml, you > have to replace it with whatever the m2 equival

Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Jochen Wiedmann
On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: +1 on the move to maven 2, but the site needs to stay consistent with the other commons sites - i.e., if you eliminate navigation.xml, you have to replace it with whatever the m2 equivalent is to get the commons menus. I think Dennis worked on t