# build-scripts **Repository Path**: mirrors_fusesource/build-scripts ## Basic Information - **Project Name**: build-scripts - **Description**: A collection of handy scripts for developing code with maven, git, java etc - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.