Code Monkey home page Code Monkey logo

booster-parent's Introduction

Parent pom.xml for booster projects

Contains the necessary dependencies and the required versions for the booster projects.

Extending the parent

You may want to override:

  • project name - OpenShift.io Boosters
  • project description - Strap in; we're going to production. Now.
  • project url - https://github.com/openshiftio
  • SCM metadata (mandatory for release)
<scm>
  <url>https://github.com/openshiftio</url>
  <connection>https://github.com/openshiftio/booster-parent.git</connection>
  <developerConnection>scm:git:git:@github.com:openshiftio/booster-parent.git</developerConnection>
  <tag>HEAD</tag>
</scm>

Generating license.xml

To generate the license.xml in your child project use:

mvn clean compile -Plicenses

Licenses are generated into src/licenses. It must be committed to the code repository. You must update the content (using the same command line) every time you update a dependency in your project.

Also be careful of the execution output. You may notice connection / read timeouts. Check that the content is correct and all files are there.

The license processing requires two files that need to be located into the .openshiftio directory:

Developers section

Deploying a snapshot:

mvn clean deploy -Popenshiftio

Release process

  1. mvn release:prepare -Popenshiftio
  2. git checkout $TAG
  3. export GPG_TTY=$(tty) # <---- required on mac with gpg2
  4. mvn clean deploy -Prelease -Popenshiftio -Dgpg.executable=gpg

booster-parent's People

Contributors

alesj avatar cescoffier avatar dipak-pawar avatar gastaldi avatar hemanik avatar hrishin avatar kenfinnigan avatar ladicek avatar spisiakm avatar

Watchers

 avatar  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.