I have a POM with parent node as below: <parent> <groupId>com.test</groupId>
<artifactId>pom.parent</artifactId> <version>${test.version}</version>
<relativePath>../scripts/pom.xml</relativePath> </parent>
This used to work till maven 3.3.3 version - mvn clean install. However, the
version 3.3.9 throws error though. When I change the version to a value instead
of the variable, it works fine.
Won't maven support variable for version? Or is it a bug with 3.3.9?
Appreciate your response...
- regards,raghu
- variable doesn't work for version Raghu
- Re: variable doesn't work for version Stephen Connolly
- Re: variable doesn't work for version Eric B
- Re: variable doesn't work for version Gary Gregory
- Re: variable doesn't work for version Eric B
- Re: variable doesn't work for versi... Gary Gregory
- Re: variable doesn't work for v... Stephen Connolly
- Re: variable doesn't work f... Gary Gregory
- variable doesn't work for v... Stephen Connolly
- Re: variable doesn't work f... Benson Margulies
- Re: variable doesn't work f... Stephen Connolly
