Skip to content

A collection of handy scripts for developing code with maven, git, java etc

Notifications You must be signed in to change notification settings

fusesource/build-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Scripts

This project contains a bunch of handy shell scripts for building, working with maven, git, doing releases and so forth.

Commands

Git

  • gitcip does a git commit with a message then pushes the change
  • gitci as above without the push

Building

  • mvnci does a "mvn clean install" build
  • mvnnt as above without running any unit tests

Releasing

  • releaseprepare does a "mvn release:prepare" setting the release-altGitURL property to the local git file system & release profile
  • releaseperform does a "mvn release:perform" setting the release-altGitURL property to the local git file system & release profile
  • check-offline-repository validates the contents of an offline repository by trying to build everything using only the artifacts provided

Scala

  • fscc starts a fsc process; handy for use in IDEA with FSC mode enabled

Configurations

There is a sample ~/.m2/settings.xml in the etc directory.

About

A collection of handy scripts for developing code with maven, git, java etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published