|
16 | 16 |
|
17 | 17 | ## Test Dependencies |
18 | 18 |
|
19 | | -| Dependency | License | |
20 | | -| --------------------------- | ----------------------------------------- | |
21 | | -| [scalatest][15] | [the Apache License, ASL Version 2.0][16] | |
22 | | -| [scalatestplus-mockito][17] | [Apache-2.0][16] | |
23 | | -| [mockito-core][18] | [The MIT License][19] | |
| 19 | +| Dependency | License | |
| 20 | +| ----------------------------------------- | ----------------------------------------- | |
| 21 | +| [scalatest][15] | [the Apache License, ASL Version 2.0][16] | |
| 22 | +| [scalatestplus-mockito][17] | [Apache-2.0][16] | |
| 23 | +| [mockito-core][18] | [The MIT License][19] | |
| 24 | +| [EqualsVerifier | release normal jar][20] | [Apache License, Version 2.0][7] | |
24 | 25 |
|
25 | 26 | ## Plugin Dependencies |
26 | 27 |
|
27 | 28 | | Dependency | License | |
28 | 29 | | ------------------------------------------------------- | --------------------------------------------- | |
29 | | -| [SonarQube Scanner for Maven][20] | [GNU LGPL 3][21] | |
30 | | -| [Apache Maven Compiler Plugin][22] | [Apache License, Version 2.0][7] | |
31 | | -| [Apache Maven Enforcer Plugin][23] | [Apache License, Version 2.0][7] | |
32 | | -| [Maven Flatten Plugin][24] | [Apache Software Licenese][9] | |
33 | | -| [org.sonatype.ossindex.maven:ossindex-maven-plugin][25] | [ASL2][9] | |
34 | | -| [Reproducible Build Maven Plugin][26] | [Apache 2.0][9] | |
35 | | -| [scala-maven-plugin][27] | [Public domain (Unlicense)][28] | |
36 | | -| [Maven Surefire Plugin][29] | [Apache License, Version 2.0][7] | |
37 | | -| [Versions Maven Plugin][30] | [Apache License, Version 2.0][7] | |
38 | | -| [Apache Maven Deploy Plugin][31] | [Apache License, Version 2.0][7] | |
39 | | -| [Apache Maven GPG Plugin][32] | [Apache License, Version 2.0][7] | |
40 | | -| [Apache Maven Source Plugin][33] | [Apache License, Version 2.0][7] | |
41 | | -| [Apache Maven Javadoc Plugin][34] | [Apache License, Version 2.0][7] | |
42 | | -| [Nexus Staging Maven Plugin][35] | [Eclipse Public License][36] | |
43 | | -| [JaCoCo :: Maven Plugin][37] | [Eclipse Public License 2.0][38] | |
44 | | -| [error-code-crawler-maven-plugin][39] | [MIT][5] | |
45 | | -| [ScalaTest Maven Plugin][40] | [the Apache License, ASL Version 2.0][16] | |
46 | | -| [Apache Maven Assembly Plugin][41] | [Apache License, Version 2.0][7] | |
47 | | -| [OpenFastTrace Maven Plugin][42] | [GNU General Public License v3.0][43] | |
48 | | -| [Project keeper maven plugin][44] | [The MIT License][45] | |
49 | | -| [SCoverage Maven Plugin][46] | [The Apache Software License, Version 2.0][9] | |
| 30 | +| [SonarQube Scanner for Maven][21] | [GNU LGPL 3][22] | |
| 31 | +| [Apache Maven Compiler Plugin][23] | [Apache License, Version 2.0][7] | |
| 32 | +| [Apache Maven Enforcer Plugin][24] | [Apache License, Version 2.0][7] | |
| 33 | +| [Maven Flatten Plugin][25] | [Apache Software Licenese][9] | |
| 34 | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][26] | [ASL2][9] | |
| 35 | +| [Reproducible Build Maven Plugin][27] | [Apache 2.0][9] | |
| 36 | +| [scala-maven-plugin][28] | [Public domain (Unlicense)][29] | |
| 37 | +| [Maven Surefire Plugin][30] | [Apache License, Version 2.0][7] | |
| 38 | +| [Versions Maven Plugin][31] | [Apache License, Version 2.0][7] | |
| 39 | +| [Apache Maven Deploy Plugin][32] | [Apache License, Version 2.0][7] | |
| 40 | +| [Apache Maven GPG Plugin][33] | [Apache License, Version 2.0][7] | |
| 41 | +| [Apache Maven Source Plugin][34] | [Apache License, Version 2.0][7] | |
| 42 | +| [Apache Maven Javadoc Plugin][35] | [Apache License, Version 2.0][7] | |
| 43 | +| [Nexus Staging Maven Plugin][36] | [Eclipse Public License][37] | |
| 44 | +| [JaCoCo :: Maven Plugin][38] | [Eclipse Public License 2.0][39] | |
| 45 | +| [error-code-crawler-maven-plugin][40] | [MIT][5] | |
| 46 | +| [ScalaTest Maven Plugin][41] | [the Apache License, ASL Version 2.0][16] | |
| 47 | +| [Apache Maven Assembly Plugin][42] | [Apache License, Version 2.0][7] | |
| 48 | +| [OpenFastTrace Maven Plugin][43] | [GNU General Public License v3.0][44] | |
| 49 | +| [Project keeper maven plugin][45] | [The MIT License][46] | |
50 | 50 | | [Scalastyle Maven Plugin][47] | [Apache 2.0][14] | |
51 | 51 | | [spotless-maven-plugin][48] | [The Apache Software License, Version 2.0][7] | |
52 | 52 | | [scalafix-maven-plugin][49] | [BSD-3-Clause][50] | |
|
76 | 76 | [17]: https://github.com/scalatest/scalatestplus-mockito |
77 | 77 | [18]: https://github.com/mockito/mockito |
78 | 78 | [19]: https://github.com/mockito/mockito/blob/main/LICENSE |
79 | | -[20]: http://sonarsource.github.io/sonar-scanner-maven/ |
80 | | -[21]: http://www.gnu.org/licenses/lgpl.txt |
81 | | -[22]: https://maven.apache.org/plugins/maven-compiler-plugin/ |
82 | | -[23]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ |
83 | | -[24]: https://www.mojohaus.org/flatten-maven-plugin/ |
84 | | -[25]: https://sonatype.github.io/ossindex-maven/maven-plugin/ |
85 | | -[26]: http://zlika.github.io/reproducible-build-maven-plugin |
86 | | -[27]: http://github.com/davidB/scala-maven-plugin |
87 | | -[28]: http://unlicense.org/ |
88 | | -[29]: https://maven.apache.org/surefire/maven-surefire-plugin/ |
89 | | -[30]: http://www.mojohaus.org/versions-maven-plugin/ |
90 | | -[31]: https://maven.apache.org/plugins/maven-deploy-plugin/ |
91 | | -[32]: https://maven.apache.org/plugins/maven-gpg-plugin/ |
92 | | -[33]: https://maven.apache.org/plugins/maven-source-plugin/ |
93 | | -[34]: https://maven.apache.org/plugins/maven-javadoc-plugin/ |
94 | | -[35]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/ |
95 | | -[36]: http://www.eclipse.org/legal/epl-v10.html |
96 | | -[37]: https://www.jacoco.org/jacoco/trunk/doc/maven.html |
97 | | -[38]: https://www.eclipse.org/legal/epl-2.0/ |
98 | | -[39]: https://github.com/exasol/error-code-crawler-maven-plugin |
99 | | -[40]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin |
100 | | -[41]: https://maven.apache.org/plugins/maven-assembly-plugin/ |
101 | | -[42]: https://github.com/itsallcode/openfasttrace-maven-plugin |
102 | | -[43]: https://www.gnu.org/licenses/gpl-3.0.html |
103 | | -[44]: https://github.com/exasol/project-keeper/ |
104 | | -[45]: https://github.com/exasol/project-keeper/blob/main/LICENSE |
105 | | -[46]: https://scoverage.github.io/scoverage-maven-plugin/1.4.11/ |
| 79 | +[20]: https://www.jqno.nl/equalsverifier |
| 80 | +[21]: http://sonarsource.github.io/sonar-scanner-maven/ |
| 81 | +[22]: http://www.gnu.org/licenses/lgpl.txt |
| 82 | +[23]: https://maven.apache.org/plugins/maven-compiler-plugin/ |
| 83 | +[24]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ |
| 84 | +[25]: https://www.mojohaus.org/flatten-maven-plugin/ |
| 85 | +[26]: https://sonatype.github.io/ossindex-maven/maven-plugin/ |
| 86 | +[27]: http://zlika.github.io/reproducible-build-maven-plugin |
| 87 | +[28]: http://github.com/davidB/scala-maven-plugin |
| 88 | +[29]: http://unlicense.org/ |
| 89 | +[30]: https://maven.apache.org/surefire/maven-surefire-plugin/ |
| 90 | +[31]: http://www.mojohaus.org/versions-maven-plugin/ |
| 91 | +[32]: https://maven.apache.org/plugins/maven-deploy-plugin/ |
| 92 | +[33]: https://maven.apache.org/plugins/maven-gpg-plugin/ |
| 93 | +[34]: https://maven.apache.org/plugins/maven-source-plugin/ |
| 94 | +[35]: https://maven.apache.org/plugins/maven-javadoc-plugin/ |
| 95 | +[36]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/ |
| 96 | +[37]: http://www.eclipse.org/legal/epl-v10.html |
| 97 | +[38]: https://www.jacoco.org/jacoco/trunk/doc/maven.html |
| 98 | +[39]: https://www.eclipse.org/legal/epl-2.0/ |
| 99 | +[40]: https://github.com/exasol/error-code-crawler-maven-plugin |
| 100 | +[41]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin |
| 101 | +[42]: https://maven.apache.org/plugins/maven-assembly-plugin/ |
| 102 | +[43]: https://github.com/itsallcode/openfasttrace-maven-plugin |
| 103 | +[44]: https://www.gnu.org/licenses/gpl-3.0.html |
| 104 | +[45]: https://github.com/exasol/project-keeper/ |
| 105 | +[46]: https://github.com/exasol/project-keeper/blob/main/LICENSE |
106 | 106 | [47]: http://www.scalastyle.org |
107 | 107 | [48]: https://github.com/diffplug/spotless |
108 | 108 | [49]: https://github.com/evis/scalafix-maven-plugin |
|
0 commit comments