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 81955c0 commit 756a10dCopy full SHA for 756a10d
migration-tool/pom.xml
@@ -21,7 +21,7 @@
21
<parent>
22
<groupId>software.amazon.awssdk</groupId>
23
<artifactId>aws-sdk-java-pom</artifactId>
24
- <version>2.23.0-SNAPSHOT</version>
+ <version>2.23.16-SNAPSHOT</version>
25
</parent>
26
27
<artifactId>migration-tool</artifactId>
@@ -112,7 +112,8 @@
112
<goal>exec</goal>
113
</goals>
114
<configuration>
115
- <executable>${basedir}/src/main/resources/generate-recipes</executable>
+ <executable>python</executable>
116
+ <commandlineArgs>${basedir}/src/main/resources/generate-recipes</commandlineArgs>
117
</configuration>
118
</execution>
119
</executions>
0 commit comments