Hello. I am new to all this so this may be my ignorance...
- I cloned NOUS and following the instructions in the README file.
- When trying to build (mvn package) I get a Build faiture: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default compile) on project TripleParser: Error while storing the mojo status: C:\Users\UserName\Documents\GitHub\NOUS\triple_extractor\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.1st (Access is denied)
-I then ran mvn -e and mvn -X
-with -X it said there were no goals specified for the build and more specifically for org.apache.maven.lifecycle.NoGoalSpecifiedException
-I started looking around the POM file and not really finding anything (that stood out to me anyway) I started looking for the files specified at the top of the POM file. The schema location: http://maven.apache.org/POM/4.0.0 gets a 'no page found' message in my browser. Does this have anything to do with my error?
Hello. I am new to all this so this may be my ignorance...
-I then ran mvn -e and mvn -X
-with -X it said there were no goals specified for the build and more specifically for org.apache.maven.lifecycle.NoGoalSpecifiedException
-I started looking around the POM file and not really finding anything (that stood out to me anyway) I started looking for the files specified at the top of the POM file. The schema location: http://maven.apache.org/POM/4.0.0 gets a 'no page found' message in my browser. Does this have anything to do with my error?