일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Spring Boot
- Spring Batch
- tool
- php
- Web Server
- db
- Spring
- elasticsearch
- linux
- MySQL
- ubuntu
- Gradle
- jsp
- Design Patterns
- IntelliJ
- springboot
- ReactJS
- java
- Git
- 맛집
- javascript
- it
- jenkins
- Oracle
- redis
- devops
- AWS
- laravel
- JVM
- 요리
Archives
- Today
- Total
아무거나
[Maven] pom.xml에서 packaging에서 Execution default-testResources of goal ... 에러 본문
Java & Kotlin/Gradle & Maven
[Maven] pom.xml에서 packaging에서 Execution default-testResources of goal ... 에러
전봉근 2019. 3. 8. 20:12반응형
*** pom.xml에서 packaging에서 Execution default-testResources of goal ... 에러 날 경우
[코드추가]
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
</dependency>
반응형
'Java & Kotlin > Gradle & Maven' 카테고리의 다른 글
[gradle] dependency추가해도 계속 안받아지는경우, 캐시 삭제 (0) | 2019.08.17 |
---|---|
[maven] maven 시작하기 (0) | 2019.06.24 |
[Maven] ERROR : Error Message: Type interface com.deploy.model.HistoryMapper is not known to the MapperRegistry. (0) | 2019.03.08 |
[Maven] build encoding error (0) | 2019.03.08 |
Gradle 멀티 프로젝트 구성 (0) | 2018.09.19 |
Comments