220826 오늘의 배움

2022. 8. 26. 14:26오늘의 배움

오늘의 배움

 

What Is Maven

https://maven.apache.org/what-is-maven.html

 

Maven – Introduction

Introduction <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you

maven.apache.org

maven is a tool that can be used for building and managing any Java-based project.

maven 을 쓰고는 있는데, 진짜 그냥 쓰고만 있어서 문서를 보기로 했다.

 

Maven's Objectives

Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal, Maven deals with several areas of concern:

  • Making the build process easy  빌드를 쉽게 하도록 만들어준다.
  • Providing a uniform build system  정형화된 빌드 시스템을 제공한다.
  • Providing quality project information  양질의 프로젝트 정보를 제공한다. 
  • Encouraging better development practices  더 나은 개발 가능... (best practice 원칙을 지키는 방향으로 간다는 것)

 

 

 

 

 

 

 

 

 

 


 

'오늘의 배움' 카테고리의 다른 글

220830 오늘의 배움  (0) 2022.08.31
220824 오늘의 일기  (0) 2022.08.24
오늘의 배움을 시작하면서...  (0) 2022.08.24