File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ * .java text eol =lf
Original file line number Diff line number Diff line change 474
474
<artifactId >maven-bundle-plugin</artifactId >
475
475
<version >3.5.1</version >
476
476
</plugin >
477
+ <plugin >
478
+ <groupId >com.diffplug.spotless</groupId >
479
+ <artifactId >spotless-maven-plugin</artifactId >
480
+ <version >1.24.3</version >
481
+ </plugin >
477
482
</plugins >
478
483
</pluginManagement >
479
484
553
558
</executions >
554
559
</plugin >
555
560
561
+ <plugin >
562
+ <groupId >com.diffplug.spotless</groupId >
563
+ <artifactId >spotless-maven-plugin</artifactId >
564
+ <configuration >
565
+ <java >
566
+ <lineEndings >UNIX</lineEndings >
567
+ <includes >
568
+ <include >src/**/*.java</include >
569
+ </includes >
570
+ <eclipse >
571
+ <version >4.12.0</version >
572
+ <file >../org.jacoco.core/.settings/org.eclipse.jdt.core.prefs</file >
573
+ </eclipse >
574
+ </java >
575
+ </configuration >
576
+ <executions >
577
+ <execution >
578
+ <phase >prepare-package</phase >
579
+ <goals >
580
+ <goal >check</goal >
581
+ </goals >
582
+ </execution >
583
+ </executions >
584
+ </plugin >
585
+
556
586
<plugin >
557
587
<groupId >org.apache.maven.plugins</groupId >
558
588
<artifactId >maven-antrun-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments