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 7508663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T22:42:47+00:00 2026-05-29T22:42:47+00:00

During my build I generate a build.properties files via the maven properties plugin (properties-maven-plugin)

  • 0

During my build I generate a build.properties files via the maven properties plugin (properties-maven-plugin) containing build information.

What’s the best way to have this file included in the generated jar? I don’t want to put it into the src/main/resources directory as this would pollute my default resource directory.

Is there not a “generated-resources” directory as there is with source?

  • 1 1 Answer
  • 3 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-29T22:42:49+00:00Added an answer on May 29, 2026 at 10:42 pm

    I thought there was a default generated-resources directory, but I can’t find any documentation on that at the moment. You can always configure additional resource directories in your pom:

    <build>
        <resources>
            <resource>
                <directory>${basedir}/src/main/resources</directory>
            </resource>
            <resource>
                <directory>${project.build.directory}/generated-resources</directory>
            </resource>
        </resources>
        ...
    </build>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I generate EMMA reports during my build, they look like this <report> <stats> <packages
I'm trying to use add_custom_command to generate a file during the build. The command
I have AssemblyInfo.cs file automatically generated during build. Here's part of .csproj file: <PropertyGroup>
Is it possible to generate a DSYM file during a release build with Qt
I have sloccount.sc in my workspace which was generated during the build process and
By default during the build process maven is removing the empty directories. Do you
I am trying to run a batch file automatically during a build from a
I'm trying to combine all javascript files in a project during the build process,
I'm using a custom build step to generate gSoap code from a .wsdl file
Is there any way to extend the information in the Windows File Version dialog.

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.