File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,14 @@ limitations under the License.
247
247
<role >Developer</role >
248
248
</roles >
249
249
</developer >
250
+ <developer >
251
+ <name >Gabriel Belingueres</name >
252
+ <id >belingueres</id >
253
+
254
+ <roles >
255
+ <role >Developer</role >
256
+ </roles >
257
+ </developer >
250
258
</developers >
251
259
252
260
<mailingLists ><!-- TODO decide what we do with mailing lists now -->
@@ -512,7 +520,15 @@ limitations under the License.
512
520
</pluginManagement >
513
521
<plugins >
514
522
<plugin >
523
+ <groupId >org.apache.maven.plugins</groupId >
515
524
<artifactId >maven-enforcer-plugin</artifactId >
525
+ <dependencies >
526
+ <dependency >
527
+ <groupId >org.codehaus.mojo</groupId >
528
+ <artifactId >animal-sniffer-enforcer-rule</artifactId >
529
+ <version >1.17</version >
530
+ </dependency >
531
+ </dependencies >
516
532
<executions >
517
533
<execution >
518
534
<id >enforce-maven</id >
@@ -528,6 +544,24 @@ limitations under the License.
528
544
</rules >
529
545
</configuration >
530
546
</execution >
547
+ <execution >
548
+ <id >check-signatures</id >
549
+ <phase >test</phase >
550
+ <goals >
551
+ <goal >enforce</goal >
552
+ </goals >
553
+ <configuration >
554
+ <rules >
555
+ <checkSignatureRule implementation =" org.codehaus.mojo.animal_sniffer.enforcer.CheckSignatureRule" >
556
+ <signature >
557
+ <groupId >org.codehaus.mojo.signature</groupId >
558
+ <artifactId >java1${javaVersion}</artifactId >
559
+ <version >1.0</version >
560
+ </signature >
561
+ </checkSignatureRule >
562
+ </rules >
563
+ </configuration >
564
+ </execution >
531
565
</executions >
532
566
</plugin >
533
567
<plugin >
You can’t perform that action at this time.
0 commit comments