nowina-solutions/nexu

Can't build with success the final release

Closed this issue · 1 comments

Hi, i just clone the project and try to build with maven:

mvn clean install -DskipTests=true

but everytime it return to me this exception :

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] NexU ............................................... SUCCESS [  0.519 s]
[INFO] nexu-api ........................................... SUCCESS [  2.211 s]
[INFO] nexu-model ......................................... SUCCESS [  0.470 s]
[INFO] nexu-util .......................................... SUCCESS [  0.551 s]
[INFO] nexu-core .......................................... SUCCESS [  1.591 s]
[INFO] nexu-rest-plugin ................................... SUCCESS [  0.341 s]
[INFO] nexu-proxy ......................................... SUCCESS [  2.945 s]
[INFO] nexu-standalone .................................... SUCCESS [  1.066 s]
[INFO] nexu-https-plugin .................................. SUCCESS [  0.868 s]
[INFO] nexu-windows-keystore-plugin ....................... SUCCESS [  0.176 s]
[INFO] nexu-app ........................................... SUCCESS [  3.321 s]
[INFO] nexu-bundle ........................................ FAILURE [  0.769 s]
[INFO] nexu-public-object-model ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.358 s
[INFO] Finished at: 2018-07-12T20:10:43+02:00
[INFO] Final Memory: 63M/461M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project nexu-bundle: Could not resolve dependencies for project lu.nowina.apps:nexu-bundle:pom:1.14: Failed to collect dependencies at com.oracle:jre-x86:zip:8.0.45: Failed to read artifact descriptor for com.oracle:jre-x86:zip:8.0.45: Could not transfer artifact com.oracle:jre-x86:pom:8.0.45 from/to forge.nowina.lu (http://forge.nowina.local/nexus/content/groups/nowina/): forge.nowina.local: Unknown host forge.nowina.local -> [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 :nexu-bundle

OK i solved by updating the repository on the project parent.
I just added this:

        <repository>
            <id>joinup.ec.europa.eu</id>
            <name>joinup.ec.europa.eu</name>
            <url>https://joinup.ec.europa.eu/site/sd-dss/maven2/</url>
        </repository>