Filter repository extension

Add one or multiple repositories to the build

Лицензия

Лицензия

Группа

Группа

com.github.rmannibucau
Идентификатор

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

filter-repository-extension
Последняя версия

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Filter repository extension
Add one or multiple repositories to the build
Ссылка на сайт

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

https://github.com/rmannibucau/filter-repository-extension
Система контроля версий

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

https://github.com/rmannibucau/filter-repository-extension

Скачать filter-repository-extension

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

<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/filter-repository-extension/ -->
<dependency>
    <groupId>com.github.rmannibucau</groupId>
    <artifactId>filter-repository-extension</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/filter-repository-extension/
implementation 'com.github.rmannibucau:filter-repository-extension:1.0.2'
// https://jarcasting.com/artifacts/com.github.rmannibucau/filter-repository-extension/
implementation ("com.github.rmannibucau:filter-repository-extension:1.0.2")
'com.github.rmannibucau:filter-repository-extension:jar:1.0.2'
<dependency org="com.github.rmannibucau" name="filter-repository-extension" rev="1.0.2">
  <artifact name="filter-repository-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='filter-repository-extension', version='1.0.2')
)
libraryDependencies += "com.github.rmannibucau" % "filter-repository-extension" % "1.0.2"
[com.github.rmannibucau/filter-repository-extension "1.0.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.eclipse.jgit : org.eclipse.jgit jar 5.2.1.201812262042-r
org.apache.commons : commons-text jar 1.6

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-core jar 3.6.0

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

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

Maven Repository Filter Extension

Gives the ability to filter repositories with maven placeholders.

Setup

<!-- in build section -->
<extensions>
  <extension>
    <groupId>com.github.rmannibucau</groupId>
    <artifactId>filter-repository-extension</artifactId>
    <version>${extension.version}</version>
  </extension>
</extensions>

Usage

<repository>
  <id>company.dynamic.snapshots</id>
  <url>https://foo.com/nexus/content/repositories/snapshots/${git.branch}</url>
  <releases>
    <enabled>false</enabled>
  </releases>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
</repository>

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

Версия
1.0.2
1.0.1
1.0.0