I have some jobs maje with Talend Open Studio and I want use maven to export jobs in zip file to do automatic build.
Can I found an existing maven plugin to do that?
Can I build job with command line ?
I have some jobs maje with Talend Open Studio and I want use maven to export jobs in zip file to do automatic build.
Can I found an existing maven plugin to do that?
Can I build job with command line ?
Talend CommandLine is only available in Talend Enterprise Subscription Version. There is no job script in Talend open studio products.
For more information about how to use command line to build the job, please visit this link.
It's possible but complex !
You will have to change pom settings.
Change the file maven_user_setting.xml
and settings.xml
Check Offline in maven preferences.
Then with command line like following you can build your project :
mvn -B -s C:\Talend\TOS_DI-Win32-20200219_1130-V7.3.1\configuration\maven_user_settings.xml install -l C:/Talend/lastGenerated.log -P default-settings,!include-java-sources,!include-maven-resources,!include-items,include-libs,!include-binaries,include-running-log4j,include-log4j,include-contexts,!include-test-sources,!include-test-reports,include-xmlMappings,include-running-xmlMappings,packaging-and-assembly,!ci-builder -Dmaven.test.skip=true -Dci.builder.skip=true