Wonderful,   thanks..................




"Arik Kfir" <[EMAIL PROTECTED]> 
04/12/2006 08:35 AM
Please respond to
"Maven Users List" <users@maven.apache.org>


To
"Maven Users List" <users@maven.apache.org>
cc

Subject
Re: Question on mvn compile






Try adding this to your pom.xml, under the <project> tag:

<dependencies>
  <dependency>
    <groupId>commons-logging</groupId>
    <artifactId>commons-logging</artifactId>
    <version>1.0.4</version> <!-- or any other specific version that you
need... -->
  </dependency>
  <!-- you can add as many dependencies as you need -->
</dependencies>

On 4/12/06, Arik Kfir <[EMAIL PROTECTED]> wrote:
>
> Hi MTedesco,
>
> Did you specify them as dependencies in your pom.xml file?
>
>
> On 4/12/06, [EMAIL PROTECTED] <
> [EMAIL PROTECTED]> wrote:
> >
> > Can someone explain why during mvn compile, that librarires from 
apache
> > commons, i.e. commons-digester and commons-logging are not
> > retrieved automatically as a plugin? I can see why licensing for mail
> > and
> > activation packages from sun need to be installed manually into your
> > local
> > repository, but how come these too? Am I not putting something in my
> > dependency tags that will first look at the apache site or ibiblio?
> >
> >
> > Thanks, Mike Tedesco
> >
>
>

Reply via email to