[jbosstools-issues] [JBoss JIRA] (JBIDE-13347) Add deltaspike jars into nexus repository (releases/snapshots)

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Jan 7 13:05:08 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-13347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743887#comment-12743887 ] 

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/</url>
                        <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/</url>
                        <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



More information about the jbosstools-issues mailing list