Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/3GL/Java/Java Build Tool/
Maven
Search
Maven

Maven

Created
Created
2020 Apr 10 8:37
Tags
Tags

Java Project Management, Build Tool

메이븐은 자기 회사만의 중앙 저장소를 구축할수도 있다.
Maven Project Structure
pom.xml
.project
target
settings.xml
 
 
 
Maven Notion
groupId
artifactId
version
lifeCycle
 
 
Maven CLIs
mvn clean
mvn help
mvn package
mvn test
mvn compile
mvn validate
mvn build
mvn (set goal)
 
 
 

maven notion

Maven의 groupId 와 artifactId, 그리고 version
다음은 Apache Maven Project의 "Guide to naming conventions on groupId, artifactId, and version"에서 인용한 것이다. groupId will identify your project uniquely across all projects, so we need to enforce a naming schema. It has to follow the package name rules, what means that has to be at least as a domain name you control, and you can create as many subgroups as you want.
Maven의 groupId 와 artifactId, 그리고 version
https://johngrib.github.io/wiki/groupId-artifactId/
Maven의 groupId 와 artifactId, 그리고 version
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/3GL/Java/Java Build Tool/
Maven
Copyright Seonglae Cho