I have uploaded fresh changes on the cdk plugin. The plugin would now take a repository (typically a maven repository) and be able to download dependent jars and add to classpath automatically while creating the template. The names of the jars and the location currently needs to be specified, as currently there does not exist any maven repository for teiid on http://repository.jboss.com/maven2
The downloaded plugins are put in lib directory of the generated project.
 
The generated template also uses the old way of using cdk-dist plugins for adding dependencies. This feature will be removed in future once we have the maven repository.
 
Thanks
 
Sanjay