is not current version
Last Version 0.0.4

com.github.jerrymice.common:common-pom 0.0.3

this common pom file,may project parent pom, avoid the hassle of repeatedly configuring many maven plugin, It can help you quickly publish projects to GitHub and Maven Central Repository. Reference to current project examples: before use this pom profile,you need config maven setting.xml 1.setting.xml sonatype-repository config: 2.setting.xml gpg passphrase config: release project to Maven Central Repository command line: 1.release prepare command line examples: mvn release:prepare -DreleaseVersion=0.0.2.beta2 -DdevelopmentVersion=0.0.2.beta3-SNAPSHOT -Dtag=common-pom.0.0.2.beta2 -P public-release if your project include child module,you need use command line mvn release:prepare-with-pom -DreleaseVersion=0.0.2.beta2 -DdevelopmentVersion=0.0.2.beta3-SNAPSHOT -Dtag=common-pom.0.0.2.beta2 -P public-release 2.next:release perform command line examples: mvn release:perform -P public-release you can override properties property value, update default version or configuration value in your project, if you need do it. examples: more docs: maven maven-release-plugin maven-nexus-stging-plugin

GroupId

GroupId

com.github.jerrymice.common
ArtifactId

ArtifactId

common-pom
Version

Version

0.0.3
Type

Type

pom

Download common-pom 0.0.3

Filename Size
common-pom-0.0.3.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.jerrymice.common/common-pom/ -->
<dependency>
    <groupId>com.github.jerrymice.common</groupId>
    <artifactId>common-pom</artifactId>
    <version>0.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-pom/
implementation 'com.github.jerrymice.common:common-pom:0.0.3'
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-pom/
implementation ("com.github.jerrymice.common:common-pom:0.0.3")
'com.github.jerrymice.common:common-pom:pom:0.0.3'
<dependency org="com.github.jerrymice.common" name="common-pom" rev="0.0.3">
  <artifact name="common-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jerrymice.common', module='common-pom', version='0.0.3')
)
libraryDependencies += "com.github.jerrymice.common" % "common-pom" % "0.0.3"
[com.github.jerrymice.common/common-pom "0.0.3"]