Skip to content

Commit

Permalink
Replace tomcat8-maven-plugin with tomcat7-maven-plugin (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylixs authored Mar 12, 2021
1 parent 525f26c commit 0957a5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,11 @@
</configuration>
</plugin>

<!-- Tomcat 8 Maven 插件用于构建可执行 war -->
<!-- https://mvnrepository.com/artifact/org.apache.tomcat.maven/tomcat8-maven-plugin -->
<!-- Tomcat Maven 插件用于构建可执行 war -->
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat8-maven-plugin</artifactId>
<version>3.0-r1655215</version>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<id>tomcat-run</id>
Expand Down
12 changes: 0 additions & 12 deletions dubbo-spring-boot-samples/servlet-container-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,6 @@
<module>consumer-sample</module>
</modules>

<pluginRepositories>
<pluginRepository>
<!-- tomcat8-maven-plugin 所在仓库 -->
<id>Alfresco</id>
<name>Alfresco Repository</name>
<url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<profiles>
<!-- Spring Boot 1.5 - 1.3 -->
<profile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,11 @@
</configuration>
</plugin>

<!-- Tomcat 8 Maven 插件用于构建可执行 war -->
<!-- https://mvnrepository.com/artifact/org.apache.tomcat.maven/tomcat8-maven-plugin -->
<!-- Tomcat Maven 插件用于构建可执行 war -->
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat8-maven-plugin</artifactId>
<version>3.0-r1655215</version>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<id>tomcat-run</id>
Expand Down

0 comments on commit 0957a5b

Please sign in to comment.