Browse Source

去掉注释,可忽略

chengwb3 8 years ago
parent
commit
e3d24b8837
1 changed files with 0 additions and 7 deletions
  1. 0 7
      display-server-maven/pom.xml

+ 0 - 7
display-server-maven/pom.xml

@ -357,13 +357,6 @@
357 357
				</webAppConfig> <connectors> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> 
358 358
				<port>8082</port> </connector> </connectors> </configuration> </plugin> -->
359 359
360
			<!-- 复制本地jar到web-info/lib -->
361
			<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> 
362
				<version>2.7</version> <executions> <execution> <phase>package</phase> <goals> 
363
				<goal>copy-dependencies</goal> </goals> </execution> </executions> <configuration> 
364
				<includeScope>system</includeScope> <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/lib</outputDirectory> 
365
				</configuration> </plugin> -->
366
367 360
		</plugins>
368 361
	</build>
369 362
</project>