Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4560694
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T17:58:04+00:00 2026-05-21T17:58:04+00:00

I am taking my first crack at Maven and ran into a problem. We

  • 0

I am taking my first crack at Maven and ran into a problem. We have an application that is deployed on Tomcat 6. We have several jar files added to the lib folder of tomcat. Then in our build path we add this tomcat library.

How can I add the tomcat library to maven? Is this a bad way to do this? Are there any alternatives?

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T17:58:05+00:00Added an answer on May 21, 2026 at 5:58 pm

    Anything in tomcat’s lib directory should be a maven dependency with scope provided:

    provided
    This is much like compile, but indicates you expect the
    JDK or a container to provide the
    dependency at runtime. For example,
    when building a web application for
    the Java Enterprise Edition, you would
    set the dependency on the Servlet API
    and related Java EE APIs to scope
    provided because the web container
    provides those classes. This scope is
    only available on the compilation and
    test classpath, and is not transitive.

    Source: Maven Dependency Scope

    Example:

    <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>servlet-api</artifactId>
        <version>2.5</version>
        <scope>provided</scope>
    </dependency>
    

    If the libraries are your own, you will have to install or deploy them to a local or remote repository.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am taking my first foray into PHP programming and need to configure the
I'm taking my first crack at writing some linux kernel code, and I'm hitting
I'm taking my first crack at Ajax with jQuery. I'm getting my data onto
I'm taking a crack at writing my first DSL for a simple tool at
I am taking my first steps programming in Lua and get this error when
Taking over some code from my predecessor and I found a query that uses
Taking CPU affinity into account, will such an environment be useful with threading? Or
I'm taking the leap: my PHP scripts will ALL fail gracefully! At least, that's
What's the best (taking both speed and readability into account) way to determine if
in my PHP web application,I have a dataentry form where users will enter data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.