Giter VIP home page Giter VIP logo

Comments (3)

tsandio avatar tsandio commented on August 17, 2024

I think that the issue is all Maven related. Possibly with using an older version of Maven.
I had to make changes to the pom.xml file based upon https://stackoverflow.com/questions/59763531/maven-dependencies-are-failing-with-a-501-error

The problem is using http as opposed to https. This prevented downloading dependencies.


central
Central Repository
https://repo.maven.apache.org/maven2
default

false


never





central
Central Repository
https://repo.maven.apache.org/maven2
default

false


I also had to use the -f switch to point specifically to the pom.xml file even though I was calling Maven from its directory.

mvn clean install -f /Users/terry/Documents/geowave pom.xml
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project (/Users/terry/Documents/geowave/pom.xml) has 1 error
[ERROR] Non-readable POM /Users/terry/Documents/geowave/pom.xml: /Users/terry/Documents/geowave/pom.xml (Operation not permitted)

I opened up the permissions on the pom.xml file but continue to have the same error. Please advise

from geowave.

rfecher avatar rfecher commented on August 17, 2024

I hate to ask a couple obvious questions but just to make sure, because a couple things in here stand out to me:
The earlier comment said:

The goal you specified requires a project to execute but there is no POM in this directory (/private/var/folders/pw/tnftfy_91px247x7hmbfmy980000gn/T/hsperfdata_terry). Please verify you invoked Maven from the correct directory
Which to me implies the working directory is /private/var/folders/pw/tnftfy_91px247x7hmbfmy980000gn/T/hsperfdata_terry so it'd be expecting a pom in /private/var/folders/pw/tnftfy_91px247x7hmbfmy980000gn/T/hsperfdata_terry/pom.xml

Then in the more recent comment it says: mvn clean install -f /Users/terry/Documents/geowave pom.xml seemingly putting a space between geowave and pom.xml where there should be a /

I can say I've used many different versions of maven and while there may have been the issue from stackoverflow with maven 3.2.1 incompatibility with maven central when it switched to requiring HTTPS, but anything relatively recent 3.6+ should be fine.

from geowave.

tsandio avatar tsandio commented on August 17, 2024

from geowave.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.