start
This commit is contained in:
2
.idea/compiler.xml
generated
2
.idea/compiler.xml
generated
@@ -12,7 +12,7 @@
|
||||
</component>
|
||||
<component name="JavacSettings">
|
||||
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
||||
<module name="troostwijk-scraper" options="--enable-native-access=ALL-UNNAMED" />
|
||||
<module name="troostwijk-scraper" options="" />
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
BIN
cache/page_cache.db
vendored
Normal file
BIN
cache/page_cache.db
vendored
Normal file
Binary file not shown.
31
pom.xml
31
pom.xml
@@ -84,9 +84,6 @@
|
||||
<configuration>
|
||||
<source>21</source>
|
||||
<target>21</target>
|
||||
<compilerArgs>
|
||||
<arg>--enable-native-access=ALL-UNNAMED</arg>
|
||||
</compilerArgs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
@@ -97,20 +94,30 @@
|
||||
<version>3.1.0</version>
|
||||
<configuration>
|
||||
<mainClass>com.auction.TroostwijkAuctionExtractor</mainClass>
|
||||
<cleanupDaemonThreads>false</cleanupDaemonThreads>
|
||||
<arguments>
|
||||
<argument>--max-visits</argument>
|
||||
<argument>3</argument>
|
||||
</arguments>
|
||||
<systemProperties>
|
||||
<systemProperty>
|
||||
<key>java.util.logging.SimpleFormatter.format</key>
|
||||
<value>%1$tF %1$tT %4$s %2$s %5$s%6$s%n</value>
|
||||
</systemProperty>
|
||||
</systemProperties>
|
||||
<additionalOptions>
|
||||
<additionalOption>--enable-native-access=ALL-UNNAMED</additionalOption>
|
||||
</additionalOptions>
|
||||
<additionalClasspathElements>
|
||||
<additionalClasspathElement>${project.build.outputDirectory}</additionalClasspathElement>
|
||||
</additionalClasspathElements>
|
||||
<commandlineArgs>--enable-native-access=ALL-UNNAMED</commandlineArgs>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>java</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- Maven Surefire Plugin for tests with native access -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.2.5</version>
|
||||
</plugin>
|
||||
<!-- <plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Reference in New Issue
Block a user