I will remove `clean`, since there is nothing to clean. We shouldn't add unnecessary overhead.
On Tue, Sep 3, 2024 at 7:01 PM Piotr P. Karwasz <piotr.karw...@gmail.com> wrote: > 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 >