|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" |
2 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
4 | 2 | <modelVersion>4.0.0</modelVersion> |
5 | 3 |
|
6 | 4 | <parent> |
7 | 5 | <groupId>org.jenkins-ci.plugins</groupId> |
8 | 6 | <artifactId>plugin</artifactId> |
9 | 7 | <version>4.75</version> |
10 | | - <relativePath/> |
| 8 | + <relativePath /> |
11 | 9 | </parent> |
12 | 10 |
|
13 | 11 | <artifactId>crowd2</artifactId> |
14 | | - <version>${revision}${changelist}</version> |
| 12 | + <version>4.2.0</version> |
15 | 13 | <packaging>hpi</packaging> |
16 | 14 |
|
17 | 15 | <name>Crowd 2 Integration</name> |
|
70 | 68 | <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> |
71 | 69 | <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection> |
72 | 70 | <url>https://github.com/${gitHubRepo}</url> |
73 | | - <tag>${scmTag}</tag> |
| 71 | + <tag>crowd2-4.2.0</tag> |
74 | 72 | </scm> |
75 | 73 |
|
76 | 74 | <repositories> |
|
287 | 285 | <module name="LineLength"> |
288 | 286 | <property name="fileExtensions" value="java" /> |
289 | 287 | <property name="max" value="240" /> |
290 | | - <property name="ignorePattern" |
291 | | - value="^package.*|^import.*|a href|href|http://|https://|ftp://" /> |
| 288 | + <property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://" /> |
292 | 289 | </module> |
293 | 290 | <module name="TreeWalker"> |
294 | 291 | <!-- Annotations: |
|
325 | 322 | https://checkstyle.sourceforge.io/config_imports.html--> |
326 | 323 | <module name="AvoidStarImport" /> |
327 | 324 | <module name="ImportOrder"> |
328 | | - <property name="groups" |
329 | | - value="*,com,dagger,de,hudson,io,java,javax,jenkins,okhttp3,org,retrofit2,software," /> |
| 325 | + <property name="groups" value="*,com,dagger,de,hudson,io,java,javax,jenkins,okhttp3,org,retrofit2,software," /> |
330 | 326 | <property name="ordered" value="true" /> |
331 | 327 | <property name="separated" value="true" /> |
332 | 328 | <property name="option" value="bottom" /> |
333 | 329 | <property name="sortStaticImportsAlphabetically" value="true" /> |
334 | 330 | </module> |
335 | 331 | <module name="IllegalImport"> |
336 | 332 | <!-- prevent the use of jsr-305 annotations --> |
337 | | - <property name="illegalClasses" |
338 | | - value="javax.annotation.MatchesPattern.Checker, javax.annotation.Nonnegative.Checker, javax.annotation.Nonnull.Checker, javax.annotation.RegEx.Checker, javax.annotation.CheckForNull, javax.annotation.CheckForSigned, javax.annotation.CheckReturnValue, javax.annotation.Detainted, javax.annotation.MatchesPattern, javax.annotation.Nonnegative, javax.annotation.Nonnull, javax.annotation.Nullable, javax.annotation.OverridingMethodsMustInvokeSuper, javax.annotation.ParametersAreNonnullByDefault, javax.annotation.ParametersAreNullableByDefault, javax.annotation.PropertyKey, javax.annotation.RegEx, javax.annotation.Signed, javax.annotation.Syntax, javax.annotation.Tainted, javax.annotation.Untainted, javax.annotation.WillClose, javax.annotation.WillCloseWhenClosed, javax.annotation.WillNotClose, javax.annotation.concurrent.GuardedBy, javax.annotation.concurrent.Immutable, javax.annotation.concurrent.NotThreadSafe, javax.annotation.concurrent.ThreadSafe, javax.annotation.meta.TypeQualifierValidator, javax.annotation.meta.When, javax.annotation.meta.Exclusive, javax.annotation.meta.Exhaustive, javax.annotation.meta.TypeQualifier, javax.annotation.meta.TypeQualifierDefault, javax.annotation.meta.TypeQualifierNickname" /> |
| 333 | + <property name="illegalClasses" value="javax.annotation.MatchesPattern.Checker, javax.annotation.Nonnegative.Checker, javax.annotation.Nonnull.Checker, javax.annotation.RegEx.Checker, javax.annotation.CheckForNull, javax.annotation.CheckForSigned, javax.annotation.CheckReturnValue, javax.annotation.Detainted, javax.annotation.MatchesPattern, javax.annotation.Nonnegative, javax.annotation.Nonnull, javax.annotation.Nullable, javax.annotation.OverridingMethodsMustInvokeSuper, javax.annotation.ParametersAreNonnullByDefault, javax.annotation.ParametersAreNullableByDefault, javax.annotation.PropertyKey, javax.annotation.RegEx, javax.annotation.Signed, javax.annotation.Syntax, javax.annotation.Tainted, javax.annotation.Untainted, javax.annotation.WillClose, javax.annotation.WillCloseWhenClosed, javax.annotation.WillNotClose, javax.annotation.concurrent.GuardedBy, javax.annotation.concurrent.Immutable, javax.annotation.concurrent.NotThreadSafe, javax.annotation.concurrent.ThreadSafe, javax.annotation.meta.TypeQualifierValidator, javax.annotation.meta.When, javax.annotation.meta.Exclusive, javax.annotation.meta.Exhaustive, javax.annotation.meta.TypeQualifier, javax.annotation.meta.TypeQualifierDefault, javax.annotation.meta.TypeQualifierNickname" /> |
339 | 334 | <!-- Prevent the expansion of Guava usages --> |
340 | | - <property name="illegalPkgs" |
341 | | - value="com.google.common.base, com.google.common.escape, com.google.common.eventbus, com.google.common.graph, com.google.common.hash, com.google.common.html, com.google.common.io, com.google.common.math, com.google.common.net, com.google.common.primitives, com.google.common.reflect, com.google.common.xml, com.google.thirdparty" /> |
| 335 | + <property name="illegalPkgs" value="com.google.common.base, com.google.common.escape, com.google.common.eventbus, com.google.common.graph, com.google.common.hash, com.google.common.html, com.google.common.io, com.google.common.math, com.google.common.net, com.google.common.primitives, com.google.common.reflect, com.google.common.xml, com.google.thirdparty" /> |
342 | 336 | </module> |
343 | 337 | <module name="RedundantImport" /> |
344 | 338 | <module name="UnusedImports" /> |
345 | 339 | <!-- Javadoc Comments: |
346 | 340 | https://checkstyle.sourceforge.io/config_javadoc.html --> |
347 | 341 | <module name="AtclauseOrder"> |
348 | | - <property name="tagOrder" |
349 | | - value="@param, @return, @throws, @deprecated" /> |
| 342 | + <property name="tagOrder" value="@param, @return, @throws, @deprecated" /> |
350 | 343 | </module> |
351 | 344 | <module name="InvalidJavadocPosition" /> |
352 | 345 | <module name="JavadocMethod"> |
|
0 commit comments