Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using Git, Maven, and Jenkins with TOS Routines

Hi,
I posted this to the usage forum, but it is probably more appropriate here. I'm writing a series of blog posts on the supporting technologies I'm using to maintain BRules, a library Routine for TOS.
The first three posts are here
#1 - http://bekwam.blogspot.com/2014/03/collaborating-on-talend-open-studio.html
#2 - http://bekwam.blogspot.com/2014/03/collaborating-on-talend-open-studio_21.html
#3 - http://bekwam.blogspot.com/2014/03/collaborating-on-talend-open-studio_23.html
Here's the original post.
https://community.talend.com/t5/Design-and-Development/Git-Maven-Jenkins-and-JUnit-in-TOS-Routines/t...
-Carl
Labels (3)
3 Replies
Anonymous
Not applicable
Author

Added post on using the Maven Assembly Plugin to produce a zip file of the Java code, libraries, and metadata for import into TOS
#4 - Assembly - http://bekwam.blogspot.com/2014/03/collaborating-on-talend-open-studio_24.html
Anonymous
Not applicable
Author

Added post on generating Routine metadata with a publicly-available Maven Plugin called TalendRoutine.
#5 - Metadata http://bekwam.blogspot.com/2014/03/collaborating-on-talend-open-studio_27.html
Source is on the Maven Central Repo in a sources distro plus on GitHub: https://github.com/bekwam/plugins-repos-1.
pietro_tower
Contributor II
Contributor II

Hi!
Very interesting posts!
Any updates since then?