MicroShed / boost

Boost Maven and Gradle plugins for MicroProfile development
Eclipse Public License 1.0
27 stars 13 forks source link

Minor: Noise with Derby in Open Liberty #383

Open scottkurz opened 5 years ago

scottkurz commented 5 years ago

Using dependency like:

        <groupId>org.apache.derby</groupId>
    <artifactId>derby</artifactId>
    <version>10.11.1.1</version>

Lots of messages like:

[INFO] [WARNING ] CWWKZ0014W: The application myservice-1.0-SNAPSHOT could not be started as it could not be found at location myservice-1.0-SNAPSHOT.war.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_cs.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_de_DE.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_es.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_fr.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_hu.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_it.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ja_JP.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ko_KR.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_pl.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_pt_BR.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ru.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_zh_CN.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_zh_TW.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_cs.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_de_DE.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_es.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_fr.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_hu.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_it.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ja_JP.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ko_KR.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_pl.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_pt_BR.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_ru.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_zh_CN.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[INFO] [WARNING ] SRVE9967W: The manifest class path derbyLocale_zh_TW.jar can not be found in jar file file:/C:/Users/ScottKurz/.m2/repository/org/apache/derby/derby/10.11.1.1/derby-10.11.1.1.jar or its parent.
[I