Skip to content

codbex/codbex-platform-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codbex-platform-parent

Parent Module for Platform Products

Pom properties

Property Name Description Default Value
skipTests Skip unit tests (*.Test) false
skipITs Skip integration tests (*.IT) true
skip.code.formatting Skip java code formatting false
maven.javadoc.skip Skip javadoc false
license.skip Skip license headers generation false

Profiles

Profile Name Description
tests Run unit and integration tests
unit-tests Run unit tests
integration-tests Run integration tests
quick-build Build project skipping tests, javadoc, licensing and code formatting
format Format the code

To activate a profile, add it to the maven command.
Example:

mvn clean install -P quick-build