Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not build. #3

Open
Make42 opened this issue Oct 14, 2016 · 0 comments
Open

Does not build. #3

Make42 opened this issue Oct 14, 2016 · 0 comments

Comments

@Make42
Copy link

Make42 commented Oct 14, 2016

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:

  1. The dependency
    <dependency>
        <groupId>be.ac.ulg.montefiore.run.jahmm</groupId>
        <artifactId>jahmm</artifactId>
        <version>0.6.2</version>
    </dependency>

was not found.

  1. commonCompilerOptions cannot be resolved

What should I do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant