poc-junit

Junit Test Project

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.dbck.poc
ArtifactId

ArtifactId

poc-junit
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

poc-junit
Junit Test Project
Project URL

Project URL

https://github.com/dbck/poc-junit
Project Organization

Project Organization

dbck
Source Code Management

Source Code Management

https://github.com/dbck/poc-junit

Download poc-junit

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
ch.qos.logback : logback-classic jar 1.2.3
org.junit.jupiter : junit-jupiter jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (4)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.18.0
org.mockito : mockito-core jar 3.6.0
org.mockito : mockito-inline jar 3.6.0
org.mockito : mockito-junit-jupiter jar 3.6.0

Project Modules

There are no modules declared in this project.

Local development environment

Compile / Install

mvn install

Quality check

mvn -Dsonar.login=${SONAR_TOKEN} -Pquality verify

Deployment

Local

mvn verify

Snapshot

git checkout main
git push

Release

git checkout release
git merge main
git push
git checkout main
# After release is finished
git pull

Debug profiles

mvn help:active-profiles

Disable profiles

mvn help:active-profiles -P-github,-ossrh

Maintenance

mvn versions:display-dependency-updates
mvn versions:display-plugin-updates

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1