Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Best Practice for setting up a build process for Maximo

From: RJaiswal (2014-11-12 12:45)

Hello Everyone,
I know there are various ways out there for moving configuration, building
EAR etc but I needed some inputs on setting up a build process for Maximo
so that all custom code and configuration can be extracted out from the
Source control system, laid out on top of out of the box component and we
can
1. Build an EAR with all the custom java code
2. Create the database with all custom configuration.
Part 1 is easy to achieve and I would like more input on part 2. We have
Custom Database objects, Escalations, Workflows, Application designer
changes and all other kinds of configuration changes.
We extract these changes in a xml format and check in our source control,
these include all new configuration as well as any out of the box
configuration that was modified.
What we want to be able to do is that when we run maxinst.bat, the script
should first create the database using out of the box content and insert /
update the content from what we have checked out from our source control.
All inputs are welcome.
Thanks,
Jaiswal