Re: Maven ear plugin is telling me I don't have a dependency, but I do ... ideas?

2012-08-09 Thread Jörg Schaible
laredotornado-3 wrote: Hi, I'm using Maven 3.0.3 and trying to use the maven-ear-plugin (2.7). When building the ear project, I'm getting the error, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-ear-plugin:2.7:generate-application-xml (default-generate-application-xml) on

Maven ear plugin is telling me I don't have a dependency, but I do ... ideas?

2012-08-08 Thread laredotornado-3
Hi, I'm using Maven 3.0.3 and trying to use the maven-ear-plugin (2.7). When building the ear project, I'm getting the error, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-ear-plugin:2.7:generate-application-xml (default-generate-application-xml) on project orders-ear:

Re: Maven ear plugin is telling me I don't have a dependency, but I do ... ideas?

2012-08-08 Thread Wayne Fay
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

Re: Maven ear plugin is telling me I don't have a dependency, but I do ... ideas?

2012-08-08 Thread Anders Hammar
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