Skip to content

Commit

Permalink
Generate VectorTile from protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
otbutz committed Dec 13, 2024
1 parent 8b07828 commit d3df3f8
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 5,535 deletions.
15 changes: 15 additions & 0 deletions web-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,21 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.github.ascopes</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<sourceDirectory>${project.basedir}/src/main/protobuf</sourceDirectory>
<outputDirectory>${project.build.directory}/generated-sources/protobuf</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
Expand Down
Loading

0 comments on commit d3df3f8

Please sign in to comment.