hal / testsuite.next

Testsuite for HAL
Apache License 2.0
2 stars 26 forks source link

Maven JAR plugin is reporting warning(s) #16

Closed spriadka closed 6 years ago

spriadka commented 6 years ago

In the current state of the project, the default-jar goal of the maven-jar-plugin is reporting this error: [WARNING] JAR will be empty - no content was marked for inclusion! when building the test and its submodules. As we want to keep the Maven build logs as warning-less as possible, such behavior is undesired.

hpehl commented 6 years ago

Fixed with #17