Maven version with a property

后端 未结 8 989
不思量自难忘°
不思量自难忘° 2020-12-03 00:21

I have big Maven (Tycho) project witch about 400 plug-ins.

We have specified version of application in each POM file.

Is there a way how to specify the versi

8条回答
  •  萌比男神i
    2020-12-03 01:24

    The version of the pom.xml should be valid

    com.amazonaws.lambda
    lambda
    2.2.4 SNAPSHOT
    jar
    

    This version should not be like 2.2.4. etc

提交回复
热议问题