Sign inSign up

pascalgrimaud/jhipster-microservice-maven

By pascalgrimaud

Updated almost 10 years ago

experimental

Image
0

770

pascalgrimaud/jhipster-microservice-maven repository overview

msmaven

This application was generated using JHipster, you can find documentation and help at https://jhipster.github.io.

Development

Before you can build this project, you must install and configure the following dependencies on your machine:

Building for production

To optimize the msmaven client for production, run:

./mvnw -Pprod clean package

To ensure everything worked, run:

java -jar target/*.war

Continuous Integration

To setup this project in Jenkins, use the following configuration:

  • Project name: msmaven
  • Source Code Management
    • Git Repository: [email protected]:xxxx/msmaven.git
    • Branches to build: */master
    • Additional Behaviours: Wipe out repository & force clone
  • Build Triggers
    • Poll SCM / Schedule: H/5 * * * *
  • Build
    • Invoke Maven / Tasks: -Pprod clean package
  • Post-build Actions
    • Publish JUnit test result report / Test Report XMLs: build/test-results/*.xml

Tag summary

Content type

Image

Digest

Size

359.5 MB

Last updated

almost 10 years ago

docker pull pascalgrimaud/jhipster-microservice-maven