start
This commit is contained in:
2
.idea/compiler.xml
generated
2
.idea/compiler.xml
generated
@@ -12,7 +12,7 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="JavacSettings">
|
<component name="JavacSettings">
|
||||||
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
||||||
<module name="troostwijk-scraper" options="--enable-native-access=ALL-UNNAMED" />
|
<module name="troostwijk-scraper" options="" />
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</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>
|
<configuration>
|
||||||
<source>21</source>
|
<source>21</source>
|
||||||
<target>21</target>
|
<target>21</target>
|
||||||
<compilerArgs>
|
|
||||||
<arg>--enable-native-access=ALL-UNNAMED</arg>
|
|
||||||
</compilerArgs>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
@@ -97,20 +94,30 @@
|
|||||||
<version>3.1.0</version>
|
<version>3.1.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>com.auction.TroostwijkAuctionExtractor</mainClass>
|
<mainClass>com.auction.TroostwijkAuctionExtractor</mainClass>
|
||||||
|
<cleanupDaemonThreads>false</cleanupDaemonThreads>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>--max-visits</argument>
|
<argument>--max-visits</argument>
|
||||||
<argument>3</argument>
|
<argument>3</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
<systemProperties>
|
<additionalClasspathElements>
|
||||||
<systemProperty>
|
<additionalClasspathElement>${project.build.outputDirectory}</additionalClasspathElement>
|
||||||
<key>java.util.logging.SimpleFormatter.format</key>
|
</additionalClasspathElements>
|
||||||
<value>%1$tF %1$tT %4$s %2$s %5$s%6$s%n</value>
|
<commandlineArgs>--enable-native-access=ALL-UNNAMED</commandlineArgs>
|
||||||
</systemProperty>
|
|
||||||
</systemProperties>
|
|
||||||
<additionalOptions>
|
|
||||||
<additionalOption>--enable-native-access=ALL-UNNAMED</additionalOption>
|
|
||||||
</additionalOptions>
|
|
||||||
</configuration>
|
</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>
|
||||||
<!-- <plugin>
|
<!-- <plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user