Unable to update kura build's minor version [message #1804779] |
Mon, 01 April 2019 03:33  |
Eclipse User |
|
|
|
Hi All,
I want to know, how can I update a minor version of kura's build?
One way is, by doing a manual updating parent version in all child bundles.
A second way is, by adding one property to manifest_pom.xml and pom_pom.xml files.
I have done the second way and getting an error while building kura packages.
Information related to my test :
Testing on Kura 2.0.0
In manifest_pom.xml and pom_pom.xml :
<version>${firmware-version}</version>
<properties>
<firmware-version>2.0.0</firmware-version>
</properties>
In child bundles :
<parent>
<artifactId>kura</artifactId>
<groupId>org.eclipse.kura</groupId>
<version>${firmware-version}</version>
<relativePath>../pom_pom.xml</relativePath>
</parent>
I have attached file for error logs.
Kindly help me to resolve it.
Thanks & Regards,
Vihangi
|
|
|
|
|
Re: Unable to update kura build's minor version [message #1804984 is a reply to message #1804790] |
Thu, 04 April 2019 05:01  |
Eclipse User |
|
|
|
Hi All,
I am getting below error. Help me to resolve it.
Error Logs :
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] kura 2.0.0 ......................................... SUCCESS [ 7.417 s]
[INFO] org.eclipse.kura.web2 .............................. FAILURE [01:41 min]
[INFO] distrib ............................................ SKIPPED
[INFO] tools 0.1.0-SNAPSHOT ............................... SKIPPED
[INFO] Eclipse Kura Archetypes 0.1.0-SNAPSHOT ............. SKIPPED
[INFO] Eclipse Kura App Quickstart Archetype 0.1.0-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:04 min
[INFO] Finished at: 2019-04-04T07:48:16Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project org.eclipse.kura.web2: Could not resolve dependencies for project org.eclipse.kura:org.eclipse.kura.web2:war:2.0.0: Failed to collect dependencies at org.eclipse.kura:org.eclipse.kura.api:jar:1.0.8: Failed to read artifact descriptor for org.eclipse.kura:org.eclipse.kura.api:jar:1.0.8: Could not find artifact org.eclipse.kura:kura:pom:${firmware-version} in kura_addons (https://raw.github.com/eurotech/kura_addons/mvn-repo/) -> [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 :org.eclipse.kura.web2
Thanks & Regards
Vihangi
|
|
|
Powered by
FUDForum. Page generated in 0.05228 seconds