Edit Collibra integration templates in Anypoint Studio

Collibra Connect integration templates are shipped with generic development endpoints, settings and credentials. Therefore, you have to modify them before you can deploy them in your specific environment. You can modify a template with Anypoint Studio, which can be download from the Collibra Community downloads page. Import the template in Anypoint Studio as a Mule project for editing.

Templates can be mavenized or not mavenized. A template is mavenized if there is a pom.xml file in the template ZIP file.

To edit an existing Collibra integration template, follow these steps:

  1. In Anypoint Studio, click FileImport.
  2. In the Import dialog box:
    ActionDescription

    Import mavenized template using Maven:

    If you use Maven as your build automation framework:

    1. Extract the template archive file.
    2. Expand Anypoint Studio and select Maven-based Mule Project from pom.xml.

    Import mavenized template without using Maven:

    If you do not use Maven:

    1. Extract the template archive file.
    2. Expand Anypoint Studio and select Anypoint Studio Project from External Location.
    Import template as deployable archive:

    If the template is packaged as deployable archive, the archive does not contain a folder src/main/apps, expand Anypoint Studio and select Anypoint Studio generated Deployable Archive (.zip).

  3. Apply the necessary changes to the template.
  4. Click FileExport.
  5. Expand Mule and click Anypoint Studio Project to Mule Deployable Archive (includes Studio metadata).


    If you use Maven to create a package:

    1. Open a terminal session.
    2. Go to the directory that contains the template's pom.xml file.
    3. Execute the command: mvn clean package.