TIBCOSoftware / bw6-plugin-maven

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

[Question] What are the correct goals for building bwce project ear and pom #156

Closed tauqirghani closed 6 years ago

tauqirghani commented 6 years ago

Maven Plugin version: 1.3.1

Maven version: 3.5.0

Product : TIBCO Businessworks Container edition

Product version: 2.3.4

Component: Maven Eclipse Plugin

Steps to reproduce the issue:

  1. Create a bwce project and follow the simple steps to create pom file
  2. Create a new Maven Build configuration
  3. point Base Directory to your project in the workspace.
  4. Choose goals as follows: clean initialize package install

an ear file and a pom file is created but ear file does not have the application jar file.

tauqirghani commented 6 years ago

clean package seems to work fine.