aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2018-05-16 09:47:30 +0200
committerLester Solbakken <lesters@oath.com>2018-05-16 09:47:30 +0200
commita66747f46c01d576436edb45a85f30b2b9cf7e28 (patch)
treec9515ce6691e9b027c4c740cb13ff3d01dece3ff /searchlib/pom.xml
parent6cd386889df2cfa589602fe9926f1eac0c0fe519 (diff)
Initial import of Onnx models
Diffstat (limited to 'searchlib/pom.xml')
-rw-r--r--searchlib/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 1615f248910..fb9a81b51a5 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -117,6 +117,26 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>com.github.os72</groupId>
+ <artifactId>protoc-jar-maven-plugin</artifactId>
+ <version>3.5.1.1</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <addSources>main</addSources>
+ <outputDirectory>${project.build.directory}/generated-sources/protobuf</outputDirectory>
+ <inputDirectories>
+ <include>src/main/protobuf</include>
+ </inputDirectories>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>