fcrepo-exts / migration-utils

An in-development framework for managing data migrations from previous versions to 4.x.
Apache License 2.0
13 stars 29 forks source link

added profile for building artifact without tests or other checks #136

Closed pwinckles closed 3 years ago

pwinckles commented 3 years ago

What does this Pull Request do?

Adds a maven profile for building without tests or other checks.

How should this be tested?

mvn -Pfast-build clean install

Interested parties

@fcrepo/committers

Surfrdan commented 3 years ago

Build succeeds with new profile specified. Thanks Peter