Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.0.2 Minor Release
-
Labels:
-
Story Points:0.5
-
Sprint:B - Summer 2018, Summer 2018 Part 2
Description
The OSGi container caches bundles in version-specific folders in a user's hidden .igb directory. This directory resides in the user's HOME directory under Linux & MacOS and somewhere else under Windows.
When a developer runs "mvn clean", the clean process should delete the bundle cache for the version of IGB being built.
Currently, developer must do this manually.
Note: This issue requires understanding maven configuration. It would be a good issue for a beginner to learn maven and how to run/test IGB.
Analysis:
mvn install: Does not copy the bundles into users HOME directory, it compiles the classes and puts it in the target folder in project directory.
mvn clean: Deletes the target folder and files inside it.