File tree Expand file tree Collapse file tree 3 files changed +30
-24
lines changed Expand file tree Collapse file tree 3 files changed +30
-24
lines changed Original file line number Diff line number Diff line change 144144 <target >8</target >
145145 </configuration >
146146 </plugin >
147- <plugin >
148- <groupId >org.apache.maven.plugins</groupId >
149- <artifactId >maven-assembly-plugin</artifactId >
150- <configuration >
151- <archive >
152- <manifest >
153- <mainClass >com.threedr3am.learn.App</mainClass >
154- </manifest >
155- </archive >
156- <descriptorRefs >
157- <descriptorRef >jar-with-dependencies</descriptorRef >
158- </descriptorRefs >
159- <attach >false</attach >
160- </configuration >
161- <executions >
162- <execution >
163- <id >make-assembly</id >
164- <phase >package</phase >
165- <goals >
166- <goal >single</goal >
167- </goals >
168- </execution >
169- </executions >
170- </plugin >
171147 </plugins >
172148 </build >
173149</project >
Original file line number Diff line number Diff line change 1010 <modelVersion >4.0.0</modelVersion >
1111
1212 <artifactId >ajp-bug</artifactId >
13+
14+ <build >
15+ <plugins >
16+
17+ <plugin >
18+ <groupId >org.apache.maven.plugins</groupId >
19+ <artifactId >maven-assembly-plugin</artifactId >
20+ <configuration >
21+ <archive >
22+ <manifest >
23+ <mainClass >com.threedr3am.bug.tomcat.ajp.FileRead</mainClass >
24+ </manifest >
25+ </archive >
26+ <descriptorRefs >
27+ <descriptorRef >jar-with-dependencies</descriptorRef >
28+ </descriptorRefs >
29+ <attach >false</attach >
30+ </configuration >
31+ <executions >
32+ <execution >
33+ <id >make-assembly</id >
34+ <phase >package</phase >
35+ <goals >
36+ <goal >single</goal >
37+ </goals >
38+ </execution >
39+ </executions >
40+ </plugin >
41+ </plugins >
42+ </build >
1343</project >
You can’t perform that action at this time.
0 commit comments