File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Expand file tree Collapse file tree 2 files changed +7
-15
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 4343 <plugin >
4444 <groupId >org.apache.maven.plugins</groupId >
4545 <artifactId >maven-assembly-plugin</artifactId >
46- <configuration >
47- <archive >
48- <manifest >
49- <mainClass >com.iluwatar.bloC.App</mainClass >
50- </manifest >
51- </archive >
52- <descriptorRefs >
53- <descriptorRef >jar-with-dependencies</descriptorRef >
54- </descriptorRefs >
55- </configuration >
5646 <executions >
5747 <execution >
58- <id >make-assembly</id >
59- <phase >package</phase >
60- <goals >
61- <goal >single</goal >
62- </goals >
48+ <configuration >
49+ <archive >
50+ <manifest >
51+ <mainClass >com.iluwatar.bloc.Main</mainClass >
52+ </manifest >
53+ </archive >
54+ </configuration >
6355 </execution >
6456 </executions >
6557 </plugin >
You can’t perform that action at this time.
0 commit comments