Maven - Generate Jar and War

后端 未结 8 2067
轻奢々
轻奢々 2020-12-29 04:24

I have a CXF WS project that I would use it in another project, I would consume this WS in a Web Project but I don\'t know how to generate Jar file.

Please have you

8条回答
  •  情话喂你
    2020-12-29 05:04

    Try adding this into your build section:

    
      
        
          org.apache.maven.plugins
          maven-jar-plugin
          
            
              make-a-jar
              compile
              
                jar
              
            
          
        
      
    
    

提交回复
热议问题