war - How Exclude some files from Eclipse Java EE Web Application project Deployment Assembly -


as described question title, i've eclipse java ee web application project. webcontent folder i've files , subfolder in witch there .ds_store osx system files cause problem because included when export war file.

i know there way exclude file or folder src folder, not webcontent!

any ideas?

regards

why not remove (delete or move folder) if shouldnt in webcontent folder?

otherwise use deployment assembly settings. open project properties, , remove top webcontent , add want packaged.

enter image description here

also can exclude files/folder setting resource filter. add filter... shown below: enter image description here


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -