Setting default values for custom Maven 2 properties

前端 未结 6 1820
误落风尘
误落风尘 2020-12-01 03:05

I have a Maven pom.xml with a plugin that I want to be able to control on the command line. Everything works otherwise fine, except even after searching the net a while I ca

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-01 03:58

    You could use something like below:

    
        default
        
            default
            someValue            
        
        
            true
        
    
    

提交回复
热议问题