Hi,
If running the itests on hawkular/hawkular and you see something similar to
"Failure to find org.hawkular:hawkular-dist:zip:1.0.0.Alpha4-SNAPSHOT"
make sure you run the tests together with the dozip profile active
i.e.
`mvn clean install -Pdev,dozip,itest`
Unfortunatelly, it's not possible to make the itest profile depend on the dozip
profile
(
http://stackoverflow.com/q/943411/1594980)
jk
----- Original Message -----
| From: "Jiri Kremser" <jkremser(a)redhat.com>
| To: "Discussions around Hawkular development"
<hawkular-dev(a)lists.jboss.org>
| Sent: Wednesday, 22 July, 2015 9:10:00 PM
| Subject: faster dev build of hawkular
|
| Hello there,
| there is a PR hanging
https://github.com/hawkular/hawkular/pull/342
|
| that will change the way the -Pdev profile works. Currently, it creates the
| zip and gz archive, but most of us don't use it during the development. The
| directory is pretty much ok. So it won't be created anymore, if you need the
| zip/gz with precreated jdoe:password, use -Pdozip.
|
| I am sending this not to break anyones automated workflow. I asked Filip and
| it seems QE don't depend on it.
|
| Perhaps the dozip profile can go away completely, then.
|
| jk