We are currently using
- Maven repository for application dependent module jars as artifacts
- Harbor for application jar as container image(which assembles module jars from maven repo)
Idea is to
- Develop and push application module jars to OCI registry as artifact images.
- A web application jar which assembles dependent (as given in pom.xml file) jars from the OCI registry.
- Push web application jar to OCI registry as container image.
This idea is to avoid maven repo and use Harbor OCI as only repository.
Can this idea implemented using this plugin ?