Skip to content

Commit

Permalink
Improve Eclipse compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
otbutz committed Jan 20, 2025
1 parent d4e98ef commit 4abb150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions reader-gtfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,10 @@
<artifactId>protobuf-maven-plugin</artifactId>
<executions>
<execution>
<?m2e execute onConfiguration,onIncremental?>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<sourceDirectory>${project.basedir}/src/main/protobuf</sourceDirectory>
<outputDirectory>${project.build.directory}/generated-sources/protobuf</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
5 changes: 1 addition & 4 deletions web-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,10 @@
<artifactId>protobuf-maven-plugin</artifactId>
<executions>
<execution>
<?m2e execute onConfiguration,onIncremental?>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<sourceDirectory>${project.basedir}/src/main/protobuf</sourceDirectory>
<outputDirectory>${project.build.directory}/generated-sources/protobuf</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 4abb150

Please sign in to comment.