[JBoss JIRA] (FORGEPLUGINS-150) Dependency of plugin hibernate-tools cannot be found (maven repo issue)
by Thomas Reimer (JIRA)
[ https://issues.jboss.org/browse/FORGEPLUGINS-150?page=com.atlassian.jira.... ]
Thomas Reimer commented on FORGEPLUGINS-150:
--------------------------------------------
That's it - the plugin installation is now working fine. Thanks for the help!
> Dependency of plugin hibernate-tools cannot be found (maven repo issue)
> -----------------------------------------------------------------------
>
> Key: FORGEPLUGINS-150
> URL: https://issues.jboss.org/browse/FORGEPLUGINS-150
> Project: Forge Plugins
> Issue Type: Bug
> Components: Hibernate Tools Plugin
> Environment: Ubuntu 13.04 x64, jdk1.7.0_45
> Reporter: Thomas Reimer
> Assignee: Koen Aers
>
> Trying to install "hibernate-tools" plugin in forge I get the following error message:
> {code}
> ***INFO*** Preparing to install plugin: hibernate-tools
> ***INFO*** Checking out plugin source files to [/tmp/forgetemp6676292349174691559] via 'git'
> ***INFO*** Switching to branch/tag [refs/heads/master]
> ***WARNING*** Failed to resolve dependency [ org.eclipse.equinox:common:jar:3.2.0-v20060603 (compile) ] , due to error(s) : [org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.eclipse.equinox:common:jar:3.2.0-v20060603 in JBOSS_NEXUS (http://repository.jboss.org/nexus/content/groups/public)]
> ***INFO*** Invoking build with underlying build system.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building hibernate-tools-plugin 1.2.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 0.619s
> [INFO] Finished at: Fri Nov 15 09:46:22 CET 2013
> [INFO] Final Memory: 43M/438M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project hibernate-tools-plugin: Could not resolve dependencies for project org.jboss.hibernate.forge:hibernate-tools-plugin:jar:1.2.0-SNAPSHOT: Failure to find org.eclipse.equinox:common:jar:3.2.0-v20060603 in http://repository.jboss.org/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of JBOSS_NEXUS has elapsed or updates are forced -> [Help 1]
> {code}
> Obviously the maven repository is not the correct one - the dependency org.eclipse.equinox indeed is not located at http://repository.jboss.org/nexus/content/groups/public - but at https://repository.jboss.org/nexus/content/groups/{color:red}public-jboss....
> So at the moment it is not possible to install the hibernate-tools plugin.
--
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
11 years