[
https://issues.jboss.org/browse/JBIDE-13347?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-13347:
------------------------------------
Latest parent pom refs both snapshots and release repos:
{code}
<repositories>
<repository>
<id>jboss-releases</id>
<name>JBoss Releases Maven Repository</name>
<
url>https://repository.jboss.org/nexus/content/repositories/releases/&...
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshots Repository</name>
<
url>https://repository.jboss.org/nexus/content/repositories/snapshots/...
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
{code}
Bounce to [~mickael_istria] -- what could be missing? Maybe the swtbot tests aren't
using the latest parent pom?
[~jjankovi] can you point to your sources? How do you build the tests?
Add deltaspike jars into nexus repository (releases/snapshots)
--------------------------------------------------------------
Key: JBIDE-13347
URL:
https://issues.jboss.org/browse/JBIDE-13347
Project: Tools (JBoss Tools)
Issue Type: Task
Components: UpStream
Reporter: Jaroslav Jankovič
Assignee: Mickael Istria
Now, deltaspike libraries are not in jboss nexus repositories defined in our shared
settins.xml (releases/snapshots). They are part of central jboss nexus repo but this one
is not used when building swtbot tests.
--
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