mtg-decks-downloader

Tool to download Magic: The Gathering decklists from the Internet
git clone https://kevincorvisier.fr/git/mtg-decks-downloader.git
Log | Files | Refs | README

commit bcd8b59244a5d65ab7c90116946c5c0969d5361e
parent 1ef0b933d354328bd10c279790c29e9315e80dca
Author: Kevin Corvisier <git@kevincorvisier.fr>
Date:   Fri, 25 Oct 2024 18:27:16 +0900

Add packaged configuration as resource for maven/eclipse
Diffstat:
Mpom.xml | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml @@ -99,6 +99,26 @@ <build> <plugins> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>3.6.0</version> + <executions> + <execution> + <goals> + <goal>add-resource</goal> + </goals> + <configuration> + <resources> + <resource> + <directory>src/main/packaged-resources/cfg</directory> + </resource> + </resources> + </configuration> + </execution> + </executions> + </plugin> + + <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors>