Skip to content

DependencyWatcher/maven-plugin

Repository files navigation

maven-plugin

Maven integration with DependencyWatcher service.

Build Status

Usage

<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>

Optional configuration options

Name Description Default value
baseUri URL of DependencyWatcher API. https://dependencywatcher.com/api/v1

About

Maven integration with DependencyWatcher service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages