pa.vsm.6.205.22.source-code.pom.xml.build Maven / Gradle / Ivy
<?xml version="1.0"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.yahoo.vespa</groupId> <artifactId>parent</artifactId> <version>6.205.22</version> <relativePath>../parent/pom.xml.build</relativePath> </parent> <artifactId>vsm</artifactId> <version>6.205.22</version> <name>${project.artifactId}</name> <dependencies> <dependency> <groupId>com.yahoo.vespa</groupId> <artifactId>config-lib</artifactId> <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> <configuration> <defFilesDirectories>src/vespa/vsm/config/</defFilesDirectories> </configuration> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy