Using Maven Invoker

2013-08-22 Thread Mark Eggers
Maybe I'm just not thinking the Maven way . . . My ultimate goal is to create a web form driven application that allows some slight customization of another web application delivered as a WAR file. The bulk of that application consists of a WAR overlay, and the user ends up creating two files

finished 1.0 of my IDFC obfuscation plugin

2013-08-22 Thread Richard Sand
Hey all - just wanted to let the list know that I completed the 1.0 release of my obfuscation maven plugin and its available on the central repo. The full artifact is "com.idfconnect.devtools:idfc-proguard-maven-plugin:1.0.0". I got some very helpful answers from the list - mainly I was stuck on t

Re: [clean-plugin] Delete files with non-ASCII names created on Windows using clean on *nix

2013-08-22 Thread Robert Scholte
Hi, Have a look at http://jira.codehaus.org/browse/MCLEAN-48 We've added an integration test for it, since we (or I) couldn't reproduce it. The integration test will verify that it can delete both files and directories with special characters. These tests are run on several different syste

Re: [clean-plugin] Delete files with non-ASCII names created on Windows using clean on *nix

2013-08-22 Thread Wayne Fay
On Thu, Aug 22, 2013 at 8:11 AM, Jacob Zwiers wrote: > I have a resource file named "Mise à jour.pptx" under test/resources/pptx. I think that I speak for everyone when I say, we saw this email yesterday. We are (nearly) all volunteers. I know this is a BIG HUGE PROBLEM that needs to be fixed yes

[clean-plugin] Delete files with non-ASCII names created on Windows using clean on *nix

2013-08-22 Thread Jacob Zwiers
I have a resource file named "Mise à jour.pptx" under test/resources/pptx. The file was created on Windows, checked into CVS and checked out on a Linux server. The filename on Linux contains \o340 (which is the ISO-8859-1 / Win-1252 encoded value for the à). When running mvn -e clean on the pr