havapa / testability-explorer

Automatically exported from code.google.com/p/testability-explorer
Apache License 2.0
0 stars 0 forks source link

Correct wiki wrt. Readme/Running with Maven. #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 jussiku...@gmail.com on 30 Oct 2009 at 1:40

GoogleCodeExporter commented 8 years ago
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 comment by jeffjjen...@gmail.com on 24 Feb 2010 at 8:52