shade for parameter resource: Cannot find 'resource' in class org.apache.maven.plugins.shade.resource.ManifestResourceTransformer

后端 未结 3 428
离开以前
离开以前 2021-01-11 10:51

I\'m working on a maven project. I\'m trying to integrate jmh benchmarking into my project. The pom.xml of my maven project...


    

        
3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-11 11:45

    Your configuration looks wrong:

    
      ...
      
        
          
            org.apache.maven.plugins
            maven-shade-plugin
            3.0.0
            
              
                
                  shade
                
                
                  
                    
                      
                        xxxxxxxxxxx
                      
                    
                  
                
              
            
          
        
      
      ...
    
    

提交回复
热议问题