Development with Maven2 version control

Hi,

Does anyone have a pom.xml which maps the libraries available to Servoy Developer 3.5.7?

Ok, I see loads of :shock: :?: :?: :shock:

In our company, we use a Servoy3.5.7-based application for our in-house CRM system. In addition, we have a webportal running out of tomcat, written in Java. Development of that webportal is via Eclipse with dependency management by Maven2.

I’m partially on the webportal-team and partially on the CRM-team, and write plugins for our CRM which interface with business logic of the webportal.

The big question is: what libraries does the CRM have, and in what version? Next question is: how do I get a list of said libraries in such a form that my Eclipse workspace can handle it?

So, has anyone any experience here and can point me to a pom.xml which maps the libraries, and their versions, which are available to Servoy3.5.7?

Tomcat is served from the Servoy root/server folder.
I think you can find what you want in one of the subfolders.
As far as I know it is not an ‘out-of-the-box’ tomcat server though.

Again, I seem not have made my intention quite clear.

The tomcats for the webportal / website and our in-house CRM are completely seperate entities. We develop our Java code in Eclipse, and that includes any plugins to be written for Servoy. Our Eclipse .project files are not manually maintained, but are generated by maven from the pom-files in our repository.

So: does anyone have such a pom-file which fits the libraries available to a standard Servoy3.5.7 installation? Then I can generate my Eclipse .project files and be sure of developing my code with the same versions of 3rd-party libraries which Servoy uses.