jhipster / jhipster-loaded

DEPRECATED - Java Agent used by JHipster to hot-reload Java classes

Home Page:http://jhipster.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://jhipster.github.io/

Deployment process

See the online documentation (http://central.sonatype.org/pages/apache-maven.html)

  1. Performing a Snapshot Deployment

    1. mvn clean deploy
  2. Performing a Release Deployment

    1. mvn versions:set -DnewVersion=1.2.3
    2. mvn clean deploy -P release
  3. Releasing the Deployment to the Central Repository

    1. mvn nexus-staging:release -Prelease
    2. mvn versions:set -DnewVersion=1.2.3-SNAPSHOT

About

DEPRECATED - Java Agent used by JHipster to hot-reload Java classes

http://jhipster.github.io/


Languages

Language:Java 100.0%