becavin-lab / bacnet

BACNET is a Java based platform to develop website for multi-omics analysis
GNU General Public License v3.0
13 stars 1 forks source link

Modify dependency management using Maven/Tycho and create Automatic deployment of specific application #22

Open drbecavin opened 5 years ago

drbecavin commented 5 years ago

Using MANIFEST and tools for automatic deployment in war in Eclipse

drbecavin commented 5 years ago

Add Tycho for allowing Maven build capability Creation of 'pom.xml' for all plugins

drbecavin commented 5 years ago

I have added pom.xml in all plugins. Doing "Transform in Maven project" Then I add Maven library like : javax.mail using: https://stackoverflow.com/questions/4859825/how-to-add-maven-managed-dependencies-library-in-build-path-eclipse/4859864#4859864 And function : add Maven project Did not really worked. Need to import Maven library as bundles and then import them in the MANIFEST.MF

drbecavin commented 5 years ago

CANCEL COMMIT ! Modification NOT WORKING ! Need not re-work on this later.