We are using eclipse + WDT + WebSphere Liberty profile.
WLP runtime is installed in some location and we create the WLP server in a different location (ie not in <wlp_home>\usr\servers)
To do this:
- we create a "generic" eclipse project in the workspace to be the home of the WLP server
- in the eclipse preference
"Server -> Runtime Environments -> WAS Liberty","Advanced Options", we add a"User directories"pointing to the project previously created in the workspace - when creating the server, we specify that "user location" and everything is fine and works well, teh WLP is created in the generic project.
The problem is that each time we start eclipse on the workspace, a project called "WebSphere Application Server Liberty" is created in the workspace.
This project points to the "<wlp_home>\usr" directory that we don't use. It is just useless for us as the WLP server is not held there .
Q: how to avoid the creation of this useless/annoying project? In the preference? in the server? or ..?
("Closing" the project is not even a mitigation solution as it is "reopened" each time eclise starts..)