Build problem with latest commit (fb39fa0c38fd2dfd859927460d7e9dc59d7e4593)

Thomas Sødring thomas.sodring at hioa.no
Fri Jan 27 20:37:20 CET 2017


It's strange as the dependencies are external dependencies. This update
was not meant to see any changes to the pom files, and project
dependencies. I know you don't like the downloading of jar files so I am
careful about updating versions of jars. I don't recall changing the pom
files the last month. Could the problem be with you local maven
repository or that the debian repository has removed some jar files?

Has your ~.m2 directory been deleted?

 - Tom



On 01/27/2017 05:04 PM, Petter Reinholdtsen wrote:
> Hi.
>
> I am very happy to see updates in the git repository, but get this build
> error when I try to build it.  Do others see this too, or is there
> something wrong with my setup?
>
> % mvn -Dmaven.test.skip=true clean install
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] nikita-noark5
> [INFO] core-common
> [INFO] core-webapp
> [INFO]                                                                         
> [INFO] ------------------------------------------------------------------------
> [INFO] Building nikita-noark5 0.0.1-ALPHA
> [INFO] ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ nikita-noark5 ---
> [INFO] 
> [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ nikita-noark5 ---
> [INFO] Installing /tmp/nobody/nikita-noark5-core/pom.xml to /tmp/nobody/.m2/repository/no/arkivlab/hioa/nikita/nikita-noark5/0.0.1-ALPHA/nikita-noark5-0.0.1-ALPHA.pom
> [INFO]                                                                         
> [INFO] ------------------------------------------------------------------------
> [INFO] Building core-common 0.0.1-ALPHA
> [INFO] ------------------------------------------------------------------------
> [WARNING] The POM for org.springframework.boot:spring-boot-starter-data-jpa:jar:debian is missing, no dependency information available
> [WARNING] The POM for org.hibernate:hibernate-jpamodelgen:jar:debian is missing, no dependency information available
> [WARNING] The POM for org.hibernate:hibernate-core:jar:debian is missing, no dependency information available
> [WARNING] The POM for org.hibernate:hibernate-search-elasticsearch:jar:debian is missing, no dependency information available
> [WARNING] The POM for org.springframework.hateoas:spring-hateoas:jar:debian is missing, no dependency information available
> [WARNING] The POM for org.hibernate:hibernate-envers:jar:debian is missing, no dependency information available
> [WARNING] The POM for com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:debian is missing, no dependency information available
> [WARNING] The POM for org.hibernate:hibernate-validator:jar:debian is missing, no dependency information available
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] nikita-noark5 ...................................... SUCCESS [  0.485 s]
> [INFO] core-common ........................................ FAILURE [  0.085 s]
> [INFO] core-webapp ........................................ SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 0.752 s
> [INFO] Finished at: 2017-01-27T16:01:41+00:00
> [INFO] Final Memory: 9M/208M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project core-common: Could not resolve dependencies for project no.arkivlab.hioa.nikita:core-common:jar:0.0.1-ALPHA: The following artifacts could not be resolved: org.springframework.boot:spring-boot-starter-data-jpa:jar:debian, org.hibernate:hibernate-jpamodelgen:jar:debian, org.hibernate:hibernate-core:jar:debian, org.hibernate:hibernate-search-elasticsearch:jar:debian, org.springframework.hateoas:spring-hateoas:jar:debian, org.hibernate:hibernate-envers:jar:debian, com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:debian, org.hibernate:hibernate-validator:jar:debian: Failure to find org.springframework.boot:spring-boot-starter-data-jpa:jar:debian in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [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 <goals> -rf :core-common
> %
>



More information about the nikita-noark mailing list