이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

버전 1 다음 »



PhaseDescription
validateValidation of project is carried out and provides the necessary information required to complete the build process.
generate-resourcesSource code generation to include while compiling.
process-sourcesSource code is processed.
generate-resourcesResource generation to include in packages.
process-resourcesResources packing and copying into destination directory and is ready for package.
compileSource code compilation
process-classesGenerated files into post-process after compilation.
generate-test-sourcesTest source generation to include in compilation.
process-test-sourcesProcessing the test source code.
generate-test-resourcesCreation of resources to test.
process-test-resourcesCopying and processing the resources to test destination.
test-compileCompiling the test source code to test destination.
testWith unit testing framework, one can run the tests.
prepare-packagePreparing the package by performing operations before actual packaging.
packageGather the compiled code and package in JAR,WAR or EAR.
pre-integration testThe actions to be performed before integration tests are executed like setting the environment.
integration testProcessing and deploying the package.
post-integration testPerforming the action after executing the integration tests like cleaning the environment.
verifyChecking the packages are valid or not.
installInstalling the package into local repository.
deployCopying the package into remote repository.
  • 레이블 없음