0
테스트 보고서에서 일부 작업을 수행하는 실행 가능 JAR-with-dependencies 파일이 있습니다.독립 실행 형 실행 파일 JAR을 사이트 메이븐 목표를위한 플러그인으로 사용하십시오.
나는 그것을 내 프로젝트에 보관하고 Maven 'site'목표가 끝나 자마자 바로 실행되기를 바랍니다. 이 작업을 수행 할 수있는 적절한 방법이 있습니까? 어딘가에 그 파일의 경로를 추가 하시겠습니까?
<reporting>
<excludeDefaults>true</excludeDefaults>
<plugins>
<plugin>
<groupId>my JAR file</groupId>
<artifactId>traceability-matrix-builder</artifactId>
<path> path to the file</path>
</plugin>
</plugins>
</reporting>
미리 감사드립니다.