aptasuite
aptasuite copied to clipboard
The aptasuite-x.y.z zip file is not installed after "mvn install" command
Hi, I am trying to compile Aptasuite from source using the guide from the wiki and I am on a Windows 11 system. I have met the system requirements (jdk-19 and apache maven 3.8.6), as well as cloning in the repository and cd into aptasuite. However, I keep receiving an error message after executing the
mvn install
command. Do you have any tips on how to proceed and debug this error.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project aptasuite: Compilation failure -> [Help 1]
I am encountering the same problem:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project aptasuite: Compilation failure -> [Help 1]
I'm also having the same problem. Did you find away to go around it?