Travis output extension

Some extension Travis oriented.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

maven-travis-output
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Travis output extension
Some extension Travis oriented.
Ссылка на сайт

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

https://github.com/rmannibucau/maven-travis-output
Система контроля версий

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

https://github.com/rmannibucau/maven-travis-output

Скачать maven-travis-output

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

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

Зависимости

provided (1)

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

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

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

Maven Travis Output

Ensure something is written on the output each minute.

It helps maven builds when executed with -q or a customized log level and a lot of things is happening behind the scene (avoids "false" Travis timeouts).

Setup

There are multiple ways to do it but one simple is to grab the jar and pass it in maven ext system properties:

mvn dependency:copy -Dartifact=com.github.rmannibucau:maven-travis-output:1.0.0 -DoutputDirectory=/tmp
export MAVEN_OPTS="-Dmaven.ext.class.path=/tmp/maven-travis-output-1.0.0.jar -B -q -e"

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

Версия
1.0.1
1.0.0