<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<configuration> <!-- license file Exclude 지정 개발 완료시점 이용 -->
<packagingExcludes>WEB-INF/classes/nexacro17_server_license.xml</packagingExcludes>
</configuration>
</plugin>
// 위의 내용처럼 project-build-plugins 에 maven-war-plugin 추가한다.
'오류모음' 카테고리의 다른 글
MAVEN-ERROR - [WARNING] Using platform encoding (UTF-8 actually) (0) | 2024.10.04 |
---|---|
TBR-8033: Specified schema object was not found (0) | 2022.10.10 |
심각: 필터 [springSecurityFilterChain]을(를) 시작하는 중 오류 발생 (0) | 2022.10.10 |