aboutsummaryrefslogtreecommitdiffstats
path: root/configgen/README
blob: d973d206beba7f77a4130aa1102b46a3bd2c1dd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Vespa Config Generation
=======================

The configgen module is used to generate config classes from .def files.

User guide
---------

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