can you share a demo project, pleaase? Regards,
Hervé Le samedi 28 mars 2015 16:27:06 Robert Mark Bram a écrit : > Hi all, > > Please excuse me if this is a double post - I couldn't be sure the > first one went through. > > I am trying this command line: > > mvn --fail-at-end -Plocal verify site > > And I find that if an integration test fails, site is *not* being run > at all - even with --fail-at-end. This is my reporting element in > pom.xml: > > <reporting> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-report-plugin</artifactId> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-javadoc-plugin</artifactId> > </plugin> > </plugins> > </reporting> > > Have I misunderstood how site or --fail-at-end works? > > Rob > > :) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
