File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ * @ jenkinsci/openstack-cloud-parent
Original file line number Diff line number Diff line change @@ -173,6 +173,24 @@ java.lang.NoClassDefFoundError: org/apache/http/cookie/CookieSpecProvider -->
173173 </execution >
174174 </executions >
175175 </plugin >
176+ <plugin >
177+ <groupId >org.openrewrite.maven</groupId >
178+ <artifactId >rewrite-maven-plugin</artifactId >
179+ <version >6.9.0</version >
180+ <configuration >
181+ <exportDatatables >true</exportDatatables >
182+ <activeRecipes >
183+ <recipe >org.openrewrite.jenkins.github.AddTeamToCodeowners</recipe >
184+ </activeRecipes >
185+ </configuration >
186+ <dependencies >
187+ <dependency >
188+ <groupId >org.openrewrite.recipe</groupId >
189+ <artifactId >rewrite-jenkins</artifactId >
190+ <version >0.25.0</version >
191+ </dependency >
192+ </dependencies >
193+ </plugin >
176194 </plugins >
177195 </build >
178196 </profile >
You can’t perform that action at this time.
0 commit comments