flow location and maven ?
Tom Zeller
tzeller at dragonacea.biz
Wed Jun 12 11:46:54 EDT 2013
Not to be confused with flow-location, where should the flow location
in source be : (1) src/main/resources/flows or (2) a new module, e.g.
idp-saml-flows or (3) ?
I assume that flows are going to be distributed unarchived and
external to the war in webflows/, but a jar in WEB-INF/lib should not
be precluded.
I ask because if we choose (1) src/main/resources/flows we will likely
need some POM changes to (a) exclude that directory from the artifact
created by maven and (b) create an "attachment" archive containing
that directory, e.g. idp-saml-impl-flows.jar.
Whether we expand the -flows.jar artifacts into webflows/ or not can
be decided later.
I try to keep POMs as vanilla as possible, hence my query.
More information about the dev
mailing list