Skip to content

Commit

Permalink
chore: Update plugin goals in documentation (#1871)
Browse files Browse the repository at this point in the history
### 📝 Description

Missed updates to documentation after the rename of the Maven mojos in
#719
  • Loading branch information
eocantu authored Oct 19, 2023
1 parent 8648080 commit 3ec66c1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions website/docs/client/client-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ schema and then generate the clients under `com.example.generated` package name:
<execution>
<id>generate-graphql-client</id>
<goals>
<goal>introspectSchema</goal>
<goal>generateClient</goal>
<goal>introspect-schema</goal>
<goal>generate-client</goal>
</goals>
<configuration>
<endpoint>http://localhost:8080/graphql</endpoint>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Equivalent `pom.xml` Maven configuration
<execution>
<id>generate-graphql-client</id>
<goals>
<goal>introspectSchema</goal>
<goal>generateClient</goal>
<goal>introspect-schema</goal>
<goal>generate-client</goal>
</goals>
<configuration>
<endpoint>http://localhost:8080/graphql</endpoint>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ schema and then generate the clients under `com.example.generated` package name:
<execution>
<id>generate-graphql-client</id>
<goals>
<goal>introspectSchema</goal>
<goal>generateClient</goal>
<goal>introspect-schema</goal>
<goal>generate-client</goal>
</goals>
<configuration>
<endpoint>http://localhost:8080/graphql</endpoint>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ schema and then generate the clients under `com.example.generated` package name:
<execution>
<id>generate-graphql-client</id>
<goals>
<goal>introspectSchema</goal>
<goal>generateClient</goal>
<goal>introspect-schema</goal>
<goal>generate-client</goal>
</goals>
<configuration>
<endpoint>http://localhost:8080/graphql</endpoint>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ schema and then generate the clients under `com.example.generated` package name:
<execution>
<id>generate-graphql-client</id>
<goals>
<goal>introspectSchema</goal>
<goal>generateClient</goal>
<goal>introspect-schema</goal>
<goal>generate-client</goal>
</goals>
<configuration>
<endpoint>http://localhost:8080/graphql</endpoint>
Expand Down

0 comments on commit 3ec66c1

Please sign in to comment.