ludoch / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
0 stars 0 forks source link

Add a "skip" parameter #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With multi modules projects, you have to perform two commands to run devserver 
or update :
- mvn install on the parent to build the various modules
- mvn appengine:update on the ear module

It much faster to have only one command to run, and which would not require 
installing the other projects. One solution would be to add a "skip" parameter 
to the plugin so that we can add <skip>true</skip> to the non-ear modules.

Original issue reported on code.google.com by david.ha...@revevol.eu on 17 Nov 2013 at 2:51