Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:Summer 2019 Sprint 8, Summer 2019 Sprint 9
Description
This task is to update pom.xml for IGB Quick Start App:
Changes:
- Investigate: Can user build without cloning & building a local copy of the platform - the Integrated Genome Browser repository? If not, investigate removing reference to parent pom
- Inspect code imports; check all are provided by the container
- Require IGB platform bundle versions 9+ or higher
- Use bitbucket pipeline to bundle a jar on every merge to master
- Embed commit hash, repository metadata in jar (see linked issue https://jira.transvar.org/browse/IGBF-1548)
I tried to build the IGB app on my EC2 instance without cloning/building a local copy of the platform but the build was failing.
So, I removed the parent pom reference from its pom.xml and also I made some changes to the pom file related to dependency versions in order to build the app successfully.
It worked. Now I have generated git.properties file using the git plugin which Noor Zahara has used to get commit hash and repository metadata. Even that part is working fine. I am currently working on generating a jar file using the bitbucket pipeline for every merge to master. I'll provide an update on that part soon.