MVN

com.github.htfv.maven.plugins : build-configurator-maven-plugin

Maven & Gradle

Dec 04, 2012
1 usages

Build Configurator Maven Plugin · The Build Configurator Maven Plugin provides advanced options for configuring projects. It can do the following: - Load properties from files. - Add or remove dependencies on conditions. - Update plugin configuration or add executions on some conditions. - Unified EL is supported in all elements and property files.

<plugin>
    <groupId>com.github.htfv.maven.plugins</groupId>
    <artifactId>build-configurator-maven-plugin</artifactId>
    <version>1.1.0.CR1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.htfv.maven.plugins : build-configurator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0.CR1
  • Latest Beta: 1.0.0.Beta1

All Versions

Choose a version of com.github.htfv.maven.plugins : build-configurator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
build-configurator-maven-plugin-1.1.0.CR1
1.0.x
build-configurator-maven-plugin-1.0.0
build-configurator-maven-plugin-1.0.0.Beta1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.htfv.maven.plugins</groupId>
    <artifactId>build-configurator-maven-plugin</artifactId>
    <version>1.1.0.CR1</version>
</plugin>