본문 바로가기
삽질노트 (오류)

삽질노트 6. [Spring] Plugin execution not covered by lifecycle configuration:

by seung_nari 2022. 4. 5.

 

아니 porm.xml 설정을 하고

Maven 업데이트까지 했는데

 

  1. Multiple annotations found at this line: - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (execution: default-compile, phase: compile) - CoreException: Could not get the value for parameter compilerId for plugin execution default-compile: PluginResolutionException: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.5.1 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-compiler-plugin:jar:3.5.1 -> org.apache.maven:maven-plugin-api:jar:3.0 -> org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2: ArtifactDescriptorException: Failed to read artifact descriptor for org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2: UnresolvableModelException: Failure to transfer org.sonatype.sisu:sisu-parent:pom:1.4.2 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.sonatype.sisu:sisu-parent:pom:1.4.2 from/to central (https://repo.maven.apache.org/maven2): The operation was cancelled.
     
    이렇게 오류가 떴다...
     
    해결해보러 갑시다!
     

 

다시 Maven > Update Project 를 들어가서

 

여기서 Force Update of Snapshots/Releases 를 체크하고 Ok 눌러주면 사라진다 ~

댓글