Tag Archives: Maven

Set maven distributionManagement with profile

Set the with ${property}, and override with ref.: http://jira.codehaus.org/browse/MNG-2553 … … http://10.0.0.20:8081/nexus/content/repositories/releases http://10.0.0.20:8081/nexus/content/repositories/snapshots … … snapshots Snapshots ${snapshots.url} releases Releases ${releases.url}

Setup GWT project with maven and eclipse

Environment: Eclipse 3.7 Indigo, Maven 2/3 + default M2E , GWT Eclipse plugin 2.4 Go to the GWT SDK folder, type this: webAppCreator.cmd -out d:\workspace-Eclipse\gwtTest -maven com.mystic.gwtTest Then import to eclipse as “Existing Maven projects” There are many other way to create GWT in maven, but most of them just NOT working with eclipse 3.7… Read More »