Skip to content

Commit b5d34a8

Browse files
authored
Update README.md
1 parent 9e445df commit b5d34a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ azure-spring-rewrite is released as a Github Maven package. To use it, you need
4040

4141
You can refer to [authenticating-with-a-personal-access-token](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-with-a-personal-access-token) for more information.
4242

43+
To create a personal access token, refer to [Creating a personal access token (classic)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-personal-access-token-classic). Make sure you select the access to `read:packages` when creating token.
44+
4345

4446
2) Run maven command
4547

4648
```cmd
4749
./mvnw -U -Pgithub org.openrewrite.maven:rewrite-maven-plugin:run \
4850
"-Drewrite.activeRecipes=com.azure.spring.migration.UpgradeToAzureSpringApps" \
49-
"-Drewrite.recipeArtifactCoordinates=com.azure.spring.migration:azure-spring-rewrite:0.1.0"
51+
"-Drewrite.recipeArtifactCoordinates=com.azure.spring.migration:azure-spring-rewrite:0.1.1"
5052
```

0 commit comments

Comments
 (0)