Skip to content

Commit a7ec711

Browse files
committed
Fix presto-function-server jar file missing when building presto image
1 parent 43bfc3a commit a7ec711

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

presto-function-server/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,22 @@
212212
</execution>
213213
</executions>
214214
</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>
215231
</plugins>
216232
</build>
217233
</profile>

0 commit comments

Comments
 (0)