File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 148148 </webResources >
149149 </configuration >
150150 </plugin >
151-
152- <!-- Plugin to generate the JAR -->
153151 <plugin >
154152 <groupId >org.apache.maven.plugins</groupId >
155153 <artifactId >maven-jar-plugin</artifactId >
156- <version >3.2.0</version >
157154 <executions >
158155 <execution >
159156 <id >make-a-jar</id >
160- <phase >package </phase >
157+ <phase >compile </phase >
161158 <goals >
162159 <goal >jar</goal >
163160 </goals >
164- <configuration >
165- <classifier >${project.version} </classifier >
166- <finalName >${project.artifactId} </finalName >
167- </configuration >
168161 </execution >
169162 </executions >
170163 </plugin >
171164
165+
172166 <!-- Plugin to install the JAR -->
173167 <plugin >
174168 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments