The double entries was caused by the way the resources section was set up. It had src as
the resources directory, and then etc/** under the includes section. It makes sense
logically, but I think what was happening was that etc/.. was getting picked up which
contains main. So it was treating main as one of the resource includes. I changed the
pom so that src/etc is the base directory, and I think that fixed the problem.
I also changed the assembly configuration so that your module names don't have to
match the artifact Ids. I sent you the updated poms. If you want me to check them in,
just let me know.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027195#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...