Changeset 36336 in osm


Ignore:
Timestamp:
2024-09-05T18:17:58+02:00 (4 months ago)
Author:
taylor.smock
Message:

Add cleanup for generated neptune sources in opendata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/pom.xml

    r36325 r36336  
    8282        <plugins>
    8383            <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>
    8496                <groupId>org.codehaus.mojo</groupId>
    8597                <artifactId>build-helper-maven-plugin</artifactId>
Note: See TracChangeset for help on using the changeset viewer.