aboutsummaryrefslogtreecommitdiffstats
path: root/configgen/README
blob: cc122f6deb6c3953e72393c2a332f83c95a7b1ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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