View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001000 | savapage-make | [SavaPage] Installation | public | 2018-11-01 14:01 | 2019-08-05 16:42 |
| Reporter | rijkr | Assigned To | rijkr | ||
| Priority | high | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.9.12 | ||||
| Target Version | 1.1.0 | Fixed in Version | 1.1.0 | ||
| Summary | 0001000: Fix maven-surefire error | ||||
| Description | IST: Command live mvn gives error during test phase when packaging savapage-core. Inspecting savapage-core/target/surefire-report/*.dumpstream shows: Error: Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter SOLL: Add latest maven-surefire-plugin to pom.xml, telling not to use system class loader: <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
<!-- Prevent: "Error: Could not find or load main class
org.apache.maven.surefire.booter.ForkedBooter" -->
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
<executions>
<execution>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>
| ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-11-01 14:01 | rijkr | New Issue | |
| 2018-11-01 14:01 | rijkr | Status | new => assigned |
| 2018-11-01 14:01 | rijkr | Assigned To | => rijkr |
| 2018-11-01 14:03 | rijkr | Status | assigned => resolved |
| 2018-11-01 14:03 | rijkr | Resolution | open => fixed |
| 2018-11-01 14:03 | rijkr | Fixed in Version | => 1.1.0 |
| 2019-08-05 16:42 | rijkr | Status | resolved => closed |
| 2019-08-05 16:42 | rijkr | Note Added: 0000202 |