Re: obfuscation

2013-11-12 Thread Stephen Connolly
Ha! I didn't spot the date... Further information. I no longer work for the people that the pom snippet was from, so even if I could have been bothered to try and dig the source out of source control (in this case it would have been Accurev, so there is no guarantee that that specific lying SCM wo

Re: obfuscation

2013-11-12 Thread Wayne Fay
Ravindar, for replying to a nearly 6 year old thread... YOU'VE BEEN AWARDED AN ACHIEVEMENT! "The Crypt Keeper" If the thread gets more than 6 replies, you will also be awarded "The Necromancer" for bringing an old, dead topic back to life. ;-) Wayne On Tue, Nov 12, 2013 at 7:20 AM, ravindar wro

Re: obfuscation

2013-11-12 Thread Stephen Connolly
That is a JavaGuard problem not a Maven problem... you'd need to know how to set up JavaGuard... I don't claim to know that On 12 November 2013 13:20, ravindar wrote: > Hi Stephen, > > I am getting FileNotFound exception as I don't have config.properties file > in the specified path. Can you pl

RE: obfuscation

2013-11-12 Thread ravindar
Hi Stephen, I am getting FileNotFound exception as I don't have config.properties file in the specified path. Can you please let me know, what that file contains and where can I get that file. Can you also please post that sample file if possible... Thanks, Ravindar -- View this message in co

RE: obfuscation

2007-11-29 Thread Richard Chamberlain
Thanks Ben and Steve! -Original Message- From: Stephen Connolly [mailto:[EMAIL PROTECTED] Sent: 29 November 2007 11:08 To: Maven Users List Subject: Re: obfuscation We use JavaGuard with the following in the pom.xml You could probably adapt it to your config

Re: obfuscation

2007-11-29 Thread Stephen Connolly
We use JavaGuard with the following in the pom.xml You could probably adapt it to your config org.codehaus.mojo exec-maven-plugin package

Re: obfuscation

2007-11-29 Thread ben short
Have a look at the antrun plugin [1] [1] http://maven.apache.org/plugins/maven-antrun-plugin/ On Nov 29, 2007 10:29 AM, Richard Chamberlain <[EMAIL PROTECTED]> wrote: > Hi all, > > > > I've got a requirement to obfuscate the java code we produce. > > > > Currently we use yguard with ant, there do