[JBoss JIRA] (JBIDE-13378) Could not transfer artifact org.jboss.tools:org.jboss.tools.site:pom:4.1.0.Alpha1-SNAPSHOT
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13378?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-13378 at 1/15/13 11:40 AM:
--------------------------------------------------------------
The artifact you're looking for cannot be hosted on a p2 update site since it's a pom (and an ant script, and a series of XSLT scripts, and an HTML template file). 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/si...
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):
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/si...
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
13 years, 5 months