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