File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,17 @@ To use it, add a plugin to your pom like
75
75
76
76
Changes:
77
77
78
+ 1.4.0 - require Java 7, change code to use JDK7 APIs
79
+ - Support Windows
80
+ - Don't suppress errors
81
+
82
+ 1.3.0 - add helpmojo
83
+ - allow attachment of executable instead of unconditional replacement
84
+ - make extension configurable
85
+ - allow script replacement in the resulting executable
86
+
87
+ 1.2.0 - never released
88
+
78
89
1.1.0 - If programFile is set, do not make the base artifact (the
79
90
.jar) executable, just the programFile one.
80
91
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >org.skife.maven</groupId >
24
24
<artifactId >really-executable-jar-maven-plugin</artifactId >
25
- <version >1.3.1 -SNAPSHOT</version >
25
+ <version >1.4.0 -SNAPSHOT</version >
26
26
<packaging >maven-plugin</packaging >
27
27
28
28
<name >Really Executable Jar Maven Plugin</name >
You can’t perform that action at this time.
0 commit comments