Hi, There are no poms for the jars I imported via the mvn install:install-file command. I see the jars I imported, but no pom for them. In other directories for jars that maven grabbed on its own, I see poms next to the jars. I installed the 3.0 m2 incubating version on 8/4, in case that matters.
thanks, Jesse gnodet wrote: > > It should not affect the plugin. > Can you check that the jar you want to include has a pom in your local > repository ? > > On 8/11/06, jpangburn <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> I have used the "mvn install:install-file" command to load some jars into >> my >> local repository. In the pom for my project I have put dependencies on >> these jars I just installed and am using the jbi-maven-plugin version >> 1.0-incubating-snapshot. When I do "mvn install", my java files that are >> using those jar files compile just fine so the dependency for compilation >> seems to be working, but the installer zip for the jbi-component I am >> creating does not include my jars in the lib directory. >> >> If I include a dependency jar that is in one of the regular maven >> repositories online, then that jar is successfully copied to the lib >> directory in my installer zip file. What's the difference between a >> dependency in my local repository and one in the regular maven >> repositories, >> as far as the jbi-maven-plugin is concerned? >> >> thanks, >> Jesse >> -- >> View this message in context: >> http://www.nabble.com/jbi-maven-plugin-dependency-problem-tf2093147.html#a5770060 >> Sent from the ServiceMix - User forum at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/jbi-maven-plugin-dependency-problem-tf2093147.html#a5798069 Sent from the ServiceMix - User forum at Nabble.com.
