Andrew Phillips created JCLOUDS-52:
--------------------------------------
Summary: Update JcloudsVersion after the group ID change to
org.apache.jclouds
Key: JCLOUDS-52
URL: https://issues.apache.org/jira/browse/JCLOUDS-52
Project: jclouds
Issue Type: Bug
Components: jclouds-core
Affects Versions: 1.7.0, 1.6.1, 1.5.11
Reporter: Andrew Phillips
JcloudsVersion retrieves its information from the pom.properties file generated
by Maven. The path to this file [1] includes the group ID of the project, which
has changed with JCLOUDS-15.
This is resulting in JcloudsVersion being unable to find the required file:
Caused by: java.lang.NullPointerException:
META-INF/maven/org.jclouds/jclouds-core/pom.properties
at
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:208)[56:com.google.guava:14.0.1]
at
org.jclouds.JcloudsVersion.readVersionPropertyFromClasspath(JcloudsVersion.java:89)[60:jclouds-core:1.7.0.SNAPSHOT]
[1]
https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/JcloudsVersion.java#L40
--
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