Giter Site home page Giter Site logo

idea无法编译 about isona HOT 3 CLOSED

jgzl avatar jgzl commented on June 27, 2024
idea无法编译

from isona.

Comments (3)

dyc87112 avatar dyc87112 commented on June 27, 2024

什么错误?

from isona.

jgzl avatar jgzl commented on June 27, 2024

"/Applications/IntelliJ IDEA 2018.1 EAP.app/Contents/jdk/Contents/Home/jre/bin/java" -Dmaven.multiModuleProjectDirectory=/Users/lihaifeng/IdeaProjects/isona "-Dmaven.home=/Applications/IntelliJ IDEA 2018.1 EAP.app/Contents/plugins/maven/lib/maven3" "-Dclassworlds.conf=/Applications/IntelliJ IDEA 2018.1 EAP.app/Contents/plugins/maven/lib/maven3/bin/m2.conf" "-javaagent:/Applications/IntelliJ IDEA 2018.1 EAP.app/Contents/lib/idea_rt.jar=50914:/Applications/IntelliJ IDEA 2018.1 EAP.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA 2018.1 EAP.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.1 -s /Users/lihaifeng/Desktop/Coding/apache-maven-3.5.2/conf/settings.xml clean -f pom.xml
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'parent.relativePath' of POM com.spring4all:isona-storage:0.0.1-SNAPSHOT (/Users/lihaifeng/IdeaProjects/isona/isona-storage/pom.xml) points at com.spring4all:isona instead of com.spring4all:isona-parent, please verify your project structure @ line 14, column 10
[FATAL] Non-resolvable parent POM for com.spring4all:isona-storage:0.0.1-SNAPSHOT: Could not find artifact com.spring4all:isona-parent:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 14, column 10
[WARNING] 'parent.relativePath' of POM com.spring4all:isona-core:0.0.1-SNAPSHOT (/Users/lihaifeng/IdeaProjects/isona/isona-core/pom.xml) points at com.spring4all:isona instead of com.spring4all:isona-parent, please verify your project structure @ line 14, column 10
[FATAL] Non-resolvable parent POM for com.spring4all:isona-core:0.0.1-SNAPSHOT: Could not find artifact com.spring4all:isona-parent:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 14, column 10
[WARNING] 'parent.relativePath' of POM com.spring4all:isona-web:0.0.1-SNAPSHOT (/Users/lihaifeng/IdeaProjects/isona/isona-web/pom.xml) points at com.spring4all:isona instead of com.spring4all:isona-parent, please verify your project structure @ line 14, column 10
[FATAL] Non-resolvable parent POM for com.spring4all:isona-web:0.0.1-SNAPSHOT: Could not find artifact com.spring4all:isona-parent:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 14, column 10
[ERROR] Child module /Users/lihaifeng/IdeaProjects/isona/isona-example-consul of /Users/lihaifeng/IdeaProjects/isona/pom.xml does not exist @
@
[ERROR] The build could not read 4 projects -> [Help 1]
[ERROR]
[ERROR] The project com.spring4all:isona-storage:0.0.1-SNAPSHOT (/Users/lihaifeng/IdeaProjects/isona/isona-storage/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for com.spring4all:isona-storage:0.0.1-SNAPSHOT: Could not find artifact com.spring4all:isona-parent:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 14, column 10 -> [Help 2]
[ERROR]
[ERROR] The project com.spring4all:isona-core:0.0.1-SNAPSHOT (/Users/lihaifeng/IdeaProjects/isona/isona-core/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for com.spring4all:isona-core:0.0.1-SNAPSHOT: Could not find artifact com.spring4all:isona-parent:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 14, column 10 -> [Help 2]
[ERROR]
[ERROR] The project com.spring4all:isona-web:0.0.1-SNAPSHOT (/Users/lihaifeng/IdeaProjects/isona/isona-web/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for com.spring4all:isona-web:0.0.1-SNAPSHOT: Could not find artifact com.spring4all:isona-parent:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 14, column 10 -> [Help 2]
[ERROR]
[ERROR] The project com.spring4all:isona:0.0.1-SNAPSHOT (/Users/lihaifeng/IdeaProjects/isona/pom.xml) has 1 error
[ERROR] Child module /Users/lihaifeng/IdeaProjects/isona/isona-example-consul of /Users/lihaifeng/IdeaProjects/isona/pom.xml does not exist
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Process finished with exit code 1

from isona.

dyc87112 avatar dyc87112 commented on June 27, 2024

先编译一下parent模块,再编译其他的

from isona.

Related Issues (11)

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.