Changeset 36336 in osm
- Timestamp:
- 2024-09-05T18:17:58+02:00 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/pom.xml
r36325 r36336 82 82 <plugins> 83 83 <plugin> 84 <groupId>org.apache.maven.plugins</groupId> 85 <artifactId>maven-clean-plugin</artifactId> 86 <configuration> 87 <filesets> 88 <fileset> 89 <!-- Only needed while we keep ant scripts around --> 90 <directory>includes/neptune</directory> 91 </fileset> 92 </filesets> 93 </configuration> 94 </plugin> 95 <plugin> 84 96 <groupId>org.codehaus.mojo</groupId> 85 97 <artifactId>build-helper-maven-plugin</artifactId>
Note:
See TracChangeset
for help on using the changeset viewer.