Skip to content

Commit

Permalink
NMS-16991: Clean every build to not have concurrent target issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Gorantla authored and Chandra Gorantla committed Dec 23, 2024
1 parent 1ca1cff commit 7e18f7f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions features/grpc/exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<filesets>
<fileset>
<directory>${project.build.directory}/generated-sources</directory>
<includes>
<include>**/*</include>
</includes>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down

0 comments on commit 7e18f7f

Please sign in to comment.