File tree Expand file tree Collapse file tree 2 files changed +0
-35
lines changed
Expand file tree Collapse file tree 2 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 177177 <groups >org.apache.logging.log4j.core.test.categories.PerformanceTests</groups >
178178 </configuration >
179179 </plugin >
180- <plugin >
181- <groupId >org.apache.maven.plugins</groupId >
182- <artifactId >maven-source-plugin</artifactId >
183- <!-- Only build test jars -->
184- <executions >
185- <execution >
186- <id >attach-sources</id >
187- <goals >
188- <goal >jar-no-fork</goal >
189- </goals >
190- <phase >none</phase >
191- </execution >
192- <execution >
193- <id >test-jar</id >
194- <goals >
195- <goal >test-jar</goal >
196- </goals >
197- <phase >package</phase >
198- </execution >
199- </executions >
200- </plugin >
201180 </plugins >
202181 </build >
203182</project >
Original file line number Diff line number Diff line change 940940
941941 <plugins >
942942
943- <plugin >
944- <groupId >org.apache.maven.plugins</groupId >
945- <artifactId >maven-source-plugin</artifactId >
946- <executions >
947- <execution >
948- <id >attach-sources</id >
949- <goals >
950- <goal >jar-no-fork</goal >
951- <goal >test-jar-no-fork</goal >
952- </goals >
953- </execution >
954- </executions >
955- </plugin >
956-
957943 <plugin >
958944 <groupId >org.apache.maven.plugins</groupId >
959945 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments