Maven Profile expression activator

Allows profile activation using expressions

Лицензия

Лицензия

Категории

Категории

Github Инструменты разработки Контроль версий JUnit Тестирование компонентов
Группа

Группа

io.github.zregvart
Идентификатор

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

junit-github-reporter
Последняя версия

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

0.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Maven Profile expression activator
Allows profile activation using expressions
Система контроля версий

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

https://github.com/zregvart/junit-github-reporter

Скачать junit-github-reporter

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

<!-- https://jarcasting.com/artifacts/io.github.zregvart/junit-github-reporter/ -->
<dependency>
    <groupId>io.github.zregvart</groupId>
    <artifactId>junit-github-reporter</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zregvart/junit-github-reporter/
implementation 'io.github.zregvart:junit-github-reporter:0.4.0'
// https://jarcasting.com/artifacts/io.github.zregvart/junit-github-reporter/
implementation ("io.github.zregvart:junit-github-reporter:0.4.0")
'io.github.zregvart:junit-github-reporter:jar:0.4.0'
<dependency org="io.github.zregvart" name="junit-github-reporter" rev="0.4.0">
  <artifact name="junit-github-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zregvart', module='junit-github-reporter', version='0.4.0')
)
libraryDependencies += "io.github.zregvart" % "junit-github-reporter" % "0.4.0"
[io.github.zregvart/junit-github-reporter "0.4.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.junit.platform : junit-platform-launcher Необязательный jar
org.junit.platform : junit-platform-engine Необязательный jar

test (4)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar
org.junit-pioneer : junit-pioneer jar 1.4.1
org.assertj : assertj-core jar 3.19.0
net.bytebuddy : byte-buddy jar 1.11.0

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

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

Maven Central

How to use

Add as a test dependency

For example when using Maven:

<dependency>
  <groupId>io.github.zregvart</groupId>
  <artifactId>junit-github-reporter</artifactId>
  <version>${junit-github-reporter.version}</version>
  <scope>test</scope>
</dependency>

Add it as an additional classpath element

Strict dependency checks will find the junit-github-reporter as unused, then add to Surefire's classpath using this:

<plugin>
  <artifactId>maven-surefire-plugin</artifactId>
  <configuration>
    <additionalClasspathElements>
      <additionalClasspathElement>${settings.localRepository}/io/github/zregvart/junit-github-reporter/${junit-github-reporter.version}/junit-github-reporter-${junit-github-reporter.version}.jar</additionalClasspathElement>
    </additionalClasspathElements>
  </configuration>
  <dependencies>
    <dependency>
      <groupId>io.github.zregvart</groupId>
      <artifactId>junit-github-reporter</artifactId>
      <version>${junit-github-reporter.version}</version>
    </dependency>
  </dependencies>
</plugin>

Release

To release run:

$ ./mvnw clean deploy -Pbasepom.oss-release

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

Версия
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0