saiddfhi / gwt-maven

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

Fix "special notes" in maven-googlewebtoolkit2-sample #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
*Special Note* - if you get errors, try changing the default platform
<activeByDefault> to true for the
platform you are using (it's set to mac unless you change it), or use the
-P profileId command line option 
- the activation mechanism seems to have issues sometimes with multi-module
projects.

*Special Note* - the WAR project, which does the GWT download and extract,
may have to be built
by itself once before the multi-module build will work - if you see errors
try "/war/mvn install", then move
back up a level and try "/mvn install" - we need to investigate this, not
sure why download and unpack
does not work in multi module (may have to move the dependency plugin usage
to the PARENT pom?).

Original issue reported on code.google.com by charlie....@gmail.com on 9 Sep 2008 at 12:07

GoogleCodeExporter commented 9 years ago
fixed by moving profiles stuff to WAR sub-module

Original comment by charlie....@gmail.com on 21 Sep 2008 at 7:57