summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-06-12 11:52:19 -0700
committerShawn O. Pearce <sop@google.com>2009-06-12 12:38:04 -0700
commitc4ce93ea6d9ebf02b6101a2229233a6fe8f99df3 (patch)
tree2ecfb8e3247d115e199b63fe4abfea83600bc94a
parent87d9b024bc757d2d64aa239ca9e1474b12129000 (diff)
Update executablewar to 1.2
This new version helps debugging program code from an IDE, without building a WAR file first. Adding -DExecutable-War-Package=com.google.gerrit.pgm to the VM arguments section of a launch configuration is the magic necessary to make it run. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6d7fce783b..da4e9e1f34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,7 +486,7 @@ limitations under the License.
<dependency>
<groupId>gerrit</groupId>
<artifactId>executablewar</artifactId>
- <version>1.1</version>
+ <version>1.2</version>
<scope>provided</scope>
</dependency>