I have been unable to properly build 1.1.0 to create a working .war file. I've attached the build logs for different configurations I've tried. The command line used is listed at the top of the file. The only modifications made to the files in the release are noted (mostly fixing the version string and adding the repo from 1.0.71).
Build configurations:
- Containerized build attempt, no changes to any of the files
- Containerized build attempt, latest maven release (no version tags), no changes to any of the files
- Containerized build attempt, latest maven release, modified pom.xml to include repo from 1.0.71 and corrected version to 1.1.0
- Local build attempt, Apache Maven 3.9.9, modified pom.xml to include repo from 1.0.71 and corrected version to 1.1.0
- Local build attempt, Apache Maven 3.9.9
error_message_1_container_build.txt
error_message_2_container_build_no_tags.txt
error_message_3_container_build_notag_modified_pom.txt
error_message_4_local_build_modified_pom.txt
error_message_5_local_nochanges.txt
I'm getting similar errors from all of the build configurations. It seems to be related to the repo configuration in the pom.xml file. I'd be happy to try and build it again, or provided additional information. Thanks!
I have been unable to properly build 1.1.0 to create a working .war file. I've attached the build logs for different configurations I've tried. The command line used is listed at the top of the file. The only modifications made to the files in the release are noted (mostly fixing the version string and adding the repo from 1.0.71).
Build configurations:
error_message_1_container_build.txt
error_message_2_container_build_no_tags.txt
error_message_3_container_build_notag_modified_pom.txt
error_message_4_local_build_modified_pom.txt
error_message_5_local_nochanges.txt
I'm getting similar errors from all of the build configurations. It seems to be related to the repo configuration in the pom.xml file. I'd be happy to try and build it again, or provided additional information. Thanks!