Skip to content

Commit

Permalink
#47 Add versioneye:delete to the section overview.
Browse files Browse the repository at this point in the history
  • Loading branch information
reiz committed Feb 26, 2016
1 parent 42a72d6 commit 797a906
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Summary
- [mvn versioneye:licenseCheck](#mvn-versioneyelicensecheck)
- [mvn versioneye:securityCheck] (#mvn-versioneyesecuritycheck)
- [mvn versioneye:securityAndLicenseCheck] (#mvn-versioneyesecurityandlicesecheck)
- [mvn versioneye:delete](#mvn-versioneyedelete)
- [Proxy](#proxy)
- [VersionEye Enterprise](#versioneye-enterprise)
- [Multi-Module Projects](#multi-module-projects)
Expand Down Expand Up @@ -139,8 +140,8 @@ Now let the versioneye-maven-plugin know what your *API KEY* is.
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<apiKey>MY_SECRET_API_KEY</apiKey>
</configuration>
<apiKey>MY_SECRET_API_KEY</apiKey>
</configuration>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -174,8 +175,8 @@ If you want so you can configure another place for the versioneye.properties fil
<artifactId>versioneye-maven-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<propertiesPath>${basedir}/versioneye.properties</propertiesPath>
</configuration>
<propertiesPath>${basedir}/versioneye.properties</propertiesPath>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 797a906

Please sign in to comment.