Open namyesol opened 1 year ago
Guide to the Core Maven Plugins Maven Compiler Plugin Maven Resources Plugin Importing Maven Project into Eclipse Maven Eclipse Plugin - Attach Library Sources and Javadocs Maven Eclipse Plugin - Provide Project Natures And Build Commands for Eclipse Maven Eclipse Plugin - Specifying sourceIncludes/sourceExcludes Maven Eclipse Plugin - Additional facets
Apache Maven Eclipse Plugin (RETIRED) Apache Maven Eclipse Plugin Apache Maven Lifecycles Reference
https://www.eclipse.org/articles/Article-Builders/builders.html
.project The project description file
.classpath java builder가 참조할 클래스패스에 대한 정보
.springBeans
.setting/org.eclipse.jdt.core.prefs 프로젝트 컴파일러 설정 정보
.settings/org.eclipse.core.resources.prefs 프로젝트 인코딩 관련 정보
.settings/org.eclipse.wst.common.project.facet.core.xml 프로젝트 개발 환경 설정 정보
Project Nature
프로젝트가 해당 특성을 갖기 위해 필요한 자원의 준비와 해제 필요한 경우, 프로젝트의 빌드 방법을 플랫폼에 알려줌 네이처(nature)는 한 프로젝트가 갖는 일부 성질들에 대한 추상성을 제공한다. 한 프로젝트는 여러개의 네이처를 가질 수 있다.
주요 임무 프로젝트가 해당 특성을 같기 위해 필요한 자원의 준비와 해제 필요한 경우, 프로젝트의 빌드 스펙을 정의하여 빌드 방법을 플랫폼에 알려줌 The main purpose of project natures is to create an association between a project and a given tool, plug-in, or feature set . By adding a nature to a project, you indicate that your plug-in is configured to use that project. For example, when the Java nature is added to a project, it indicates that the Java Development Tool (JDT) plug-ins are aware of that project, and have configured a classpath and a Java builder to work on that project.
Project Builder 자동 빌드 기능을 사용하거나 명시적으로 빌드를 할 때, 빌드 스펙에 따라 결과물을 만들어내는 개체
Project BuildCommand
빌드 스펙 구성