|
13 | 13 |
|
14 | 14 | ## Plugin Dependencies |
15 | 15 |
|
16 | | -| Dependency | License | |
17 | | -| ------------------------------------------------------- | --------------------------------------------- | |
18 | | -| [Apache Maven Compiler Plugin][10] | [Apache License, Version 2.0][11] | |
19 | | -| [JaCoCo :: Maven Plugin][12] | [Eclipse Public License 2.0][13] | |
20 | | -| [Maven Surefire Plugin][14] | [Apache License, Version 2.0][11] | |
21 | | -| [Apache Maven Source Plugin][16] | [Apache License, Version 2.0][11] | |
22 | | -| [Apache Maven Javadoc Plugin][18] | [Apache License, Version 2.0][11] | |
23 | | -| [Apache Maven GPG Plugin][20] | [Apache License, Version 2.0][9] | |
24 | | -| [OpenFastTrace Maven Plugin][22] | [GNU General Public License v3.0][23] | |
25 | | -| [org.sonatype.ossindex.maven:ossindex-maven-plugin][24] | [ASL2][9] | |
26 | | -| [Versions Maven Plugin][26] | [Apache License, Version 2.0][11] | |
27 | | -| [Apache Maven Enforcer Plugin][28] | [Apache License, Version 2.0][11] | |
28 | | -| [Nexus Staging Maven Plugin][30] | [Eclipse Public License][31] | |
29 | | -| [Project keeper maven plugin][32] | [MIT][33] | |
30 | | -| [Maven Failsafe Plugin][34] | [Apache License, Version 2.0][11] | |
31 | | -| [Maven Deploy Plugin][36] | [The Apache Software License, Version 2.0][9] | |
32 | | -| [error-code-crawler-maven-plugin][38] | [MIT][33] | |
33 | | -| [Reproducible Build Maven Plugin][40] | [Apache 2.0][9] | |
34 | | -| [Maven Clean Plugin][42] | [The Apache Software License, Version 2.0][9] | |
35 | | -| [Maven Resources Plugin][44] | [The Apache Software License, Version 2.0][9] | |
36 | | -| [Maven JAR Plugin][46] | [The Apache Software License, Version 2.0][9] | |
37 | | -| [Maven Install Plugin][48] | [The Apache Software License, Version 2.0][9] | |
38 | | -| [Maven Site Plugin 3][50] | [The Apache Software License, Version 2.0][9] | |
| 16 | +| Dependency | License | |
| 17 | +| ------------------------------------------------------- | ------------------------------------- | |
| 18 | +| [Apache Maven Compiler Plugin][10] | [Apache License, Version 2.0][11] | |
| 19 | +| [JaCoCo :: Maven Plugin][12] | [Eclipse Public License 2.0][13] | |
| 20 | +| [Maven Surefire Plugin][14] | [Apache License, Version 2.0][11] | |
| 21 | +| [Apache Maven Source Plugin][16] | [Apache License, Version 2.0][11] | |
| 22 | +| [Apache Maven Javadoc Plugin][18] | [Apache License, Version 2.0][11] | |
| 23 | +| [Apache Maven GPG Plugin][20] | [Apache License, Version 2.0][9] | |
| 24 | +| [OpenFastTrace Maven Plugin][22] | [GNU General Public License v3.0][23] | |
| 25 | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][24] | [ASL2][9] | |
| 26 | +| [Versions Maven Plugin][26] | [Apache License, Version 2.0][11] | |
| 27 | +| [Apache Maven Enforcer Plugin][28] | [Apache License, Version 2.0][11] | |
| 28 | +| [Nexus Staging Maven Plugin][30] | [Eclipse Public License][31] | |
| 29 | +| [Project keeper maven plugin][32] | [MIT][33] | |
| 30 | +| [Maven Failsafe Plugin][34] | [Apache License, Version 2.0][11] | |
| 31 | +| [Apache Maven Deploy Plugin][36] | [Apache License, Version 2.0][9] | |
| 32 | +| [error-code-crawler-maven-plugin][38] | [MIT][33] | |
| 33 | +| [Reproducible Build Maven Plugin][40] | [Apache 2.0][9] | |
| 34 | +| [Apache Maven Clean Plugin][42] | [Apache License, Version 2.0][11] | |
| 35 | +| [Apache Maven Resources Plugin][44] | [Apache License, Version 2.0][11] | |
| 36 | +| [Apache Maven JAR Plugin][46] | [Apache License, Version 2.0][11] | |
| 37 | +| [Apache Maven Install Plugin][48] | [Apache License, Version 2.0][9] | |
| 38 | +| [Apache Maven Site Plugin][50] | [Apache License, Version 2.0][11] | |
39 | 39 |
|
40 | 40 | [12]: https://www.eclemma.org/jacoco/index.html |
41 | 41 | [32]: https://github.com/exasol/project-keeper-maven-plugin |
42 | 42 | [2]: https://github.com/hamcrest/JavaHamcrest |
43 | 43 | [9]: http://www.apache.org/licenses/LICENSE-2.0.txt |
44 | 44 | [14]: https://maven.apache.org/surefire/maven-surefire-plugin/ |
45 | 45 | [30]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/ |
46 | | -[42]: http://maven.apache.org/plugins/maven-clean-plugin/ |
47 | 46 | [4]: https://github.com/mockito/mockito |
48 | 47 | [33]: https://opensource.org/licenses/MIT |
49 | 48 | [34]: https://maven.apache.org/surefire/maven-failsafe-plugin/ |
50 | 49 | [26]: http://www.mojohaus.org/versions-maven-plugin/ |
51 | 50 | [10]: https://maven.apache.org/plugins/maven-compiler-plugin/ |
52 | 51 | [20]: http://maven.apache.org/plugins/maven-gpg-plugin/ |
| 52 | +[44]: https://maven.apache.org/plugins/maven-resources-plugin/ |
53 | 53 | [22]: https://github.com/itsallcode/openfasttrace-maven-plugin |
| 54 | +[42]: https://maven.apache.org/plugins/maven-clean-plugin/ |
54 | 55 | [13]: https://www.eclipse.org/legal/epl-2.0/ |
55 | 56 | [31]: http://www.eclipse.org/legal/epl-v10.html |
56 | 57 | [40]: http://zlika.github.io/reproducible-build-maven-plugin |
| 58 | +[50]: https://maven.apache.org/plugins/maven-site-plugin/ |
57 | 59 | [23]: https://www.gnu.org/licenses/gpl-3.0.html |
58 | | -[46]: http://maven.apache.org/plugins/maven-jar-plugin/ |
59 | 60 | [11]: https://www.apache.org/licenses/LICENSE-2.0.txt |
60 | 61 | [28]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ |
61 | 62 | [5]: https://github.com/mockito/mockito/blob/release/3.x/LICENSE |
|
67 | 68 | [8]: http://www.jqno.nl/equalsverifier |
68 | 69 | [16]: https://maven.apache.org/plugins/maven-source-plugin/ |
69 | 70 | [36]: http://maven.apache.org/plugins/maven-deploy-plugin/ |
70 | | -[50]: http://maven.apache.org/plugins/maven-site-plugin/ |
71 | | -[44]: http://maven.apache.org/plugins/maven-resources-plugin/ |
72 | 71 | [18]: https://maven.apache.org/plugins/maven-javadoc-plugin/ |
73 | 72 | [38]: https://github.com/exasol/error-code-crawler-maven-plugin |
| 73 | +[46]: https://maven.apache.org/plugins/maven-jar-plugin/ |
0 commit comments