Skip to content

Commit eeb5774

Browse files
committed
#27 Now the wsdl files are correctly positioned under src/main/resources inside the testproject under /src/test/resources :)
1 parent 778e024 commit eeb5774

File tree

7 files changed

+15
-0
lines changed

7 files changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,21 @@ Looking into the the [Verifier source at line 137](https://github.com/apache/mav
412412
Now the tests should work also inside our IDEs and without setting the `-D` parameter.
413413

414414

415+
##### Where's the log file?
416+
417+
We configure the `Verifier` to name the log file like this:
418+
419+
```
420+
verifier.setLogFileName("verifier-output.log");
421+
```
422+
423+
But where can I find this file? Have a look into `target/test-classes/yourTestProjectName`. In this plugin's case, the file is located in:
424+
425+
```
426+
cxf-spring-boot-starter-maven-plugin/cxf-spring-boot-starter-maven-plugin-integrationtest/target/test-classes/generation-test-project/verifier-output.log
427+
```
428+
429+
415430
[cxf-spring-boot-starter]:https://github.com/codecentric/cxf-spring-boot-starter
416431
[jaxws-maven-plugin]:http://www.mojohaus.org/jaxws-maven-plugin/
417432
[mojo-executor]:https://github.com/TimMoore/mojo-executor

0 commit comments

Comments
 (0)