summaryrefslogtreecommitdiffstats
path: root/configgen/README
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /configgen/README
Publish
Diffstat (limited to 'configgen/README')
-rw-r--r--configgen/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/configgen/README b/configgen/README
new file mode 100644
index 00000000000..cc122f6deb6
--- /dev/null
+++ b/configgen/README
@@ -0,0 +1,16 @@
+Vespa Config Generation
+=======================
+
+The configgen module is used to generate config-classes from .def files.
+
+Userguide
+---------
+
+Usually you will want to use this module through the config-class-plugin
+maven plugin - see the documentation for that module.
+
+This module can be used stand-alone by building the jar file (mvn package)
+and then calling MakeConfig from that file:
+
+java -Dconfig.spec=<def-file_1,def-file_2,...> -Dconfig.dest=<dest-dir> -jar target/configgen.jar
+