how mention jvm justification maven built executable jar
when controlling maven build an executable jar, i mention jvm arguments used jar executed?
i mention sure category controlling <mainclass>. i think there's identical charge jvm arguments. specifically i need mention border memory (example -xmx500m).
here's public plugin:
<plugin>
<artifactid>maven-assembly-plugin</artifactid>
<configuration>
<descriptorrefs>
<descriptorref>jar-with-dependencies</descriptorref>
</descriptorrefs>
<archive>
<manifest>
<addclasspath>true</addclasspath>
<mainclass>com.me.myapplication</mainclass>
</manifest>
</archive>
</configuration>
</plugin>
edit/follow-up: seems competence illusory mention jvm arguments an executable jar according post.
Comments
Post a Comment