Canos Super Pom

Canos Root Pom Project. Every Canos Project must explicitly or implicitly extends from this pom.

License

License

GroupId

GroupId

cn.canos
ArtifactId

ArtifactId

super-pom
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

pom
Description

Description

Canos Super Pom
Canos Root Pom Project. Every Canos Project must explicitly or implicitly extends from this pom.

Download super-pom

Filename Size
super-pom-1.0.6.pom 5 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

canos-super-rule

super rule for canos java projects

推送到maven中央仓储步骤

  1. 更新本地maven配置
  <servers>
    <server>
      <id>ossrh</id>
      <username>{username}</username>
      <password>{password}</password>
    </server>
  </servers>
  1. 安装到本地仓储(注意,这个安装到本地的包不能直接部署到中行仓储)
mvn clean install
  1. 部署到中央仓储(需要在这个命令里面生产签名)
mvn clean deploy -Dgpg.skip=false

更新 2019-01-25

继承自super-rule的项目,每次maven clean install的时候,都要输入gpg密钥,这个比较麻烦。

因此,增加如下配置,默认跳过此插件。

<configuration>
    <skip>${gpg.skip}</skip>
</configuration>

需要push到maven中央仓储的时候,再从命令行使此值为true

cn.canos

Versions

Version
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0