Re: [jira] Commented: (WAGON-254) wagon-ftp :: error uploading site:: too many open files

2008-12-31 Thread Dan Tran
from your stacktrace, i found this if ( ftp.storeFile( fileName, new FileInputStream( sourceFile ) ) ) it could be your system runs our of file descriptors since the FileInputStream is not explicitly closed until GC. you can help by building your own version of wagon-ftp-beta-4 w

Re: mercury-ant update

2008-12-31 Thread Oleg Gusakov
Hervé BOUTEMY wrote: I didn't have time to really look at it, but I like this deps directly into classpath! really kewl ;) I know man, I was really excited when it all worked! The coolest part is that can also be used inside filesets, so you don't need to do anything special to access fi

Re: [VOTE] Release maven-skins parent POM 4

2008-12-31 Thread Hervé BOUTEMY
+1 Le dimanche 28 décembre 2008, Dennis Lundberg a écrit : > Hi > > It time to release our Stylus skin. To start off we need to get a new > release of maven-skins parent 4 out, so that we later can release > maven-stylus-skin. This is to comply with the new with the new Privacy > policy. > > Diff

Re: mercury-ant update

2008-12-31 Thread Hervé BOUTEMY
I didn't have time to really look at it, but I like this deps directly into classpath! really kewl ;) I have only one little question: > why specify name when you use pom? All the information in in the pom content, no? This leads to information duplication, or even worse, inconsistency...

Re: broken plexus-maven-plugin starting at 1.3.6

2008-12-31 Thread Arnaud HERITIER
Due to the chaneg in the plexus plugin I fixed the build in the release manager like that : http://svn.apache.org/viewvc/maven/release/trunk/maven-release-manager/pom.xml?r1=720229&r2=720531&diff_format=h Arnaud On Wed, Dec 31, 2008 at 10:59 AM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrot

Re: broken plexus-maven-plugin starting at 1.3.6

2008-12-31 Thread Benjamin Bentmann
Dan Tran wrote: where is the site of the new plugin you are talking about? Just in case: https://svn.codehaus.org/plexus/plexus-containers/trunk/plexus-component-metadata Benjamin - To unsubscribe, e-mail: dev-unsubscr...@m

Re: broken plexus-maven-plugin starting at 1.3.6

2008-12-31 Thread Benjamin Bentmann
Dan Tran wrote: Starting at version 1.3.6, plexus:descriptor has the following changes: 1. default outputDirectory is ${project.build.outputDirectory} insteadd of ${project.build.directory}/generated-resources/plexus 2. default phase is "process classes" instead of generate-resources. N