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

  • SEARCH
  • Home
  • 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 9121061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:46:28+00:00 2026-06-17T05:46:28+00:00

I want to package only resources under directory src/main/resources into the jar published by

  • 0

I want to package only resources under directory src/main/resources into the jar published by maven. Is there a way to do that?

  • 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-06-17T05:46:29+00:00Added an answer on June 17, 2026 at 5:46 am

    Try following:

    <build>
      <resources>
         <resource>
           <directory>src/main/resources</directory>
           <filtering>false</filtering>
        </resource>
      </resources>
      <plugins>
        <plugin>
           ...
        </plugin>
      </plugins>
      ...
    </build>
    

    As far as I can understand, it could be what you asked for.

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

Sidebar

Related Questions

In my project, I have a resources directory ( src/main/resources ) that contains properties
I have a Maven based Spring-WS client project that I want to package as
I have a mavenized project with jar packaging, have standard layout: /src/main/java /src/main/resources When
I want to deploy my src/main/webapp folder from Maven project as an application in
I want to package a piece of code that absolutely must run on Java
Is there a way to use __init__.py to organize multiple files into a module
I am trying to control which files make into the WAR package that is
I am using maven jar plugin to package the jar file. But it looks
I am working on a python package (linux only) and using distutils. I want
I want to package my GWT 2.3 Application to a war file and deploy

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.