forked from openrewrite/rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Samuel Cox
committed
Jun 25, 2024
1 parent
681bd9d
commit eb25ca5
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Adhoc demo of issue with settings.xml's activeProfile | ||
|
||
```sh | ||
mvn -f parent-1/pom.xml install | ||
mvn -f parent-2/pom.xml install | ||
mvn -f recipe/pom.xml install | ||
``` | ||
|
||
# Does not work | ||
|
||
```sh | ||
mvn -s works-settings.xml -e org.openrewrite.maven:rewrite-maven-plugin:run \ | ||
-Drewrite.exportDatatables=true -Drewrite.recipeArtifactCoordinates=com.myorg.recipes:recipe-2:0.1.0-SNAPSHOT \ | ||
-Drewrite.activeRecipes=org.openrewrite.FindParseFailures,com.myorg.MyRecipe | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters