Skip to content

Commit

Permalink
Add cleanup for generated neptune sources in opendata
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmock committed Sep 5, 2024
1 parent c74ea95 commit 66f5466
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions opendata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<!-- Only needed while we keep ant scripts around -->
<directory>includes/neptune</directory>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit 66f5466

Please sign in to comment.