Skip to content

Issue #17: Maven Caching

Keith Valin requested to merge improvment/17-maven-cache into main

This MR does 2 things,

  1. It separates the plugin into it's own build step, that has artifacts from the target directory generated by maven.
  2. It adds a cache for the plugin build step, so it won't fetch external dependencies every time. This significantly reduces the build time for the plugin.

This will close #17 (closed)

Edited by Keith Valin

Merge request reports