> project. -> [Help 1]". I'm losing my mind because looking at my pom.xml > file, it IS a dependency of my project. Here is my pom.xml file ...
Don't just look at the pom.xml file. Look at the pom which Maven sees as generated by "mvn help:effective-pom". For example, I see that you did not declare a scope for myclient. Perhaps it is declared in a depMgmt section in the "orders" parent pom with a scope that will prevent it from being packaged in your ear? Or maybe there is some m-ear-p config being inherited from a parent which is affecting this project, and you just don't realize it? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
