Skip to content

Commit 56f16a3

Browse files
authored
docs: rename packages in maven plugin readme (#2403)
1 parent e57b3b8 commit 56f16a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

service/tools/maven-plugin/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Add plugin configuration in your project's POM (example snippet):
9191
<build>
9292
<plugins>
9393
<plugin>
94-
<groupId>ai.timefold.sdk.tools</groupId>
94+
<groupId>ai.timefold.solver</groupId>
9595
<artifactId>timefold-maven-plugin</artifactId>
9696
<version>PUT_PLUGIN_VERSION_HERE</version>
9797
<configuration>
@@ -126,7 +126,7 @@ When using shared models, also set `-Dtimefold.model.tenants=tenant1,tenant2` (o
126126

127127
== Implementation notes / tips for contributors
128128

129-
Goals are implemented as Mojos in `src/main/java/ai/timefold/sdk/tools/maven`:
129+
Goals are implemented as Mojos in `src/main/java/ai/timefold/solver/tools/maven`:
130130

131131
- `ConfigureMojo` — writes build properties
132132
- `DeployModelMojo` — handles upload/register/patch flow

0 commit comments

Comments
 (0)