user2132125
user2132125

Reputation: 11

build scripts that can create the WARs for my Talend jobs using Ant or Maven

I am trying to have a build scripts that can create the WARs for my Talend jobs using Ant or Maven based build scripts that can be run from command line and eventually be integrated into a continuous integration system like Hudson. There are ways to integrate Ant/Maven scripts in the Talend Enterprise edition 5.2.1 , however I am trying to achieve this using the community edition. Any suggestions?

Upvotes: 0

Views: 1227

Answers (1)

Rogier Lommers
Rogier Lommers

Reputation: 2443

You can export jobs to WAR (or ZIP, or whatever you want) by using the command line export tool. Are you aware of this?

Upvotes: 2

Related Questions