From: Andrew H. <ahh...@gm...> - 2010-02-18 23:05:51
|
Hi Guys, I wanted to add something to the showcase (based on some new additions). But this was a little bit odd because... 1. The showcase is not a maven project. 2. If it was, then the showcase/openlayers and not grouped maven project (modules) so I can't (easily) have the showcase depend on the latest snapshot and then you can get into the fact that the showcase really should be on the same compile/test/release lifecycle e.t.c. To fix this would require the following: gwt-openlayers/pom.xml (artifactId=parent, packaging=pom) gwt-openlayers/gwt-openlayers/pom.xml (artifactId=gwt-openlayers, packaging=jar) gwt-openlayers/showcase/pom.xml (artifactId=showcase, packaging=jar). otherwise, I can't (easily) do a showcase example of recent changes, I can't release them with the gwt-openlayers release and I can't sync the two dependencies in the release phase. Thoughts? :) --AH |