Maven integration with DependencyWatcher service.
<build>
<plugins>
<plugin>
<groupId>com.dependencywatcher</groupId>
<artifactId>dependencywatcher-maven-plugin</artifactId>
<configuration>
<apiKey>Your API key here</apiKey>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>update</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Name | Description | Default value |
---|---|---|
baseUri | URL of DependencyWatcher API. | https://dependencywatcher.com/api/v1 |