Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:Fall 5 : 14 Oct to 25 Oct, Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov, Fall 8 : 25 Nov to 6 Dec
Description
We recently discovered that our use of the BundleResources tag in our demonstration IGB App pom.xml's was blocking inclusion of everything under main/resources in the jar file.
This came up when we noticed that the "Get Average Score" App was no longer getting installed when we included the repository.xml file in the jar file.
We now know why this was happening!
(Spoiler alert: It's a maven thing.)
For details, see:
For the next step, we need to implement and of course test the fix recommended in the above ticket.
For this task, update all the pom.xml files for each of the IGB demonstration Apps in our lorainelab bitbucket account. Make forks and submit PRs from there.
Please note: All IGB demonstration App's are in the project "IGB Apps" which you can find by visiting the Loraine Lab bitbucket page https://bitbucket.org/lorainelab/. Just click the link labeled "Projects" on the left of the page.
Attachments
Issue Links
- relates to
-
IGBF-2041 Investigate and fix errors in functionality of Get Average Score App
-
- Closed
-
Also please update bitbucket_pipelines.yml:
Installation does not make sense because "mvn install" typically means: copy the jar to the user's local .m2 directory.
This should never happen for an App because Apps should never be used for compiling projects.
Also, this does not make sense for our Docker image.
The IGB project mvn command is running "mvn install" only because the project pom's are organized in a weird way.