Skip to content

Commit 1031b29

Browse files
committed
Fix windows build
1 parent 821ca66 commit 1031b29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

archetypes/archetype-lambda/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
<goal>exec</goal>
8585
</goals>
8686
<configuration>
87-
<executable>${basedir}/src/main/resources/map-service-to-client-prefix</executable>
87+
<executable>python</executable>
88+
<commandlineArgs>${basedir}/src/main/resources/map-service-to-client-prefix</commandlineArgs>
8889
</configuration>
8990
</execution>
9091
</executions>

0 commit comments

Comments
 (0)