|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>net.sourceforge.htmlunit</groupId>
|
7 | 7 | <artifactId>htmlunit</artifactId>
|
8 |
| - <version>2.65.0-SNAPSHOT</version> |
| 8 | + <version>2.65.0</version> |
9 | 9 | <name>HtmlUnit</name>
|
10 | 10 | <organization>
|
11 | 11 | <name>Gargoyle Software Inc.</name>
|
|
25 | 25 | <maven.compiler.source>8</maven.compiler.source>
|
26 | 26 | <maven.compiler.target>8</maven.compiler.target>
|
27 | 27 |
|
28 |
| - <htmlunitdriver.version>3.65.0-SNAPSHOT</htmlunitdriver.version> |
29 | 28 | <htmlunitcssparser.version>1.12.0</htmlunitcssparser.version>
|
30 | 29 | <htmlunitneko.version>2.65.0</htmlunitneko.version>
|
31 | 30 | <htmlunitcorejs.version>2.65.0</htmlunitcorejs.version>
|
32 | 31 | <htmlunitxpath.version>2.65.0-SNAPSHOT</htmlunitxpath.version>
|
33 | 32 |
|
| 33 | + <htmlunitdriver.version>4.5.0</htmlunitdriver.version> |
| 34 | + <selenium.version>4.5.0</selenium.version> |
| 35 | + |
34 | 36 | <httpcomponents.version>4.5.13</httpcomponents.version>
|
35 | 37 | <jetty.version>9.4.49.v20220914</jetty.version>
|
36 | 38 | <log4j.version>2.19.0</log4j.version>
|
37 |
| - <selenium.version>4.5.0</selenium.version> |
38 | 39 |
|
39 | 40 | <!-- As a property, as it is included in Checkstyle build -->
|
40 | 41 | <checkstyle.version>9.3</checkstyle.version>
|
|
88 | 89 | <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
|
89 | 90 | </configuration>
|
90 | 91 | </plugin>
|
91 |
| - <plugin> |
92 |
| - <groupId>org.apache.maven.plugins</groupId> |
93 |
| - <artifactId>maven-pmd-plugin</artifactId> |
94 |
| - <version>3.19.0</version> |
95 |
| - <dependencies> |
96 |
| - <dependency> |
97 |
| - <groupId>net.sourceforge.pmd</groupId> |
98 |
| - <artifactId>pmd-core</artifactId> |
99 |
| - <version>${pmd.version}</version> |
100 |
| - </dependency> |
101 |
| - <dependency> |
102 |
| - <groupId>net.sourceforge.pmd</groupId> |
103 |
| - <artifactId>pmd-java</artifactId> |
104 |
| - <version>${pmd.version}</version> |
105 |
| - </dependency> |
106 |
| - </dependencies> |
107 |
| - <configuration> |
108 |
| - <rulesets> |
109 |
| - <ruleset>${basedir}/pmd-ruleset.xml</ruleset> |
110 |
| - </rulesets> |
111 |
| - </configuration> |
112 |
| - </plugin> |
113 | 92 | <plugin>
|
114 | 93 | <groupId>org.apache.maven.plugins</groupId>
|
115 | 94 | <artifactId>maven-jar-plugin</artifactId>
|
|
182 | 161 | <quiet>true</quiet>
|
183 | 162 | <!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->
|
184 | 163 | <sourcepath>${basedir}/src/main/java</sourcepath>
|
185 |
| - <additionalparam>--allow-script-in-comments</additionalparam> |
186 | 164 | <links>
|
187 | 165 | <link>https://docs.oracle.com/javase/8/docs/api/</link>
|
188 | 166 | <link>https://commons.apache.org/logging/apidocs/</link>
|
|
250 | 228 | </execution>
|
251 | 229 | </executions>
|
252 | 230 | </plugin>
|
253 |
| - <plugin> |
254 |
| - <groupId>org.apache.maven.plugins</groupId> |
255 |
| - <artifactId>maven-eclipse-plugin</artifactId> |
256 |
| - <version>2.10</version> |
257 |
| - <configuration> |
258 |
| - <downloadSources>true</downloadSources> |
259 |
| - <downloadJavadocs>true</downloadJavadocs> |
260 |
| - <additionalBuildcommands> |
261 |
| - <buildcommand>net.sf.eclipsecs.core.CheckstyleBuilder</buildcommand> |
262 |
| - </additionalBuildcommands> |
263 |
| - <additionalProjectnatures> |
264 |
| - <projectnature>net.sf.eclipsecs.core.CheckstyleNature</projectnature> |
265 |
| - </additionalProjectnatures> |
266 |
| - <useProjectReferences>false</useProjectReferences> |
267 |
| - <additionalConfig> |
268 |
| - <file> |
269 |
| - <name>.checkstyle</name> |
270 |
| - <content> |
271 |
| -<![CDATA[<?xml version="1.0" encoding="UTF-8"?> |
272 |
| -<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false"> |
273 |
| - <local-check-config name="HtmlUnit" location="checkstyle.xml" type="project" description="HtmlUnit"> |
274 |
| - <property name="checkstyle.suppressions.file" value="$${project_loc}/checkstyle_suppressions.xml"/> |
275 |
| - <additional-data name="protect-config-file" value="false"/> |
276 |
| - </local-check-config> |
277 |
| - <fileset name="all" enabled="true" check-config-name="HtmlUnit" local="true"> |
278 |
| - <file-match-pattern match-pattern="^src/.*\.java$" include-pattern="true"/> |
279 |
| - <file-match-pattern match-pattern="^src/.*general/huge/.*\.java$" include-pattern="false"/> |
280 |
| - </fileset> |
281 |
| -</fileset-config> |
282 |
| -]]> |
283 |
| - </content> |
284 |
| - </file> |
285 |
| - </additionalConfig> |
286 |
| - <additionalConfig> |
287 |
| - <file> |
288 |
| - <name>.settings/org.eclipse.core.resources.prefs</name> |
289 |
| - <content> |
290 |
| - <![CDATA[eclipse.preferences.version=1${line.separator}encoding/<project>=${project.build.sourceEncoding}${line.separator}]]> |
291 |
| - </content> |
292 |
| - </file> |
293 |
| - </additionalConfig> |
294 |
| - </configuration> |
295 |
| - </plugin> |
296 | 231 | <plugin>
|
297 | 232 | <groupId>org.apache.maven.plugins</groupId>
|
298 | 233 | <artifactId>maven-scm-plugin</artifactId>
|
|
695 | 630 | <quiet>true</quiet>
|
696 | 631 | <!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->
|
697 | 632 | <sourcepath>${basedir}/src/main/java</sourcepath>
|
698 |
| - <additionalparam>--allow-script-in-comments</additionalparam> |
699 | 633 | <links>
|
700 | 634 | <link>https://docs.oracle.com/javase/8/docs/api/</link>
|
701 | 635 | <link>https://commons.apache.org/logging/apidocs/</link>
|
|
0 commit comments