This plug-in is subject to the license shared as part of the repository. Kindly review the license before using or downloading this plug-in.
It is provided as a sample plug-in to support use-cases of integrating TIBCO Flogo® Enterprise with Apache Maven.
- Maven (3.6.x and above) should be installed on the Machine. M2_HOME should be set. The Maven Executable should be available in the Path. This can be confirmed by running the command mvn -version from Terminal/Command Prompt.
- TIBCO Flogo® Extension for Visual Studio Code (1.2.0 and above) should be installed or a VSIX package (.vsix) file specific to your operating system should be downloaded.
- The flogo maven plugin is also hosted on the Maven central. Running maven build on the Flogo app will download the plugin directly from Maven central
- Goto https://github.com/TIBCOSoftware/flogo-maven-plugin
- Download the Flogo Maven Plugin repository. You can either download it by cloning the repository or downloading it as a zip file and extract it to a folder.
- Run the command from Terminal/Command Prompt.
mvn install
- This will install the Flogo maven plugin to the local repository
Refer https://github.com/TIBCOSoftware/flogo-maven-plugin/wiki for more details
Copyright 2025 Cloud Software Group, Inc.
This project is Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
The notices for subcomponents contained in the Notice section.
If you'd like to contribute to this plug-in you can fork the repository and submit your pull request. The repository maintainers will review your PR, and they may request changes before merging it. Please reach out to [email protected] if you have any further questions.