Skip to content

Commit 7be672f

Browse files
committed
refact(ticketing-eai-client-internal): differentiate from external
1 parent 2b1fed4 commit 7be672f

File tree

5 files changed

+3628
-1290
lines changed

5 files changed

+3628
-1290
lines changed

ticketing-eai/api-client/pom.xml renamed to ticketing-eai/api-client-internal/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</parent>
1010

1111
<groupId>de.muenchen.oss.dbs.ticketing.eai</groupId>
12-
<artifactId>api-client</artifactId>
13-
<name>api-client</name>
14-
<description>API client for dbs-ticketing-eai</description>
12+
<artifactId>api-client-internal</artifactId>
13+
<name>api-client-internal</name>
14+
<description>API client for dbs-ticketing-eai internal endpoints</description>
1515
<version>0.1.0-SNAPSHOT</version>
1616
<url>https://github.com/it-at-m/dbs</url>
1717
<licenses>
@@ -85,7 +85,7 @@
8585
<goal>generate</goal>
8686
</goals>
8787
<configuration>
88-
<inputSpec>${project.basedir}/src/main/resources/api-spec-without-security.json</inputSpec>
88+
<inputSpec>${project.basedir}/src/main/resources/api-spec-internal-without-security.json</inputSpec>
8989
<library>webclient</library>
9090
<generatorName>java</generatorName>
9191

0 commit comments

Comments
 (0)