Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/1250
@prabhjyotsingh Thanks for addressing CI issue.
I'm not sure changing `1.5-SNAPSHOT` to `1.5-20160502.230123-45` is proper
way of accessing SNAPSHOT artifact.
Shell we try
```
<project>
...
<build>
<plugins>
<!-- Turn this into a lifecycle -->
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>process-remote-resources</id>
<goals>
<goal>process</goal>
</goals>
<configuration>
<resourceBundles>
<resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
</resourceBundles>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
</project>
```
?
which is proposed usage in
http://maven.apache.org/plugins/maven-remote-resources-plugin/usage.html, if it
does the same thing that current plugin configuration does.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---