com.github.spring-bees:spring-beet-build

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.github.spring-bees
ArtifactId

ArtifactId

spring-beet-build
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project Organization

Project Organization

Lei Zhang <[email protected]>
Source Code Management

Source Code Management

https://github.com/spring-bees/spring-beet

Download spring-beet-build

How to add to project

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

Dependencies

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

Project Modules

  • spring-beet-buildtools
  • spring-beet-dependencies
  • spring-beet-parent
  • spring-beet-test
  • spring-beet-common
  • spring-beet-jdbc
  • spring-beet-logging
  • spring-beet-logging-kafka
  • spring-beet-web
  • spring-beet-cloud-eureka
  • spring-beet-starters
  • spring-beet-example

Spring Beet Build Status Maven Central Coverage Status FOSSA Status

编译项目

./mvnw clean install

其它编译参数

跳过代码风格检查

./mvnw clean install -Dcheckstyle.skip

跳过静态代码检查

./mvnw clean install -Dspotbugs.skip

跳过测试覆盖率检查

./mvnw clean install -Djacoco.skip

检查版权信息

./mvnw license:check

添加版权信息

./mvnw license:format

发布 SNAPSHOT 版本

./mvnw clean deploy

发布 Staging 版本

./mvnw clean
./mvnw release:clean
./mvnw release:prepare
./mvnw release:perform
com.github.spring-bees

Versions

Version
1.0.1
1.0.0