| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdpl.pkk82.test.ci |
| ArtifactId | ArtifactIdmaven-bbp-mrp-oss |
| Last Version | Last Version1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCI with Maven / Bitbucket pipelines / maven-release-plugin / OSS Sonatype Nexus
Project showing how to release artifact to OSS Sonatype Nexus using Bitbucket Pipelines and
maven release plugin
|
| Filename | Size |
|---|---|
| maven-bbp-mrp-oss-1.6.pom | |
| maven-bbp-mrp-oss-1.6.jar | 3 KB |
| maven-bbp-mrp-oss-1.6-sources.jar | 898 bytes |
| maven-bbp-mrp-oss-1.6-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.pkk82.test.ci/maven-bbp-mrp-oss/ -->
<dependency>
<groupId>pl.pkk82.test.ci</groupId>
<artifactId>maven-bbp-mrp-oss</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/pl.pkk82.test.ci/maven-bbp-mrp-oss/
implementation 'pl.pkk82.test.ci:maven-bbp-mrp-oss:1.6'
// https://jarcasting.com/artifacts/pl.pkk82.test.ci/maven-bbp-mrp-oss/
implementation ("pl.pkk82.test.ci:maven-bbp-mrp-oss:1.6")
'pl.pkk82.test.ci:maven-bbp-mrp-oss:jar:1.6'
<dependency org="pl.pkk82.test.ci" name="maven-bbp-mrp-oss" rev="1.6">
<artifact name="maven-bbp-mrp-oss" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.pkk82.test.ci', module='maven-bbp-mrp-oss', version='1.6')
)
libraryDependencies += "pl.pkk82.test.ci" % "maven-bbp-mrp-oss" % "1.6"
[pl.pkk82.test.ci/maven-bbp-mrp-oss "1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.6.2 |