Then have that as a dependency in the swc or pom projects. If the
plugin detects a dependency of that type, it'll pull in that services
config. This way several key files can be shared around.
The problem with a solution like this is that it's very friendly to
the way maven thinks of projects - 1 artifact per project, and is hard
to organize in terms that something such as flex-builder would be
comfortable with. That's not a big deal if you let local developers
keep a local copy for flex builder's purpose, but you have a
"canonical" build that's done by maven (in a continous build system or
release process).
Thoughts? Anyone have a better solution in mind? Or another way to
make this approach play friendly with FB? It's trivial to make it
work with an ant or script based approach, but FB makes assumptions
the command-line compilers don't automatically make.
Christian.