TIBCOSoftware / bw6-plugin-maven

Plug-in Code for Apache Maven and TIBCO ActiveMatrix BusinessWorks™
Other
65 stars 78 forks source link

Generate POM for Application from Commandline in windows /from Linux Shell for Automation #545

Open amitmohanty15feb1988 opened 3 years ago

amitmohanty15feb1988 commented 3 years ago

Maven Plugin version:2.7.1

Maven version:Apache Maven 3.6.3

Product : TIBCO Businessworks Container edition 2.5.3

Product version:Version: 2.5.3 V26 2020-05-15

Component: Maven build plugin

Steps to reproduce the issue:

We have an urgent requirement in our Project where we need to generate pom for Application from backend like cmd in windows or in linux bash shell without importing code in Business studio and doing right click Application and Generate POM for Application.So that whole process of mavenizing project,build ear and deployment on TEA can be automated without any human interaction.

Can we achieve this using TIBCO BWCE Maven plugin ?

bibhuduttaGitHub commented 3 years ago

Hi @amitmohanty15feb1988 : i dont think this is possible through maven goals. In order to execute maven goals, project has to be mavenized. And here, you are looking for mavenising the project through maven plugin.