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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org