Bug #71422 ClusterJ maven build fails
Submitted: 20 Jan 2014 3:04 Modified: 1 Jun 2018 14:54
Reporter: Mike Cress Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Cluster: Cluster/J Severity:S3 (Non-critical)
Version:7.3.3 OS:Any
Assigned to: CPU Architecture:Any

[20 Jan 2014 3:04] Mike Cress
Description:
[INFO] ------------------------------------------------------------------------
[INFO] Building ClusterJ Tie 7.1.22-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for ndbjtie:ndbjtie:jar:7.1.22-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ClusterJ Aggregate ................................ SUCCESS [0.226s]
[INFO] ClusterJ API ...................................... SUCCESS [2.913s]
[INFO] ClusterJ Unit Test Framework ...................... SUCCESS [0.723s]
[INFO] ClusterJ Core ..................................... SUCCESS [1.497s]
[INFO] ClusterJ Test Suite ............................... SUCCESS [0.570s]
[INFO] ClusterJ Tie ...................................... FAILURE [0.018s]
[INFO] ClusterJ JDBC Plugin .............................. SKIPPED
[INFO] ClusterJ JPA Integration Tests .................... SKIPPED
[INFO] ClusterJ OpenJPA Integration ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.242s
[INFO] Finished at: Sun Jan 19 21:02:45 CST 2014
[INFO] Final Memory: 11M/167M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project clusterj-tie: Could not resolve dependencies for project com.mysql.clusterj:clusterj-tie:bundle:7.1.22-SNAPSHOT: Could not find artifact ndbjtie:ndbjtie:jar:7.1.22-SNAPSHOT -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :clusterj-tie

How to repeat:
1.) Download Mysql Cluster sources.
2.) Attempt to build ClusterJ using "mvm install" per directions on web.
3.) Observe error.

Alternately,

2.) Build Mysql Cluster using default options.
3.) cd to clusterj directory (storage/ndb/clusterj)
4.) mvn install
5.) Observe error.