We developed a web application (struts 1.x/Hibernate based) for which I built a war file using ANT build script. Now, my company wants me to obfuscate the .classes files
I\'m currently developing a Java library of my own to be used in other apps in my office, and I\'m exploring ways of obfuscating the library itself.
I try to obfusca开发者_如何学Gote my project, but not all code. I try obfuscate only code from 1 package.
Has anybody used maven and yguard for obfuscating jar files开发者_开发问答?How to do so?I have done obfuscation using yguard in Maven. I have used the maven ant run plugin to run the ant tasks.
I\'ve already looked at this question: Python iterators – how to dynamically assign self.next within a new style class?