Skip to content

doytowin/doyto-oss-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

41 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DOYToWin Organization-Level POM

Introduction

This project contains share parent POM for projects in DOYToWin repository.

Usage

When starting a new project, use the already configured parent pom to avoid replicate the same meta inf in every project:

<parent>
    <groupId>win.doyto</groupId>
    <artifactId>doyto-oss-parent</artifactId>
    <version>5</version>
    <relativePath/>
</parent>

Using template to create new repository will automatically contain this.

Release Process

  1. Push local main branch to remote release branch.
  2. Check the Release workflow, if
    1. success, release the package on https://oss.sonatype.org/.
    2. failed, edit local main branch and force push to remote release branch, repeat step 2.
  3. Rebase remote release branch to local main branch.
  4. Push local main branch to remote main branch.