Giter Club home page Giter Club logo

pl.kubiczak.felix.shark.parent's Introduction

pl.kubiczak.felix.shark.parent

Build Status

This project manages properties and plugins versions for other projects with

<groupId>pl.kubiczak.felix.shark</groupId>

Project site available at https://shark.kubiczak.pl/

Maven artifacts at http://maven.kubiczak.pl/pl/kubiczak/felix/shark/

Release instructions

Parent module

mvn release:prepare -B -N -Darguments="-N" -DreleaseVersion=2.1 -DdevelopmentVersion=2.2-SNAPSHOT
mvn release:perform -B -N -Darguments="-N -Dgpg.keyname=01D2F996" -Psign,release 

Submodules

Submodules of this project are versioned in separate GIT repositories. They are released independently.

mvn release:prepare -B -DreleaseVersion=1.2 -DdevelopmentVersion=1.3-SNAPSHOT 
mvn release:perform -B -Darguments="-Dgpg.keyname=01D2F996" -Psign,release

Site

After all modules are released, please checkout to the release versions commits and execute:

mvn site:site site:deploy

This command will try to find credentials for site deployment in Maven config files i.e.:

<servers>
  <server>
    <id>ftps.server.example.com</id>
    <username>ftp-user-name</username>
    <password>1234567890abcdefghijklmnopqr</password>
    <configuration>
      <endpointChecking>false</endpointChecking>
    </configuration>
  </server>
</servers>

Details

-N and -Darguments

Parent module and submodules are released independently. Therefore during parent module release we need to use -N (non-recursive) flag. This will run Maven Release Plugin for parent module only. We don't want to run release plugin for all submodules at this time.

But as described in Maven Release Plugin FAQ for release plugin we need to use:

mvn -N -Darguments=-N

Release profile

Release profile adds javadoc and sources artifacts:

-Prelease

Sign profile

sign profile requires gpg2 installed and gpg key id:

-Psign -Dgpg.keyname=9A105524

Non-interactive release

In order to perform non-interactive release we use:

-B -DreleaseVersion=1.2 -DdevelopmentVersion=1.3-SNAPSHOT

License

CC BY-NC 4.0

Attribution-NonCommercial 4.0 International

Plugins versions

Available Maven plugins upgrades are reported in:

  • src/main/resources/plugins-report.txt

pl.kubiczak.felix.shark.parent's People

Contributors

wiiitek avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.