We are looking to build multiple *.PAA files to deploy on IBM websphere 8.5.
I would love to use maven to consolidate our existing Portal *.war projects into a PAA file.
A PAA file is just like an EAR file - but with more structure in it. see here for specs: http://www-01.ibm.com/support/knowledgecenter/SSYJ99_8.0.0/config/si_paa_spec.dita
Is this do-able ? or should I just use antscript ?
TIA.
Definately do-able. We have implemented a solution to do exactly this but for Portal 8.0.0.1, the solution has been used for managing 40+ war files, themes, jars, and other artifacts supported by the PAA.
These are the steps involved in creating our solution:
Sample dependencySet in package.xml (Note usage of classifier webapp for standalone WAR files)