File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >skywalker</groupId >
55 <artifactId >spring</artifactId >
6- <build >
7- <plugins >
8- <plugin >
9- <groupId >org.apache.maven.plugins</groupId >
10- <artifactId >maven-compiler-plugin</artifactId >
11- <configuration >
12- <source >1.8</source >
13- <target >1.8</target >
14- </configuration >
15- </plugin >
16- </plugins >
17- </build >
186 <packaging >war</packaging >
197 <version >1.0-SNAPSHOT</version >
208 <name >spring Maven Webapp</name >
9482 <version >5.1.20</version >
9583 </dependency >
9684 </dependencies >
85+
86+ <build >
87+ <plugins >
88+ <plugin >
89+ <groupId >org.apache.maven.plugins</groupId >
90+ <artifactId >maven-compiler-plugin</artifactId >
91+ <configuration >
92+ <source >1.8</source >
93+ <target >1.8</target >
94+ </configuration >
95+ </plugin >
96+ <!-- maven tomcat插件用 -->
97+ <!-- <plugin>
98+ <groupId>org.apache.tomcat.maven</groupId>
99+ <artifactId>tomcat7-maven-plugin</artifactId>
100+ <version>2.2</version>
101+ <configuration>
102+ <port>8080</port>
103+ <path>/spring</path>
104+ <uriEncoding>UTF-8</uriEncoding>
105+ <server>TomcatServer</server>
106+ <username>tiger</username>
107+ <password>tiger</password>
108+ </configuration>
109+ </plugin>-->
110+ </plugins >
111+ </build >
97112</project >
You can’t perform that action at this time.
0 commit comments