You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme[1] says that "The Maven plugin is not yet released to the Maven
central repository. To use it, you'll need to build it from source:".
However, TE is now in Maven central repo[2] and therefore one can just
update the POM file.
In addition, the available options lsits ...:maven2-te... instead of
...:maven-te... that is the correct artifactId.
[1] http://code.google.com/p/testability-explorer/wiki/Readme
[2]
http://repo1.maven.org/maven2/com/google/testability-explorer/maven-testability-
plugin/
Original issue reported on code.google.com by [email protected] on 30 Oct 2009 at 1:40
The text was updated successfully, but these errors were encountered:
Current POM entry for reporting section is:
<plugin>
<groupId>com.google.testability-explorer</groupId>
<artifactId>maven-testability-plugin</artifactId>
<version>1.3.3</version>
</plugin>
Original issue reported on code.google.com by
[email protected]
on 30 Oct 2009 at 1:40The text was updated successfully, but these errors were encountered: