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

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

using mvc, should hoop communication between views? between models?