Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: enable integration tests when testing

...

Code Block
mvn test -Dmaven.test.skip=false -DskipITs=false

 

Do a Dry Run

This step is not required, but performs a useful sanity check without committing any changes. From your clean, up-to-date copy of master/branch, run the following command (from [dspace-src]):

...