Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Unable to build Kura

Why is there a SNAPSHOT version in place?

On Thu, Jul 27, 2017 at 3:00 PM, Miraj Mohamed <miraj@xxxxxxxxxxxx> wrote:
I too got this error. Resolved the issue, by making following change:

diff --git a/kura/pom.xml b/kura/pom.xml
index 6e8886c..52647a9 100644
--- a/kura/pom.xml
+++ b/kura/pom.xml
@@ -97,7 +97,7 @@
         <sonar.jacoco.reportPath>target/jacoco.exec</sonar.jacoco.reportPath>

         <!-- BND baseline plugin -->
-        <bnd.baseline.version>3.4.0-SNAPSHOT</bnd.baseline.version>
+        <bnd.baseline.version>3.5.0-SNAPSHOT</bnd.baseline.version>
         <bnd.baseline.continueOnError>false</bnd.baseline.continueOnError>

         <kura.skip.can>true</kura.skip.can>

After making the change, Build is successful. However, I don't what side-effects it will have.

-miraj


On Thu, Jul 27, 2017 at 6:00 PM, Jens Reimann <jreimann@xxxxxxxxxx> wrote:
For a few days now I have been unable to build Kura. The error is:

----

[INFO] org.eclipse.kura.web2 .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:26 min
[INFO] Finished at: 2017-07-27T11:25:45+02:00
[INFO] Final Memory: 108M/914M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin biz.aQute.bnd:bnd-baseline-maven-plugin:3.4.0-SNAPSHOT or one of its dependencies could not be resolved: Failure to find biz.aQute.bnd:bnd-baseline-maven-plugin:jar:3.4.0-SNAPSHOT in https://bndtools.ci.cloudbees.com/job/bnd.master/lastSuccessfulBuild/artifact/dist/bundles/ was cached in the local repository, resolution will not be reattempted until the update interval of bnd-snapshots 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]

----

--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill

_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev



--
Miraj Mohamed
SPIA

_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev



--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill

Back to the top