aboutsummaryrefslogtreecommitdiffstats
path: root/fileacquirer/pom.xml
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2016-08-26 15:18:27 +0200
committerArne H Juul <arnej@yahoo-inc.com>2016-08-31 10:37:15 +0200
commita20eb6eab5fe27128055f0f88166eec05e0413ac (patch)
treec958c9e3df840b07480ddfad7bf5138f68eb1035 /fileacquirer/pom.xml
parentbca73f4f4e56d0a016b99b3917a075823c193c57 (diff)
subscribe to ranking constants config
* move the .def file for filedistributorrpc to fileacquirerer, and compile a minimal C++ library from it that can be used by both searchcore and file distribution * proton now subscribes to filedistributorrpc as a bootstrap config * and subscribes to ranking-constants as part of the documentdb config * when loading a config snapshot, make an empty ranking-constants.cfg if it did not already exist
Diffstat (limited to 'fileacquirer/pom.xml')
-rw-r--r--fileacquirer/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/fileacquirer/pom.xml b/fileacquirer/pom.xml
index f6269b29b01..4455950f95a 100644
--- a/fileacquirer/pom.xml
+++ b/fileacquirer/pom.xml
@@ -27,4 +27,21 @@
<version>${project.version}</version>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-class-plugin</artifactId>
+ <version>${project.version}</version>
+ <executions>
+ <execution>
+ <id>config-gen</id>
+ <goals>
+ <goal>config-gen</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>