Skip to content

kutyloRoman/build-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-tools

1. Maven

mvn package - to compile and build jar and war for all modules mvn test - to run tests for all modules

2. Gradle

to build project

gradle build

to run test

gradle test

3. ANT+Ivy

Cd to folder with scripts

cd ant-build

to build jar for specified module

ant --buildfile <buildfile> dist 

to run test

ant --buildfile <buildfile> junit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors