A FUSE client for accessing Solid Pods
Since this project is built with GraalVM, it is possible to build the project either to run in the JVM or natively.
The POM for this project provides a jvm profile for compiling and optionally executing this profile. To compile a JAR,
use the following command:
mvn compile -PjvmIf you also want to execute the project, use the following:
mvn -Pjvm compile exec:javaNote: Currently there is an issue with native executable packaging. I am working to resolve this issue.
The POM for this project provides a native packaging profile to build a native executable. Please use the following command:
mvn package -PnativeIt is also encouraged to mvn clean before building.