Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
The com.eviware.loadui.config package contains XmlBeans generated classes. The source for these are in the loadui-model-xmlbeans module, but are not .java files (the source code is the .xsd file). Running mvn install for the entire project, or for loadui-model-xmlbeans module should build these class files using the XmlBeans Maven plugin, resulting in the required jar file.
Regards,
Dain
SmartBear Software
The com.eviware.loadui.config package contains XmlBeans generated classes. The source for these are in the loadui-model-xmlbeans module, but are not .java files (the source code is the .xsd file). Running mvn install for the entire project, or for loadui-model-xmlbeans module should build these class files using the XmlBeans Maven plugin, resulting in the required jar file.
Regards,
Dain
SmartBear Software