apache camel - packaging an executable jar

前端 未结 2 1156
离开以前
离开以前 2020-12-11 23:20

I\'m using maven for building my jar (Intellij IDEA IDE). It is app built using Apache Camel. An excerpt from my pom.xml:


    

        
2条回答
  •  无人及你
    2020-12-11 23:47

    You can use maven-jar-plugin

    
    maven-jar-plugin
    2.6
    
        
            
                true
                lib/
                com.poc.sms.MainApp
            
        
    
    
    

提交回复
热议问题