Maven: Including a META-INF folder in the classes folder

后端 未结 5 1811
长情又很酷
长情又很酷 2020-12-23 11:40

I have a very simple WAR project and I want to include a directory named META-INF at the top of the classes output folder where all the compiled Java classes ar

5条回答
  •  轮回少年
    2020-12-23 12:13

    Give the below entry in POM.xml

    
                    org.apache.maven.plugins
                    maven-war-plugin
                    2.1.1
                    
                      
                      **/web.xml
                    
                
    

提交回复
热议问题