Rohith Narasimhamurthy Posted August 17, 2021 Share Posted August 17, 2021 Tibco business work using mvn compile and mvn install to generate the ear file in targer folder. getting error like no source file compile . but build is sucessfully . Attached the pom files and console output. Link to comment Share on other sites More sharing options...
Richard Lowe 2 Posted August 20, 2021 Share Posted August 20, 2021 Hi Rohith If you want to generate the ear try using: mvn clean package Also make sure that you're running this from the "<app name>.parent" project that is created when you choose "Generate POM for application". The ear file will be created in the "target" folder of the application. There's more info here: https://github.com/TIBCOSoftware/bw6-plugin-maven/wiki/Steps-For-TIBCO-ActiveMatrix-BusinessWorks Thanks Richard Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now