saiddfhi / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 0 forks source link

gwtVersion hardcoded in the archetype pom.xml #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 Maven 2

What steps will reproduce the problem?
1. Try using archetype
2. put gwtVersion -> 1.5.3

What is the expected output? What do you see instead?
Should replace in the POM ${gwtVersion} by the property value but the
archetype contains 

 <properties>
  <gwtVersion>1.5.2</gwtVersion> 
  </properties>

It should be 

- <properties>
  <gwtVersion>${gwtVersion}</gwtVersion> 
  </properties>
What version of the product are you using? On what operating system?
Windows

Please provide any additional information below.

Original issue reported on code.google.com by sami.ja...@gmail.com on 9 Nov 2008 at 5:39

GoogleCodeExporter commented 9 years ago
No, it should be as it is? 

The "property" itself has to be defined somewhere, then it is referenced 
throughout
the rest of the pom.  Using the archetype works just fine to generate a 
project, and
then if you want to change the gwtVersion you can (in the generated POM), and it
works just fine.  

Original comment by charlie....@gmail.com on 10 Nov 2008 at 12:47