Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

adorsys/forge.adorsystools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBoss Forge Adorsys Tools

Forge commands to setup maven release properties, ddl generation (hbm2ddl) and jboss deployment and maven pom cleanup...

Installation

forge git-plugin https://github.com/adorsys/forge.adorsystools

Cleanup Dependency and Plugin-Versions in a Maven-Multi-Module Project

This command moves dependeny and plugin-versions to the DependencyManagement oder PluginManagement Section of the root POM

cleanup-mvn-pom

Setup Release and Distribution Management

This plugin creates necessary configurations like distibution-management or SCM configuration for the mvn release process.

release-setup --git-repo-url https://fisheye.adorsys.de/git/nrs-produktionsdaten.git --git-browser-url https://fisheye.adorsys.de/browse/nrs-produktionsdaten --mvn-release-repo-id adorsys.releases --mvn-release-repo https://maven.prod.adorsys.de/nexus/content/repositories/releases/ --mvn-snapshot-repo-id adorsys.snapshots --mvn-snapshot-repo https://maven.prod.adorsys.de/nexus/content/repositories/snapshots/

Run Release Process:

mvn release:prepare release:perform

Setup DDL Generation based on JPA

hbm2ddl-setup

Run DDL generation:

mvn hibernate3:hbm2ddl

About

forge commands to setup maven release properties, ddl generation (hbm2ddl) and jboss deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages