File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 25
25
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
26
26
<java .lang.version>17</java .lang.version>
27
27
<plugin .src.dir>src/main/java</plugin .src.dir>
28
- <plugin .resources.dir>src/main/</plugin .resources.dir>
28
+ <plugin .resources.dir>src/main/resources </plugin .resources.dir>
29
29
<plugin .main.version>18940</plugin .main.version>
30
30
<
plugin .author>nokutu, floscher, taylor.smock
< [email protected] > </
plugin .author>
31
31
<plugin .class>org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin</plugin .class>
103
103
</dependency >
104
104
</dependencies >
105
105
<build >
106
+ <resources >
107
+ <resource >
108
+ <directory >${plugin.resources.dir} /detections</directory >
109
+ <targetPath >detections</targetPath >
110
+ </resource >
111
+ <resource >
112
+ <directory >${plugin.resources.dir} /mapcss</directory >
113
+ <targetPath >mapcss</targetPath >
114
+ </resource >
115
+ <resource >
116
+ <directory >${plugin.resources.dir} /images</directory >
117
+ <targetPath >images</targetPath >
118
+ </resource >
119
+ <resource >
120
+ <directory >${project.basedir} /data</directory >
121
+ <targetPath >data</targetPath >
122
+ </resource >
123
+ </resources >
106
124
<plugins >
107
125
<plugin >
108
126
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments