1
|
ICM IIS main parent project which should be used by all KDM modules generating oozie package - it allows for creating separate workflow applications in the inheriting project.
|
2
|
|
3
|
How to use it
|
4
|
-------------
|
5
|
Simply define this module as parent in your `pom.xml` file.
|
6
|
From now on you can:
|
7
|
|
8
|
- build oozie package using oozie profile explicitly, see all the details on:
|
9
|
`https://svn.driver.research-infrastructures.eu/driver/dnet11/modules/icm-iis-core/trunk/docs/oozie-installer.markdown`
|
10
|
- mark integration tests with eu.dnetlib.iis.IntegrationTest what causes all long-run integration tests to be run only on `integration-test` phase
|