File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 120120 <mainClass >de.unikoeln.chemie.nmr.ui.gui.NMReDATAeditor</mainClass >
121121 </configuration >
122122 </plugin >
123+ <plugin >
124+ <artifactId >maven-assembly-plugin</artifactId >
125+ <configuration >
126+ <archive >
127+ <manifest >
128+ <mainClass >de.unikoeln.chemie.nmr.ui.gui.Starter</mainClass >
129+ </manifest >
130+ </archive >
131+ <descriptorRefs >
132+ <descriptorRef >jar-with-dependencies</descriptorRef >
133+ </descriptorRefs >
134+ </configuration >
135+ </plugin >
123136 </plugins >
124137 </pluginManagement >
125138 </build >
Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16- <maven .compiler.source>1.7 </maven .compiler.source>
17- <maven .compiler.target>1.7 </maven .compiler.target>
16+ <maven .compiler.source>1.8 </maven .compiler.source>
17+ <maven .compiler.target>1.8 </maven .compiler.target>
1818 </properties >
1919
2020 <repositories >
You can’t perform that action at this time.
0 commit comments