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 2fbf90b commit eb30576Copy full SHA for eb30576
README.md
@@ -43,7 +43,7 @@ To use it, add a plugin to your pom like
43
<plugin>
44
<groupId>org.skife.maven</groupId>
45
<artifactId>really-executable-jar-maven-plugin</artifactId>
46
- <version>1.4.1</version>
+ <version>2.0.0</version>
47
<configuration>
48
<!-- value of flags will be interpolated into the java invocation -->
49
<!-- as "java $flags -jar ..." -->
@@ -80,6 +80,7 @@ Changes:
80
81
2.0.0 - support ZIP64 format
82
- require Java 8, drop support for JDK7
83
+ - support packaging other file formats than jars
84
85
1.4.0 - require Java 7, change code to use JDK7 APIs
86
- Support Windows
0 commit comments