Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-ball committed Jun 9, 2024
1 parent 2e92271 commit 4c2cfff
Showing 1 changed file with 6 additions and 25 deletions.
31 changes: 6 additions & 25 deletions ganymede-kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<target-package>ganymede.kernel</target-package>
</properties>
<dependencies verbose="true">
<dependency>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>ganymede-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>ganymede-notebook</artifactId>
Expand Down Expand Up @@ -260,30 +265,6 @@
</offlinelinks>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>ganymede-rest-protocol.yml</id>
<phase>generate-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>ganymede-client</artifactId>
<version>${project.version}</version>
<type>jar</type>
</artifactItem>
</artifactItems>
<includes>ganymede-rest-protocol.yml</includes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
Expand All @@ -294,7 +275,7 @@
<goal>generate</goal>
</goals>
<configuration>
<inputSpec>${project.build.directory}/dependency/ganymede-rest-protocol.yml</inputSpec>
<inputSpec>jar:file://${dev.hcf.ganymede:ganymede-client:jar}!/ganymede-rest-protocol.yml</inputSpec>
<generatorName>spring</generatorName>
<library>spring-boot</library>
<importMappings>JsonNode=com.fasterxml.jackson.databind.JsonNode,UUID=java.util.UUID</importMappings>
Expand Down

0 comments on commit 4c2cfff

Please sign in to comment.