File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 738
738
</configuration >
739
739
</plugin >
740
740
741
- <plugin >
742
- <groupId >org.apache.maven.plugins</groupId >
743
- <artifactId >maven-shade-plugin</artifactId >
744
- <version >3.0.0</version >
745
- <executions >
746
- <execution >
747
- <phase >package</phase >
748
- <goals >
749
- <goal >shade</goal >
750
- </goals >
751
- <configuration >
752
- <shadedArtifactAttached >true</shadedArtifactAttached >
753
- </configuration >
754
- </execution >
755
- </executions >
756
- </plugin >
757
-
758
741
<plugin >
759
742
<groupId >org.apache.maven.plugins</groupId >
760
743
<artifactId >maven-site-plugin</artifactId >
791
774
<artifactId >maven-war-plugin</artifactId >
792
775
<version >3.2.0</version >
793
776
</plugin >
794
- <!-- Non-standard plugins -->
795
- <plugin >
796
- <groupId >com.lazerycode.selenium</groupId >
797
- <artifactId >driver-binary-downloader-maven-plugin</artifactId >
798
- <version >${driver-binary-downloader-maven-plugin.version} </version >
799
- </plugin >
800
777
801
778
<plugin >
802
779
<groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments