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 43bfc3a commit a7ec711Copy full SHA for a7ec711
presto-function-server/pom.xml
@@ -212,6 +212,22 @@
212
</execution>
213
</executions>
214
</plugin>
215
+ <plugin>
216
+ <groupId>org.skife.maven</groupId>
217
+ <artifactId>really-executable-jar-maven-plugin</artifactId>
218
+ <configuration>
219
+ <flags>-Xms128m</flags>
220
+ <classifier>executable</classifier>
221
+ </configuration>
222
+ <executions>
223
+ <execution>
224
+ <phase>package</phase>
225
+ <goals>
226
+ <goal>really-executable-jar</goal>
227
+ </goals>
228
+ </execution>
229
+ </executions>
230
+ </plugin>
231
</plugins>
232
</build>
233
</profile>
0 commit comments