I'm looking at this sentence:
"Artifact[app-client:org.mainco.myco:myclient] is not a dependency of the
project."

See the "app-client"? Could it be that the as this is a
appClientModule the plugin is adding a classifier ("app-client") or
something?
The order in the a:b:c doesn't follow the de facto standard so I'm
just guessing though.

/Anders

On Thu, Aug 9, 2012 at 4:57 AM, Wayne Fay <wayne...@gmail.com> wrote:
>> 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: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to