Skip to content

devclubspb/release-maven-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

  1. Replace with values:
  • PROJECT_NAME
  • PROJECT_VERSION
  • PROJECT_DESCRIPTION
  1. Add ~/.m2/settings.xml and replace OSS_USERNAME/OSS_PASSWORD with values:
<settings
        xmlns="http://maven.apache.org/SETTINGS/1.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
    <localRepository/>
    <interactiveMode/>
    <offline/>
    <pluginGroups/>
    <servers>
        <server>
            <id>ossrh</id>
            <username>OSS_USERNAME</username>
            <password>OSS_PASSWORD</password>
        </server>
    </servers>
    <mirrors/>
    <proxies/>
    <profiles/>
    <activeProfiles/>
</settings>
  1. Remove TODO block.

PROJECT_NAME

Maven Central Javadocs GitHub

PROJECT_DESCRIPTION.

Install

Gradle

implementation 'ru.spb.devclub:PROJECT_NAME:PROJECT_VERSION'

Maven

<dependency>
    <groupId>ru.spb.devclub</groupId>
    <artifactId>PROJECT_NAME</artifactId>
    <version>PROJECT_VERSION</version>
</dependency>

License

This project is licensed under MIT License.

About

Template project for release

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published