You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ScottBrank <sc...@gmail.com> on 2007/06/22 21:01:44 UTC

Issue with dependencies of taglibs jars

Hi there!


in my oroject, i have a lot of dependencies...
well, one thing i did was declare all dependencies correctly to my project.
but something still missing, because when i type mvn jdev:jdev , maven
builds to me a file to edit the project in jdeveloper, but when I try
compiling the project from jdeveloper, guess what!, it says to me that i
don't have my taglibs jars declared in the project.. such a noiseful trouble
in here.

what do I have to do to declare correctly my taglibs jars in my pom.xml? 
I tried this:

<dependency>
			<groupId>oracle.adf</groupId>
			<artifactId>adf-faces-impl</artifactId>
			<version>10.1.3.0.4</version>
			<scope>compile</scope>
		</dependency>

whel, what's wrong?
-- 
View this message in context: http://www.nabble.com/Issue-with-dependencies-of-taglibs-jars-tf3966416s177.html#a11258195
Sent from the Maven - Users mailing list archive at Nabble.com.


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