Changeset 36325 in osm for applications/editors/josm/plugins/dataimport
- Timestamp:
- 2024-08-28T20:42:06+02:00 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/dataimport/pom.xml
r36282 r36325 5 5 <groupId>org.openstreetmap.josm.plugins</groupId> 6 6 <artifactId>plugin-root</artifactId> 7 <version> 1.0-SNAPSHOT</version>7 <version>SNAPSHOT</version> 8 8 </parent> 9 9 <artifactId>dataimport</artifactId> … … 27 27 <groupId>org.openstreetmap.josm.plugins</groupId> 28 28 <artifactId>jaxb</artifactId> 29 <version> 1.0-SNAPSHOT</version>29 <version>SNAPSHOT</version> 30 30 <scope>provided</scope> 31 31 </dependency> … … 43 43 </manifestEntries> 44 44 </archive> 45 </configuration> 46 </plugin> 47 <plugin> 48 <groupId>org.apache.maven.plugins</groupId> 49 <artifactId>maven-clean-plugin</artifactId> 50 <configuration> 51 <filesets> 52 <fileset> 53 <!-- Only needed while we keep ant scripts around --> 54 <directory>src/org/openstreetmap/josm/plugins/dataimport/io/tcx</directory> 55 </fileset> 56 </filesets> 45 57 </configuration> 46 58 </plugin>
Note:
See TracChangeset
for help on using the changeset viewer.