File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 29
29
<configuration >
30
30
<source >1.8</source >
31
31
<target >1.8</target >
32
+
32
33
</configuration >
33
34
</plugin >
34
35
<plugin >
35
36
<artifactId >maven-assembly-plugin</artifactId >
37
+ <executions >
38
+ <execution >
39
+ <phase >package</phase >
40
+ <goals >
41
+ <goal >single</goal >
42
+ </goals >
43
+ </execution >
44
+ </executions >
36
45
<configuration >
37
46
<archive >
38
47
<manifest >
39
48
<mainClass >ud.binmonkey.prog3_proyecto_server.Server</mainClass >
40
49
</manifest >
41
50
</archive >
51
+
42
52
<descriptorRefs >
43
- <descriptorRef >Executable jar</descriptorRef >
53
+ <descriptorRef >jar-with-dependencies </descriptorRef >
44
54
</descriptorRefs >
45
55
</configuration >
46
- <executions >
47
- <execution >
48
- <id >make-assembly</id > <!-- this is used for inheritance merges -->
49
- <phase >package</phase > <!-- bind to the packaging phase -->
50
- <goals >
51
- <goal >single</goal >
52
- </goals >
53
- </execution >
54
- </executions >
55
56
</plugin >
56
57
</plugins >
57
58
</build >
308
309
</dependency >
309
310
</dependencies >
310
311
311
- </project >
312
+ </project >
You can’t perform that action at this time.
0 commit comments