Hi Javed,
I also responded you in Gitter, but it seems very strange because maven is trying to download the dependency “org.eclipse.hawkbit:hawkbit-repository:jar:tests:0.2.0-SNAPSHOT” but it should be built
within the hawkbit-repository module. Which maven version are you using? I’m using the maven 3.3.3 embedded within the Eclipse Mars.1. I also cleaned my local repository to try to reproduce but everything got built and installed.
Did the “hawkbit-repository” module build and installed? Because within the pom.xml of the hawkbit-repository module there is a plugin definition to build the tests-jar.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
Can you maybe provide some more information about your environment and build?
Cheers,
Michael
Mit freundlichen Grüßen / Best regards
Michael Hirsch
--
Bosch Software Innovations GmbH
INST/ECS3 – Engineering Cloud Services - IoT Software Provisioning
Stuttgarter Str. 130
71332 Waiblingen
GERMANY
www.bosch-si.de
www.blog.bosch-si.com
Tel. +49 711 811-58232
michael.hirsch@xxxxxxxxxxxx
Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B
Executives: Dr.-Ing.
Rainer Kallenbach, Michael Hahn
Von: hawkbit-dev-bounces@xxxxxxxxxxx [mailto:hawkbit-dev-bounces@xxxxxxxxxxx]
Im Auftrag von Padinhakara, Javed
Gesendet: Donnerstag, 10. März 2016 20:24
An: hawkbit-dev@xxxxxxxxxxx
Betreff: [hawkbit-dev] Unable to compile from top-level
Hi
I did as instructed in the hawkbit git repo i.e.
Clone and build hawkBit
$ git clone
https://github.com/eclipse/hawkbit.git
$ mvn clean install
But ended up in error from which I could not come out – I tried cleaning up ~/.m2/repo*….etc, and all the general maven troubleshooting, but of no avail.

Can someone help please?
Regards
J