-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Running Kubuntu 14.4, I get
$ mvn --version
Apache Maven 2.2.1 (rdebian-14)
Java version: 1.8.0_101
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux" version: "3.13.0-95-generic" arch: "amd64" Family: "unix"
$ git clone https://github.com/mizzao/libmao.git
$ cd libmao/
$ mvn install
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/native-maven-plugin/[1.0-alpha-7,)/native-maven-plugin-[1.0-alpha-7,).pom
[INFO] Unable to find resource 'org.codehaus.mojo:native-maven-plugin:pom:[1.0-alpha-7,)' in repository central (http://repo1.maven.org/maven2)
Downloading: http://jahmm.googlecode.com/svn/repo/org/codehaus/mojo/native-maven-plugin/[1.0-alpha-7,)/native-maven-plugin-[1.0-alpha-7,).pom
[INFO] Unable to find resource 'org.codehaus.mojo:native-maven-plugin:pom:[1.0-alpha-7,)' in repository Jahmm (http://jahmm.googlecode.com/svn/repo)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/native-maven-plugin/[1.0-alpha-7,)/native-maven-plugin-[1.0-alpha-7,).pom
[INFO] Unable to find resource 'org.codehaus.mojo:native-maven-plugin:pom:[1.0-alpha-7,)' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.codehaus.mojo:native-maven-plugin
Reason: POM 'org.codehaus.mojo:native-maven-plugin' not found in repository: Unable to download the artifact from any repository
org.codehaus.mojo:native-maven-plugin:pom:[1.0-alpha-7,)
from the specified remote repositories:
Jahmm (http://jahmm.googlecode.com/svn/repo),
central (http://repo1.maven.org/maven2)
for project org.codehaus.mojo:native-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Oct 14 12:46:18 CEST 2016
[INFO] Final Memory: 5M/117M
[INFO] ------------------------------------------------------------------------
As an alternative I opened the project in IntelliJ and get two errors:
- The dependency
<dependency>
<groupId>be.ac.ulg.montefiore.run.jahmm</groupId>
<artifactId>jahmm</artifactId>
<version>0.6.2</version>
</dependency>
was not found.
- commonCompilerOptions cannot be resolved
What should I do?
Metadata
Metadata
Assignees
Labels
No labels