Skip to content

Commit

Permalink
[DI-65] Reconfigure the attribution-maven-plugin (#1854)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 66ec99201e6d7f90ebca2e10c5c6a40585c77979
  • Loading branch information
kwart authored and actions-user committed May 20, 2024
1 parent a10830a commit 82dadbf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
17 changes: 17 additions & 0 deletions hazelcast-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@
</exclusionPattern>
<exclusionPattern>Substitute for l, l</exclusionPattern>
<exclusionPattern>inside edge crossings that are between</exclusionPattern>
<exclusionPattern>The size of the key-exchange key</exclusionPattern>
</exclusionPatterns>
</configuration>
</plugin>
Expand Down Expand Up @@ -954,6 +955,22 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.hazelcast.maven</groupId>
<artifactId>attribution-maven-plugin</artifactId>
<executions>
<execution>
<id>per-jar-attribution</id>
<goals>
<goal>generate</goal>
</goals>
<phase>compile</phase>
<configuration>
<outputFile>${project.build.outputDirectory}/META-INF/attribution.txt</outputFile>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -468,16 +468,6 @@
<outputFile>${project.build.directory}/aggregated-attribution.txt</outputFile>
</configuration>
</execution>
<execution>
<id>per-jar-attribution</id>
<goals>
<goal>generate</goal>
</goals>
<phase>compile</phase>
<configuration>
<outputFile>${project.build.outputDirectory}/META-INF/attribution.txt</outputFile>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 82dadbf

Please sign in to comment.