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 821ca66 commit 1031b29Copy full SHA for 1031b29
archetypes/archetype-lambda/pom.xml
@@ -84,7 +84,8 @@
84
<goal>exec</goal>
85
</goals>
86
<configuration>
87
- <executable>${basedir}/src/main/resources/map-service-to-client-prefix</executable>
+ <executable>python</executable>
88
+ <commandlineArgs>${basedir}/src/main/resources/map-service-to-client-prefix</commandlineArgs>
89
</configuration>
90
</execution>
91
</executions>
0 commit comments