Skip to content

#726 Build sources for Maven plugins to fix build warning

  • Maven plugins now build sources. Fixes the following warning in the build:
    [INFO] --- plugin:3.15.0:descriptor (default-descriptor) @ org.eclipse.escet.releng.problemreporter.plugin ---
    [INFO] Using 'UTF-8' encoding to read mojo source files.
    [WARNING] Unable to get sources artifact for org.eclipse.escet:org.eclipse.escet.common.asciidoc:jar:7.0.0-SNAPSHOT. Some javadoc tags (@since, @deprecated and comments) won't be used

Addresses #726

Merge request reports

Loading