Check | Status |
---|---|
ModulesCheckFix | Passed |
DependencyManagementCheckFix | Passed |
MavenCoordinateCheck | Failed ArtifactId: jslp.osgi does not match convention: ^mw\..*(\.osgi)|(\.karaf)$ GroupId: org.universAAL.thirdparty does not match convention: ^org\.universAAL\.middleware Artifact Name: universAAL Thirdparty jslp library (OSGi) does not match convention: ^universAAL Middleware .* (\(OSGi\))|(\(KARAF\))$ |
DecoupleCheck | Failed The following Files are not Container Decoupled: ch.ethz.iks.slp.impl.Activator ch.ethz.iks.slp.impl.OSGiPlatformAbstraction To solve this problem, make sure there are no OSGi imports in your classes, unless the package that contains them has explicitly "osgi" in it's name. |
LicenseFileCheckFix | Failed License File does not exist: ASL2.0.txt License File does not exist: NOTICE.txt |
LicenseHeaderCheckFix | Failed The following Files seem not to have a proper License Header: ch.ethz.iks.slp.impl.Activator ch.ethz.iks.slp.impl.OSGiPlatformAbstraction ch.ethz.iks.slp.impl.PlatformAbstraction Make sure all your classes have an Apache Software Licence Header see license at http://www.apache.org/licenses/LICENSE-2.0 |
MainMethodCheck | Passed |