Bitbucket Pipelines Java Lib To Central Repo Maven Release Plugin

Project showing how to release Java library to Central Repo using maven release plugin and Bitbucket pipelines

License

License

Categories

Categories

Java Languages
GroupId

GroupId

pl.pkk82.ci
ArtifactId

ArtifactId

bbp-java-lib-to-central-repo-mvn-release-plugin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Bitbucket Pipelines Java Lib To Central Repo Maven Release Plugin
Project showing how to release Java library to Central Repo using maven release plugin and Bitbucket pipelines
Project URL

Project URL

https://bitbucket.org/pkk82/ci_bbp-java-lib-to-central-repo-mvn-release-plugin
Source Code Management

Source Code Management

https://bitbucket.org/pkk82/ci_bbp-java-lib-to-central-repo-mvn-release-plugin

Download bbp-java-lib-to-central-repo-mvn-release-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/pl.pkk82.ci/bbp-java-lib-to-central-repo-mvn-release-plugin/ -->
<dependency>
    <groupId>pl.pkk82.ci</groupId>
    <artifactId>bbp-java-lib-to-central-repo-mvn-release-plugin</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.pkk82.ci/bbp-java-lib-to-central-repo-mvn-release-plugin/
implementation 'pl.pkk82.ci:bbp-java-lib-to-central-repo-mvn-release-plugin:1.0.0'
// https://jarcasting.com/artifacts/pl.pkk82.ci/bbp-java-lib-to-central-repo-mvn-release-plugin/
implementation ("pl.pkk82.ci:bbp-java-lib-to-central-repo-mvn-release-plugin:1.0.0")
'pl.pkk82.ci:bbp-java-lib-to-central-repo-mvn-release-plugin:jar:1.0.0'
<dependency org="pl.pkk82.ci" name="bbp-java-lib-to-central-repo-mvn-release-plugin" rev="1.0.0">
  <artifact name="bbp-java-lib-to-central-repo-mvn-release-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.pkk82.ci', module='bbp-java-lib-to-central-repo-mvn-release-plugin', version='1.0.0')
)
libraryDependencies += "pl.pkk82.ci" % "bbp-java-lib-to-central-repo-mvn-release-plugin" % "1.0.0"
[pl.pkk82.ci/bbp-java-lib-to-central-repo-mvn-release-plugin "1.0.0"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.assertj : assertj-core jar 3.22.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.0.7
0.0.6
0.0.5