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.

License

License

Categories

Categories

Maven Build Tools config Application Layer Libs Configuration
GroupId

GroupId

com.github.htfv.maven.plugins
ArtifactId

ArtifactId

build-configurator-maven-plugin
Last Version

Last Version

1.1.0.CR1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.

Download build-configurator-maven-plugin

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.github.htfv.maven.plugins : build-configurator-core jar 1.1.0.CR1
commons-configuration : commons-configuration jar 1.7
org.apache.commons : commons-lang3 jar 3.1
org.apache.maven : maven-core jar 3.0.4
org.apache.maven : maven-plugin-api jar 3.0.4
org.apache.tomcat : tomcat-jasper-el jar 7.0.23

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 2.0.0

test (1)

Group / Artifact Type Version
com.github.htfv.maven.plugins : maven-integration-testing jar 1.1.0.CR1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0.CR1
1.0.0
1.0.0.Beta1