• 카테고리

    질문 & 답변
  • 세부 분야

    프로그래밍 언어

  • 해결 여부

    해결됨

site 폴더가 안생깁니다 ㅜㅜ

20.12.26 21:50 작성 조회수 275

0

https://github.com/KAN-JUNHO/workspace

jacoco 설치후 target/site 라는 폴더가 생기지 않습니다 ㅜㅜ

답변 4

·

답변을 작성해보세요.

7

Im Sejin님의 프로필

Im Sejin

2020.12.27

pom.xml > build에 pluginManagement가 있는데 그 안에 plugin을 넣으면 안되더라고요.

build 바로 하위에 넣으세요.

1

빌드를 해보셨나요? mvn site를 실행해보니 target/site 디렉토리가 생기는걸 확인했습니다. 생겨요~

0

박준호님의 프로필

박준호

질문자

2020.12.30

넵 감사합니다

0

박준호님의 프로필

박준호

질문자

2020.12.27

터미널에서 빌드했을때 jacoco자체를 인식을 못합니다 ㅜㅜ

실행시 이런 경고가 뜹니다

[WARNING]

[WARNING] Some problems were encountered while building the effective model for junho.whiteship:workspace:jar:1.0-SNAPSHOT

[WARNING] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 31, column 16

[WARNING] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 37, column 16

[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.junit.jupiter:junit-jupiter:jar -> duplicate declaration of version RELEASE @ line 34, co

lumn 17

[WARNING] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 43, column 16

[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.junit.jupiter:junit-jupiter:jar -> duplicate declaration of version RELEASE @ line 40, co

lumn 17

[WARNING]

[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.

[WARNING]

[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

[WARNING]