Maven Error with ready-api-maven-plugin and ReadyAPI 2.5.0
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018
05:13 AM
10-25-2018
05:13 AM
Maven Error with ready-api-maven-plugin and ReadyAPI 2.5.0
I have successfully called my cucumber tests and my soapui tests using maven and the ready api plugin. However, I'm getting the error after the tests are run
[ERROR] Failed to execute goal com.smartbear:ready-api-maven-plugin:2.5.0:test (default) on project dvpcucumber: Execution default of goal com.smartbear:ready-api-maven-plugin:2.5.0:test failed: A required class was missing wh ile executing com.smartbear:ready-api-maven-plugin:2.5.0:test: org/apache/xml/serializer/SerializerTrace... [ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import from realm ClassRealm[maven.api, parent: null]]
[ERROR]
[ERROR] -----------------------------------------------------
[ERROR] : org.apache.xml.serializer.SerializerTrace
My maven file has the below config for the plugin.
<groupId>com.smartbear</groupId> <artifactId>ready-api-maven-plugin</artifactId> <version>2.5.0</version>
I manually add the SerializerTrace library in my dependencies and confirmed it was installed in the .m2/repository but I'm still getting the error.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2018
10:18 AM
10-31-2018
10:18 AM
Hi,
Can you please open a new Support case here for this issue: https://support.smartbear.com/message/?prod=ReadyAPI?
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
