From 1169464e3511492597843c58875687d63ee257f7 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 19 Nov 2012 05:27:06 +0530 Subject: [PATCH] cli: add exec rule to compute precache on mvn compile Patch adds rules in maven to create precached file using cachegen Signed-off-by: Rohit Yadav --- tools/cli/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml index c76cd650d42..aba5ec3c2a5 100644 --- a/tools/cli/pom.xml +++ b/tools/cli/pom.xml @@ -71,6 +71,20 @@ + + cachegen + compile + + exec + + + ${basedir}/cloudmonkey + python + + cachegen.py + + + package compile