Hi! I tried to install this on my Mac using Terminal, but am facing errors.
I ran
git clone https://github.com/uhh-lt/par4sem.git
cd par4sem
mvn clean install
Below is the log, any idea how to resolve this?
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for de.uhh.informatik.lt.swe:util:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 124, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for de.uhh.informatik.lt.swe:api:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.springframework.boot:spring-boot-maven-plugin is missing. @ line 125, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] swe [pom]
[INFO] util [jar]
[INFO] web [war]
[INFO] par4semApi [jar]
[INFO]
[INFO] ---------< de.uhh.informatik.lt.swe:de.uhh.informatik.lt.swe >----------
[INFO] Building swe 0.0.1-SNAPSHOT [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.uhh.informatik.lt.swe ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ de.uhh.informatik.lt.swe ---
[INFO] Installing /Users/qinyulu/Documents/GitHub/par4sem/pom.xml to /Users/qinyulu/.m2/repository/de/uhh/informatik/lt/swe/de.uhh.informatik.lt.swe/0.0.1-SNAPSHOT/de.uhh.informatik.lt.swe-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] -------------------< de.uhh.informatik.lt.swe:util >--------------------
[INFO] Building util 0.0.1-SNAPSHOT [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/com/spotify/featran/2.11/featran-2.11.pom
[WARNING] The POM for com.spotify:featran:jar:2.11 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/org/jobimtext/org.jobimtext/0.0.8/org.jobimtext-0.0.8.pom
[WARNING] The POM for org.jobimtext:org.jobimtext:jar:0.0.8 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/com/o19s/RankyMcRankFace/0.2.0/RankyMcRankFace-0.2.0.pom
[WARNING] The POM for com.o19s:RankyMcRankFace:jar:0.2.0 is missing, no dependency information available
[WARNING] The POM for de.uhh.informatik.lt.swe:par4semApi:jar:0.0.1-SNAPSHOT is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/com/spotify/featran/2.11/featran-2.11.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/o19s/RankyMcRankFace/0.2.0/RankyMcRankFace-0.2.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jobimtext/org.jobimtext/0.0.8/org.jobimtext-0.0.8.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for swe 0.0.1-SNAPSHOT:
[INFO]
[INFO] swe ................................................ SUCCESS [ 0.902 s]
[INFO] util ............................................... FAILURE [ 5.984 s]
[INFO] web ................................................ SKIPPED
[INFO] par4semApi ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.200 s
[INFO] Finished at: 2020-02-09T22:19:08-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project util: Could not resolve dependencies for project de.uhh.informatik.lt.swe:util:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.spotify:featran:jar:2.11, org.jobimtext:org.jobimtext:jar:0.0.8, com.o19s:RankyMcRankFace:jar:0.2.0, de.uhh.informatik.lt.swe:par4semApi:jar:0.0.1-SNAPSHOT: Could not find artifact com.spotify:featran:jar:2.11 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :util
Hi! I tried to install this on my Mac using Terminal, but am facing errors.
I ran
Below is the log, any idea how to resolve this?