Hi Tolis,
at the moment we have staged the projects for testing. Though this does not really explain the error in the log you attached so I'll look into this.

In the mean time could you try adding the following repository to your settings.xml:

<repository>
    <id>aerogrea-staging</id>
    <name>AeroGear Staging repo</name>
    <url>https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-003</url>
    <layout>default</layout>
    <releases>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </releases>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>

Thanks

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira