We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e390c commit 66e0abaCopy full SHA for 66e0aba
.github/workflows/release.yml
@@ -98,7 +98,7 @@ jobs:
98
## Usage
99
Execute the following maven command in the maven project that you want to migrate:
100
```
101
- mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
+ mvn org.openrewrite.maven:rewrite-maven-plugin:run \
102
-Drewrite.recipeArtifactCoordinates=software.xdev:${{ env.PRIMARY_MAVEN_MODULE }}:${{ steps.version.outputs.release }} \
103
-Drewrite.activeRecipes=software.xdev.spring.data.eclipse.store.JpaMigration
104
0 commit comments