Netbeans web application - excluding the JAR while building the WAR
- by Santhosh Reddy Mandadi
Hi guys - I'm using Netbeans IDE for developing the web applications and I've some JARs available in the application server which doesn't need to be with WAR but we needed them to compile and run locally. Is there an option in Netbeans to exclude the JAR file while building the WAR file?
Thanks
Santhosh