ChemSpot icon indicating copy to clipboard operation
ChemSpot copied to clipboard

Maven deployment

Open thuber opened this issue 12 years ago • 1 comments

ChemSpot can be installed via Maven, but it would also be nice to automatically create a runnable jar, copy all required files and optionally tar/compress them

thuber avatar Oct 25 '12 18:10 thuber

This does not work particularly smoothly with Maven. ChemSpot uses non-mavenized libraries that reside in the "system" scope. These libraries are not integrated into the runnable jar, since they're - by definition - assumed to be provided by the system / JRE. The rest (packaging/compression) is working, but we still need a solution for this problem.

thuber avatar Nov 19 '12 20:11 thuber