J2EE常用插件和国内镜像

默认情况下是jar包形式,需要修改为war包形式时,才能被tomcat插件调用使用。
war

	
		alimaven
		aliyun maven
		http://maven.aliyun.com/nexus/content/groups/public/
	
	
		net-cn
		Human Readable Name for this Mirror.
		http://maven.net.cn/content/groups/public/
	
	
		repo2
		Human Readable Name for this Mirror.
		http://repo2.maven.org/maven2/
	
	
		CN
		OSChina Central
		http://maven.oschina.net/content/groups/public/
	
	
		nexus
		Team Nexus Repository
		http://192.168.1.178:8081/nexus/content/groups/public
	


    
        
        
            org.apache.maven.plugins
            maven-compiler-plugin
            3.3
            
                1.7
                1.7
                UTF-8
                
                    src\main\webapp\WEB-INF\lib
                
            
        
        
        
            org.apache.maven.plugins
            maven-surefire-plugin
            2.15
            
                true
            
        
        
        
            
            org.apache.maven.plugins
            maven-war-plugin
            2.4
            
               WebContent在WebContent目录下,一般有META-INF和WEB-INF两个目录。
	       true//设置为True时,在编译的过程中,如果没有查找到WebContent\WEB-INF\web.xml文件,则会报错。
            
        
        
            
            org.apache.maven.plugins
            maven-jar-plugin
            2.4
        
        
        
            org.apache.tomcat.maven
            tomcat7-maven-plugin
            2.1
            
                8080
                /
                UTF-8
                tomcat7
	     
        

        
        
	
	     org.eclipse.jetty
	     jetty-maven-plugin
             9.2.11.v20150529
             
			10
			
				/
			
		
	
        
        
		org.wildfly.plugins
		wildfly-maven-plugin
		1.1.0.Alpha5
		
			127.0.0.1
			9990
			admin
			admin
			spring4ajax.war