We Running Infinispan remote test we have some errors and warings on maven builds.
# jboss-modules-1.5.1.Final.jar is empty # version for org.wildfly.build the log : wildfly-feature-pack-build-maven-plugin is missing # non-varargs call of varargs method with inexact argument type for last parameter # Javadoc warings # Unable to locate Source XRef to link to - DISABLED # diagnostic {code : warning: The following options were not recognized by any processor: '[translationFilesPath]' java} # JAR will be empty - no content was marked for inclusion! // Some comments here # ForkStarter IOException public String getFoo() # Corrupted STDOUT by directly writing to native stream { # The assembly descriptor contains a filesystem-root relative reference return foo; } We need to fix them, whatever possible. {code} Warning on skipped tests is out of the list |
|