File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed
Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 8585 </descriptorRefs >
8686 <archive >
8787 <manifest >
88- <mainClass >jmg.gui.jMGApp </mainClass >
88+ <mainClass >jmg.gui.GUIApp </mainClass >
8989 </manifest >
9090 </archive >
91+ <appendAssemblyId >false</appendAssemblyId >
92+ <outputDirectory >../releases</outputDirectory >
9193 </configuration >
9294 <executions >
9395 <execution >
Original file line number Diff line number Diff line change 6868 </dependency >
6969 </dependencies >
7070
71+ <build >
72+ <plugins >
73+ <plugin >
74+ <groupId >org.apache.maven.plugins</groupId >
75+ <artifactId >maven-assembly-plugin</artifactId >
76+ <version >3.6.0</version >
77+ <configuration >
78+ <appendAssemblyId >false</appendAssemblyId >
79+ <outputDirectory >../releases</outputDirectory >
80+ </configuration >
81+ </plugin >
82+ </plugins >
83+ </build >
7184</project >
Original file line number Diff line number Diff line change 6666 </dependency >
6767 </dependencies >
6868
69+
70+ <build >
71+ <plugins >
72+ <plugin >
73+ <groupId >org.apache.maven.plugins</groupId >
74+ <artifactId >maven-assembly-plugin</artifactId >
75+ <version >3.6.0</version >
76+ <configuration >
77+ <appendAssemblyId >false</appendAssemblyId >
78+ <outputDirectory >../releases</outputDirectory >
79+ </configuration >
80+ </plugin >
81+ </plugins >
82+ </build >
6983</project >
You can’t perform that action at this time.
0 commit comments