File tree 2 files changed +15
-26
lines changed
2 files changed +15
-26
lines changed Original file line number Diff line number Diff line change 1
1
# MojoHaus Build Helper Maven Plugin
2
-
2
+
3
3
[ ![ The MIT License] ( https://img.shields.io/github/license/mojohaus/build-helper-maven-plugin.svg?label=License )] ( https://opensource.org/licenses/MIT )
4
4
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.codehaus.mojo/build-helper-maven-plugin.svg?label=Maven%20Central )] ( https://search.maven.org/artifact/org.codehaus.mojo/build-helper-maven-plugin )
5
5
[ ![ Build Status] ( https://github.com/mojohaus/build-helper-maven-plugin/workflows/GitHub%20CI/badge.svg?branch=master )] ( https://github.com/mojohaus/build-helper-maven-plugin/actions/workflows/maven.yml?query=branch%3Amaster )
@@ -21,3 +21,4 @@ For publishing the site do the following:
21
21
cd target/checkout
22
22
mvn verify site site:stage scm-publish:publish-scm
23
23
```
24
+
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.codehaus.mojo</groupId >
7
7
<artifactId >mojo-parent</artifactId >
8
- <version >78 </version >
8
+ <version >81 </version >
9
9
</parent >
10
10
11
11
<artifactId >build-helper-maven-plugin</artifactId >
74
74
</ciManagement >
75
75
76
76
<properties >
77
- <recommendedJavaBuildVersion >11</recommendedJavaBuildVersion >
78
77
<scmpublish .content>${project.build.directory} /staging/build-helper-maven-plugin</scmpublish .content>
79
78
<project .build.outputTimestamp>2023-11-24T19:44:40Z</project .build.outputTimestamp>
80
79
</properties >
133
132
</dependency >
134
133
</dependencies >
135
134
135
+ <build >
136
+ <plugins >
137
+ <plugin >
138
+ <groupId >org.apache.maven.plugins</groupId >
139
+ <artifactId >maven-checkstyle-plugin</artifactId >
140
+ <configuration >
141
+ <violationIgnore >MagicNumber</violationIgnore >
142
+ </configuration >
143
+ </plugin >
144
+ </plugins >
145
+ </build >
146
+
136
147
<profiles >
137
148
138
149
<profile >
164
175
</build >
165
176
</profile >
166
177
167
- <profile >
168
- <id >java11+</id >
169
- <activation >
170
- <jdk >[11,)</jdk >
171
- </activation >
172
- <build >
173
- <plugins >
174
- <plugin >
175
- <groupId >com.diffplug.spotless</groupId >
176
- <artifactId >spotless-maven-plugin</artifactId >
177
- </plugin >
178
- <plugin >
179
- <groupId >org.apache.maven.plugins</groupId >
180
- <artifactId >maven-checkstyle-plugin</artifactId >
181
- <configuration >
182
- <configLocation >${checkstyle.spotless.config} </configLocation >
183
- <violationIgnore >MagicNumber</violationIgnore >
184
- </configuration >
185
- </plugin >
186
- </plugins >
187
- </build >
188
- </profile >
189
-
190
178
<!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
191
179
<profile >
192
180
<id >only-eclipse</id >
You can’t perform that action at this time.
0 commit comments