Hi Gary, On Tue, 3 Sept 2024 at 18:25, Gary Gregory <garydgreg...@gmail.com> wrote: > > Why doesn't the maven build in the review kit (below) invoke clean goal? > > > +sh mvnw -Prelease clean verify artifact:compare > > -Dreference.repo=$NEXUS_REPO > > + > > +# Run tests only (Windows) > > +sh mvnw -Prelease clean verify artifact:compare > > \ No newline at end of file
Normally there is nothing to clean, but as you can see I added `clean` to both UNIX and Windows. Piotr