---maven packaging resource configuration for Java learning article

Source: Internet
Author: User

Maven Project Packaging Resources
In the Pom.xml file, configure the following:
<configuration> <outputDirectory>${staging.windows.dir}</outputDirectory>                                    <resources> <resource>                                        <directory>src/main/resources</directory> <includes> <include>resourceName.dll</include> </includes                                    > </resource> <resource>                                        <directory>.</directory> <includes> <include>release_notes.txt</include> &LT;INCLUDE&G                                  T;configuration.md</include> <include>COPYING</include>      <include>authors.txt</include> </includes> </resource> </resources></configuration>

Configure the files that you want to package in the Include tab, and the directory where the files you want to package are configured in directory.

Then configure the install file in the Projectname\src\main\izpack\windows\ directory:

  <packs>    <pack name= "multibit" required= "yes" >      <description>multibit Install files.</ description>      <file src= "configuration.md" targetdir= "$INSTALL _path"/>      <file src= "Release_ Notes.txt "targetdir=" $INSTALL _path "/>      <file src=" COPYING "targetdir=" $INSTALL _path "/>      <file Src= "Authors.txt" targetdir= "$INSTALL _path"/>      <file src= "<span style=" font-family:arial, Helvetica, Sans-serif; " >resourceName.dll</span> "targetdir=" $INSTALL _path "/>    </pack>  </packs>

Then configure the installed program to include the files you need to package.

When you click Setup to install the program, the resources are copied back into the installation directory.



Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

---maven packaging resource configuration for Java learning article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.