Hi, I'm new to maven and I've a basic question that i hope that someone can help me with, my projects structure looks something like this:
My project structure is simple:
- Project A
- src
- conf
- myxml.xml
- scripts
- Project B
- src
I would like to have an assembly for project B that will include only the
myxml.xml file from project A + all the files in project B,
is it possible? how?
thanks,
Oded.
