[jbosstools-issues] [JBoss JIRA] (JBIDE-13378) Could not transfer artifact org.jboss.tools:org.jboss.tools.site:pom:4.1.0.Alpha1-SNAPSHOT

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Jan 15 11:39:22 EST 2013


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

Nick Boldt edited comment on JBIDE-13378 at 1/15/13 11:38 AM:
--------------------------------------------------------------

The artifact you're looking for cannot be hosted on a p2 update site since it's a pom. It can only be hosted in an m2 repo.

Assuming you're looking in here [1], then the correct parent should be defined like this:

{code:title=https://github.com/nickboldt/jbosstools-integration-tests/blob/JBIDE-12974_2/site/pom.xml}
        <parent>
                <groupId>org.jboss.tools</groupId>
                <artifactId>org.jboss.tools.site</artifactId>
                <version>4.1.0.Alpha1-SNAPSHOT</version>
                <relativePath>../../jbosstools-build-sites/aggregate/pom.xml</relativePath>
        </parent>
{code}

[1] https://github.com/jbosstools/jbosstools-integration-tests/blob/master/site/pom.xml

So... [~mickael_istria] do you think we should be publishing org.jboss.tools:org.jboss.tools.site:4.1.0.Alpha1-SNAPSHOT to nexus?
                
      was (Author: nickboldt):
    Assuming you're looking in here [1], then the correct parent should be defined like this:

{code:title=https://github.com/nickboldt/jbosstools-integration-tests/blob/JBIDE-12974_2/site/pom.xml}
        <parent>
                <groupId>org.jboss.tools</groupId>
                <artifactId>org.jboss.tools.site</artifactId>
                <version>4.1.0.Alpha1-SNAPSHOT</version>
                <relativePath>../../jbosstools-build-sites/aggregate/pom.xml</relativePath>
        </parent>
{code}

[1] https://github.com/jbosstools/jbosstools-integration-tests/blob/master/site/pom.xml

So... [~mickael_istria] do you think we should be publishing org.jboss.tools:org.jboss.tools.site:4.1.0.Alpha1-SNAPSHOT to nexus?
                  
> Could not transfer artifact org.jboss.tools:org.jboss.tools.site:pom:4.1.0.Alpha1-SNAPSHOT
> ------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-13378
>                 URL: https://issues.jboss.org/browse/JBIDE-13378
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 4.0.0.Final
>            Reporter: Jiri Peterka
>            Assignee: Nick Boldt
>             Fix For: 4.1.0.Alpha1
>
>
> Could not transfer artifact org.jboss.tools:org.jboss.tools.site:pom:4.1.0.Alpha1-SNAPSHOT
> I guess it should be available on http://download.jboss.org/jbosstools/updates/nightly/core/trunk/

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