is not current version
Last Version 0.0.4

com.github.jerrymice.common:common-pom 0.0.2.beta1

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 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:perpare -DreleaseVersion=0.0.2.beta2 -DdevelopmentVersion=0.0.2.beta3-SNAPSHOT -Dtag=common-pom.0.0.2.beta2 -P public-release 2.release perform common line examples: mvn release:perform 3.you can override properties property value, update default version or configuration value in your project, if you need do it.

GroupId

GroupId

com.github.jerrymice.common
ArtifactId

ArtifactId

common-pom
Version

Version

0.0.2.beta1
Type

Type

pom

Download common-pom 0.0.2.beta1


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