Page tree

 

The plugin is downloaded by integrating it into the Maven build process. The plugin may also be downloaded from its artifact repository, but since downloading does not resolve its dependencies, this approach is of little use.

Description

The artifact is available from the Maven Central Repository at /de/smartics/maven/plugin/buildmetadata-maven-plugin.

Use the following coordinates to identify this plugin:

de.smartics.maven.plugin:buildmetadata-maven-plugin:1.7.0
<dependency>
  <groupId>de.smartics.maven.plugin</groupId>
  <artifactId>buildmetadata-maven-plugin</artifactId>
  <version>1.7.0</version>
</dependency>

Usually you would include the plugin into your build process as documented in Usage of Plugin .

 

Due to naming conventions for Maven plugins, this plugin has changed its artifact identifier. Please take this into account, if you are accessing artifacts on our artifact repository.

Please use the new artifact identifier and update your Maven POMs accordingly!

Resources

  • All Versions - provides access to project reports of all versions.
  • Latest Version - project report of the latest version of this plugin.