MVN

org.talend.tools : talend-tools-maven-plugin

Maven & Gradle

Mar 01, 2019
11 stars

Talend Tools Maven Plugin · A set of utility MOJO including a hub-detect (from Blackduck) wrapper.

<plugin>
    <groupId>org.talend.tools</groupId>
    <artifactId>talend-tools-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.talend.tools : talend-tools-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of org.talend.tools : talend-tools-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
talend-tools-maven-plugin-1.0.7
talend-tools-maven-plugin-1.0.6
talend-tools-maven-plugin-1.0.5
talend-tools-maven-plugin-1.0.4
talend-tools-maven-plugin-1.0.3
talend-tools-maven-plugin-1.0.2
talend-tools-maven-plugin-1.0.1
talend-tools-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.talend.tools</groupId>
    <artifactId>talend-tools-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>

Advertisement