Maven property overloading

前端 未结 1 1565
轻奢々
轻奢々 2021-01-12 20:27

I have very simple maven descriptor which defined some properties:




        
相关标签:
1条回答
  • 2021-01-12 20:59

    No you can't. You can:

    • Use settings.xml on your local machine to specify the property
    • Use a profile in the project pom
    • Use -D directly on the command line.
    0 讨论(0)
提交回复
热议问题