File tree 2 files changed +23
-2
lines changed
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.7
2
+ - Updated parent version and added maven assembly plugin to make it fat jar
3
+
1
4
## 0.4.6
2
5
- Migrated from gradle to maven
3
6
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.Ericsson</groupId >
6
6
<artifactId >eiffel-remrem-parent</artifactId >
7
- <version >0.0.2 </version >
7
+ <version >0.0.3 </version >
8
8
</parent >
9
9
<artifactId >eiffel-remrem-semantics</artifactId >
10
- <version >0.4.6 </version >
10
+ <version >0.4.7 </version >
11
11
<packaging >jar</packaging >
12
12
<properties >
13
13
<eclipse .jgit.version>5.0.1.201806211838-r</eclipse .jgit.version>
161
161
<groupId >org.apache.maven.plugins</groupId >
162
162
<artifactId >maven-jar-plugin</artifactId >
163
163
<version >3.1.0</version >
164
+ </plugin >
165
+ <plugin >
166
+ <groupId >org.apache.maven.plugins</groupId >
167
+ <artifactId >maven-assembly-plugin</artifactId >
168
+ <version >3.0.0</version >
164
169
<configuration >
165
170
<archive >
166
171
<index >true</index >
172
177
<semanticsVersion >${project.version} </semanticsVersion >
173
178
</manifestEntries >
174
179
</archive >
180
+ <appendAssemblyId >false</appendAssemblyId >
181
+ <descriptorRefs >
182
+ <descriptorRef >jar-with-dependencies</descriptorRef >
183
+ </descriptorRefs >
175
184
</configuration >
185
+ <executions >
186
+ <execution >
187
+ <id >make-assembly</id >
188
+ <phase >package</phase >
189
+ <goals >
190
+ <goal >single</goal >
191
+ </goals >
192
+ </execution >
193
+ </executions >
176
194
</plugin >
177
195
<plugin >
178
196
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments