Plugin execution not covered by lifecycle configuration: org.codehaus.gmaven:gmaven-plugin:1.5:execu

(参考文章网址:https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html)

Plugin execution not covered by lifecycle configuration: org.codehaus.gmaven:gmaven-plugin:1.5:execute (execution: gitver, phase: validate)


在Eclipse中操作如下:Windows -> Preferences -> Maven -> Lifecycle mapping ,然后选择自己创建的一个xml文件,xml文件内容如下:



  
	     
		         
		          org.codehaus.gmaven
		          gmaven-plugin
		          [1.5,)
		          
		           execute
		          
		         
		         
		          
		         
	        
	        
	        
		         
		          org.commonjava.maven.plugins
		          directory-maven-plugin
		          [0.1,)
		          
		           execute
		          
		         
		         
		          
		         
	        

    
      
        org.apache.maven.plugins
        maven-dependency-plugin
        
          list
        
        [0.0,)
      
      
        
      
    

    
      
        org.zeroturnaround
        jrebel-maven-plugin
        
          generate
        
        [0.0,)
      
      
        
      
    

    
      
        org.codehaus.mojo
        gwt-maven-plugin
        
          compile
        
        [0.0,)
      
      
        
      
    

    
      
        org.apache.maven.plugins
        maven-dependency-plugin
        
          copy-dependencies
          unpack
        
        [0.0,)
      
      
        
      
    

  

 

你可能感兴趣的:(maven,tigase,eclipse)