Re: Ear plugin: artifact is not a dependency of the project

2009-01-01 Thread Stephane Nicoll
On Sat, Dec 20, 2008 at 11:05 AM, Laurens Blankers < laur...@blankersfamily.com> wrote: > Hello, > > I'm trying to use the ear plugin to generate an application.xml. However > when I try this I get the following error: > > Artifact[ejb3:stateless:stateless-ejb] is not a dependency of the project.

Re: Ear plugin: artifact is not a dependency of the project

2008-12-20 Thread Wendy Smoak
On Sat, Dec 20, 2008 at 3:05 AM, Laurens Blankers wrote: > How do I get the plugin to drop the ejb3 prefix, or how do I get the > dependency to include the prefix? Try using ejb similar to this: http://maven.apache.org/plugins/maven-ejb-plugin/examples/ejb-client-dependency.html -- Wendy

Ear plugin: artifact is not a dependency of the project

2008-12-20 Thread Laurens Blankers
Hello, I'm trying to use the ear plugin to generate an application.xml. However when I try this I get the following error: Artifact[ejb3:stateless:stateless-ejb] is not a dependency of the project. Which is correct because stateless:stateless-ejb is a dependency, not the lack of the ejb3 prefix.

Re: Artifact [...] is not a dependency of the project

2007-10-21 Thread Tim Kettler
xDOC20/very-simple-entity-ejb-example.html. I run > the command 'mvn compile' it issues the error "Artifact [...] is not a > dependency of the project." > > After searching the google, someone says that it can be amended by adding tag > type at http://www.ma

Artifact [...] is not a dependency of the project

2007-10-21 Thread newbie_tw
I encounter a new problem whilst following the sample programme at http://cwiki.apache.org/GMOxDOC20/very-simple-entity-ejb-example.html. I run the command 'mvn compile' it issues the error "Artifact [...] is not a dependency of the project." After searching the google,