The following compile errors are thrown for 12.x/13.x:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project scorm-content-impl: Compilation failure: Compilation failure:
[ERROR] /opt/src/git/bjones86/sakai/contrib/SCORM.2004.3ED.RTE/scorm-impl/content/src/java/org/sakaiproject/scorm/content/impl/CompressedResourceType.java:[27,8] org.sakaiproject.scorm.content.impl.CompressedResourceType is not abstract and does not override abstract method getIconClass(org.sakaiproject.content.api.ContentEntity) in org.sakaiproject.content.api.ResourceType
[ERROR] /opt/src/git/bjones86/sakai/contrib/SCORM.2004.3ED.RTE/scorm-impl/content/src/java/org/sakaiproject/scorm/content/impl/ZipCollectionType.java:[35,8] org.sakaiproject.scorm.content.impl.ZipCollectionType is not abstract and does not override abstract method getIconClass(org.sakaiproject.content.api.ContentEntity) in org.sakaiproject.content.api.ResourceType
The following compile errors are thrown for 12.x/13.x:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project scorm-content-impl: Compilation failure: Compilation failure: [ERROR] /opt/src/git/bjones86/sakai/contrib/SCORM.2004.3ED.RTE/scorm-impl/content/src/java/org/sakaiproject/scorm/content/impl/CompressedResourceType.java:[27,8] org.sakaiproject.scorm.content.impl.CompressedResourceType is not abstract and does not override abstract method getIconClass(org.sakaiproject.content.api.ContentEntity) in org.sakaiproject.content.api.ResourceType [ERROR] /opt/src/git/bjones86/sakai/contrib/SCORM.2004.3ED.RTE/scorm-impl/content/src/java/org/sakaiproject/scorm/content/impl/ZipCollectionType.java:[35,8] org.sakaiproject.scorm.content.impl.ZipCollectionType is not abstract and does not override abstract method getIconClass(org.sakaiproject.content.api.ContentEntity) in org.sakaiproject.content.api.ResourceType