Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- keep a separate `build:mvn` for ease of read - currently there is no integration test and no need to install locally the generated artifact, so using `package` phase only (and not install or verify) - the impact of the change is that there will be `mvn clean` called also when calling directly `yarn run build:default:catalog`, which I think is acceptable - it is saving ~30 seconds of build time on CI Signed-off-by: Aurélien Pupier <[email protected]>
- Loading branch information