해결: Could not find artifact org.apache.tomcat.maven:tomcat8-maven-plugin:pom

우리가 설정한 아리운 렌즈에 이jar 패키지가 없습니다.pom에 있습니다.xml에 플러그인 창고를 추가하면 됩니다.
  
<pluginRepositories>
    <pluginRepository>
      <id>alfresco-publicid>
      <url>https://artifacts.alfresco.com/nexus/content/groups/publicurl>
    pluginRepository>
    <pluginRepository>
      <id>alfresco-public-snapshotsid>
      <url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshotsurl>
      <snapshots>
        <enabled>trueenabled>
        <updatePolicy>dailyupdatePolicy>
      snapshots>
    pluginRepository>
    <pluginRepository>
      <id>beardedgeeks-releasesid>
      <url>http://beardedgeeks.googlecode.com/svn/repository/releasesurl>
    pluginRepository>
  pluginRepositories>



<plugin>
	<groupId>org.apache.tomcat.mavengroupId>
	<artifactId>tomcat8-maven-pluginartifactId>
	<version>3.0-r1655215version>
plugin>

좋은 웹페이지 즐겨찾기