Changeset 36325 in osm for applications/editors/josm/plugins/routes
- Timestamp:
- 2024-08-28T20:42:06+02:00 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routes/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>routes</artifactId> … … 26 26 <groupId>org.openstreetmap.josm.plugins</groupId> 27 27 <artifactId>jaxb</artifactId> 28 <version> 1.0-SNAPSHOT</version>28 <version>SNAPSHOT</version> 29 29 <scope>provided</scope> 30 30 </dependency> … … 62 62 </configuration> 63 63 </plugin> 64 <plugin> 65 <groupId>org.apache.maven.plugins</groupId> 66 <artifactId>maven-clean-plugin</artifactId> 67 <configuration> 68 <filesets> 69 <fileset> 70 <!-- Only needed while we keep ant scripts around --> 71 <directory>src/org/openstreetmap/josm/plugins/routes/xml</directory> 72 </fileset> 73 </filesets> 74 </configuration> 75 </plugin> 64 76 </plugins> 65 77 </build>
Note:
See TracChangeset
for help on using the changeset viewer.