[jbosstools-issues] [JBoss JIRA] (JBIDE-13468) Local build fails to resolve org.jboss.tools.tycho-plugins:repository-utils:jar:0.0.1-SNAPSHOT

Denis Golovin (JIRA) jira-events at lists.jboss.org
Mon Feb 4 18:14:51 EST 2013


Denis Golovin created JBIDE-13468:
-------------------------------------

             Summary: Local build fails to resolve org.jboss.tools.tycho-plugins:repository-utils:jar:0.0.1-SNAPSHOT
                 Key: JBIDE-13468
                 URL: https://issues.jboss.org/browse/JBIDE-13468
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: Build/Releng
    Affects Versions: 4.1.0.Alpha1
         Environment: Ubuntu 12.10, 64-bit
            Reporter: Denis Golovin
            Assignee: Nick Boldt


After version was updated from 0.0.1-SNAPSHOT to 0.16.0-SNAPSHOT I cannot build jbosstools repos with submodules like: jbosstools-base, jbosstools-javaee. The reason is jbosstools-javaee/site is still using org.jboss.tools.tycho-plugins:repository-utils:jar:0.0.1-SNAPSHOT. What is happening to me are:
# When I am building from scratch with new local repository build cannot resolve org.jboss.tools.tycho-plugins:repository-utils:jar:0.0.1-SNAPSHOT
# When I am building org.jboss.tools.tycho-plugins:repository-utils and then build component (for example jbosstools-base) it still cannot resolve org.jboss.tools.tycho-plugins:repository-utils:jar:0.0.1-SNAPSHOT because master now contains different version org.jboss.tools.tycho-plugins:repository-utils:jar:0.16.0-SNAPSHOT.

It turned out that adding 
{code}<pluginRepository> 
  <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> 
</pluginRepository>
<pluginRepository>
  <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>
</pluginRepository>{code} 
into <pluginRepositories> in parent/pm.xml solved all my problems. 

Also it would be good to have tags for previous version so I could easily have it checked out, built and resolved through local repository.


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