Compile Switches

Maven plugin to support a certain kind of conditional compilation in Java Maven projects

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

de.renebergelt.maven.plugins
Идентификатор

Идентификатор

compile-switches-maven-plugin
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Compile Switches
Maven plugin to support a certain kind of conditional compilation in Java Maven projects
Ссылка на сайт

Ссылка на сайт

https://github.com/renber/compile-switches-maven-plugin
Система контроля версий

Система контроля версий

https://github.com/renber/compile-switches-maven-plugin

Скачать compile-switches-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>de.renebergelt.maven.plugins</groupId>
    <artifactId>compile-switches-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 3.5.0
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5
org.apache.maven : maven-project jar 2.2.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

compile-switches-maven-plugin

Maven plugin to support some kind of conditional compilation in Java Maven projects

Please see this blog post on how this works and how it can be used in a project.

How to use

The plugin is available on maven central to be included in your project's pom file:

<dependency>
  <groupId>de.renebergelt.maven.plugins</groupId>
  <artifactId>compile-switches-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>

Версии библиотеки

Версия
1.0.0