Letractively / acris

Automatically exported from code.google.com/p/acris
0 stars 0 forks source link

Wiki ProjectQuickStart: Maven parent pom needs explicit version #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The example on the ProjectQuickStart page does not work for me:
         <parent>
                <groupId>sk.seges.acris</groupId>
                <artifactId>acris-os-gwt-parent</artifactId>
                <version>${acris-os.version}</version>
        </parent>

Maven (at least the 3.0.3 I am using) does not translate the 
"${acris-os.version}". Setting it to hardcoded "1.2.0" solves this problem.

Original issue reported on code.google.com by letschi...@gmail.com on 10 Nov 2011 at 9:00

GoogleCodeExporter commented 8 years ago

Original comment by ladislav...@gmail.com on 10 Nov 2011 at 10:21

GoogleCodeExporter commented 8 years ago

Original comment by ladislav...@gmail.com on 10 Nov 2011 at 10:24