Skip to content

Commit 15cb819

Browse files
author
Fabien Zoccola
committed
feat(pom.xml): adding resource; package should work now. Also added myself as a developer
1 parent 428360a commit 15cb819

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@
7777
<organization>com.github.devlab-umontp</organization>
7878
<organizationUrl>https://github.com/DevLab-umontp</organizationUrl>
7979
</developer>
80+
<developer>
81+
<name>Fabien ZOCCOLA</name>
82+
<email>biothewolff@gmx.fr</email>
83+
<organization>com.github.devlab-umontp</organization>
84+
<organizationUrl>https://github.com/DevLab-umontp</organizationUrl>
85+
</developer>
8086
</developers>
8187

8288
<issueManagement>
@@ -192,6 +198,16 @@
192198
</profiles>
193199

194200
<build>
201+
<!-- Resources (the .CSV) -->
202+
<resources>
203+
<resource>
204+
<directory>${project.basedir}</directory>
205+
<includes>
206+
<include>communes.csv</include>
207+
</includes>
208+
</resource>
209+
</resources>
210+
195211
<plugins>
196212

197213
<plugin>
@@ -263,4 +279,5 @@
263279

264280
</plugins>
265281
</build>
282+
266283
</project>

0 commit comments

Comments
 (0)