Skip to content
Success

Changes

Summary

  1. Use Collection.isEmpty method. (details)
  2. Build with JUnit 5.7.1 (details)
  3. Use maven-common-artifact-filters 3.2.0 (details)
  4. Plugin is published to repository. (details)
  5. Do not inherit license-check mojo (details)
  6. Add detailed instructions for Maven usage (details)
Commit d6eae6c70884faa4c8bcc33d7d4e63bb9a2ddc74 by Alexander Kurtakov
Use Collection.isEmpty method.

Slightly easier to read IMHO.

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
The file was modified core/src/main/java/org/eclipse/dash/licenses/foundation/EclipseFoundationSupport.java (diff)
The file was modified core/src/main/java/org/eclipse/dash/licenses/clearlydefined/ClearlyDefinedSupport.java (diff)
The file was modified core/src/test/java/org/eclipse/dash/licenses/tests/ClearlyDefinedSupportTests.java (diff)
Commit 417ed52a6dcf9ec8b329faf75645a4c310c1feb6 by Alexander Kurtakov
Build with JUnit 5.7.1

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
The file was modified core/pom.xml (diff)
Commit f31ff8a6cbbba47bf8d342571c2a1e09af709cef by Alexander Kurtakov
Use maven-common-artifact-filters 3.2.0

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
The file was modified maven-plugin/pom.xml (diff)
Commit e831cba97984b0f484d5e7d8f2a904904156f805 by Alexander Kurtakov
Plugin is published to repository.

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
The file was modified README.md (diff)
Commit c4db726a9d1b074d331777a4239d4066c6a96d94 by Alexander Kurtakov
Do not inherit license-check mojo

This ensures that if license-check is configured in the parent pom it
will be executed only once in the parent rather than the current
behavior which runs the same check for the parent and all children.

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
The file was modified maven-plugin/src/main/java/org/eclipse/dash/licenses/maven/LicenseCheckMojo.java (diff)
Commit 7a6d5bc1518ac16f38a05709432047bc834056ec by Alexander Kurtakov
Add detailed instructions for Maven usage

How to integrate in build system

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
The file was modified README.md (diff)