Hi,
We have an ear project in ME with ejb and web modules. In the ear project, we have a bunch of files like build scripts and related junk that we need for the project. When we do a deploy using ME, it picks up everything in the ear project folder and deploys to the server. Is there any way of stopping this? It is not really a problem apart from bloating and messing up the ear but we are worried that at some point there will be some files that will actually stop the ear from working.
Just to clarify this is the structure we have:
earproject
-junkfile1
-junkfile2
-buildfile2
-META-INF
–application.xml
–MANIFEST.MF
-lib
–somejar.jar
ejbproject
-some folder structure here
weproject
-some folder structure here
Thanks!