Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: 4.1
-
Component/s: None
-
Labels:None
Description
Need to update pom to build fat jar and make scripts look for that jar
Attachments
Issue Links
- relates to
-
TR-187 Maven support
-
- Resolved
-
Commited change in 56da5410.
Updated pom.xml to have the maven shade plugin build a runnable jar with all of the dependancies. 'mvn package -Dmaven.test.skip=true'
Updated the classpath build in the bin scripts to point to this file, rather than searching for jars in the now non-existant lib folder.
Tested on linux and seems to work. Still needs to be tested on windows.