But when executing the "mvn package" command, it generates the following error:
mvn package
[INFO] DSpace SWORD ....................................... SKIPPED
[INFO] DSpace SWORD :: Local Customizations ............... SKIPPED
[INFO] DSpace SWORD v2 .................................... SKIPPED
[INFO] DSpace SWORD v2 :: Local Customizations ............ SKIPPED
[INFO] Apache Solr Webapp ................................. SKIPPED
[INFO] DSpace SOLR :: Local Customizations ................ SKIPPED
[INFO] DSpace OAI-PMH ..................................... SKIPPED
[INFO] DSpace OAI-PMH :: Local Customizations ............. SKIPPED
[INFO] DSpace ResourceSync :: Local Customizations ........ SKIPPED
[INFO] DSpace Assembly and Configuration .................. SKIPPED
[INFO] DSpace XML-UI Mirage2 Theme ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.587 s
[INFO] Finished at: 2019-09-05T22:22:08Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project dspace-cris-api: Compilation failure
[ERROR] /dspace/repositorio/crisinstallation/dspace-parent/dspace-cris/api/src/main/java/org/dspace/app/cris/batch/ScriptCrisBulkExport.java:[113,40] invalid inferred types for ACO,P,TP,NP,NTP,ACNO,ATNO; inferred type does not conform to declared bound(s)
[ERROR] inferred: capture#1 of ?
[ERROR] bound(s): org.dspace.app.cris.model.ACrisObject<it.cilea.osd.jdyna.model.Property<it.cilea.osd.jdyna.model.PropertiesDefinition>,it.cilea.osd.jdyna.model.PropertiesDefinition,it.cilea.osd.jdyna.model.ANestedProperty<it.cilea.osd.jdyna.model.ANestedPropertiesDefinition>,it.cilea.osd.jdyna.model.ANestedPropertiesDefinition,capture#2 of ?,it.cilea.osd.jdyna.model.ATypeNestedObject<it.cilea.osd.jdyna.model.ANestedPropertiesDefinition>>
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :dspace-cris-api
any solution?
Thanks
David.