Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Sprint:Fall 3: Oct 12 - Oct 23
Description
IGB project uses JFlow library to display clickable genome version shortcut images on the IGB home screen. The IGB build process retrieves the JFlow artifact (a conventional jar file) from https://maven.bioviz.org/repo2, managed by us. It then wraps it into a larger bundle along with some other non-OSGi jar files, which exports its packages.
This is working fine, but we would also like to reduce our costs and make our project simpler. Toward this end, we would like to instead retrieve JFlow from a public repository used by many people, for greater longevity.
However, the JFlow artifact is not currently available in maven central.
For this task, export the JFlow code into a new bitbucket repository, preserving all the history of the project.
Reviewers:
- Please check that all files were migrated
- Please check that history is preserved for the files.
[~aloraine] Do I need to create the repository public or private and also do I need to add pom.xml as well used for publishing repository to Maven Central?