Commit b13067e 1 parent 354ead0 commit b13067e Copy full SHA for b13067e
File tree 2 files changed +14
-10
lines changed
2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 117
117
<plugin >
118
118
<groupId >org.eclipse.sisu</groupId >
119
119
<artifactId >sisu-maven-plugin</artifactId >
120
- <version >0.9.0.M2</version >
121
- <executions >
122
- <execution >
123
- <id >index-project</id >
124
- <goals >
125
- <goal >main-index</goal >
126
- <goal >test-index</goal >
127
- </goals >
128
- </execution >
129
- </executions >
130
120
</plugin >
131
121
<plugin >
132
122
<groupId >biz.aQute.bnd</groupId >
Original file line number Diff line number Diff line change @@ -516,6 +516,20 @@ Bundle-DocURL: http://www.eclipse.org/sisu/
516
516
<artifactId >spotless-maven-plugin</artifactId >
517
517
<version >2.35.0</version >
518
518
</plugin >
519
+ <plugin >
520
+ <groupId >org.eclipse.sisu</groupId >
521
+ <artifactId >sisu-maven-plugin</artifactId >
522
+ <version >0.9.0.M2</version >
523
+ <executions >
524
+ <execution >
525
+ <id >index-project</id >
526
+ <goals >
527
+ <goal >main-index</goal >
528
+ <goal >test-index</goal >
529
+ </goals >
530
+ </execution >
531
+ </executions >
532
+ </plugin >
519
533
</plugins >
520
534
</pluginManagement >
521
535
You can’t perform that action at this time.
0 commit comments