Forum Discussion

  • redfish4ktc2's avatar
    redfish4ktc2
    Super Contributor
    Hi,
    got the same issues few months ago when I tried to fix soapui dependencies to use regular maven coordinates. I couldn't even find the jar in maven central.
    Why do you want to get access to the sources? I could ask the SmartBear team to get information about this lib if needed
  • eonuallain's avatar
    eonuallain
    New Contributor
    Hi,

    We need to have the artifact in our nexus server, and in order to do that we need the sources. We are using the free soapui maven plugin.

    Regards,

    Éamonn
  • redfish4ktc2's avatar
    redfish4ktc2
    Super Contributor
    hi, as a workaround, you can create an empty sources jar that contains only a README file explaining why you don't have the sources.

    You may also have the same issues with other jars that only exist in soapui repository and are provided without any sources.

    For example
            <dependency>
    <groupId>xmlbeans</groupId>
    <artifactId>xbean</artifactId>
    <version>fixed-2.4.0</version>
    </dependency>
    <dependency>
    <groupId>fife</groupId>
    <artifactId>rsyntaxtextarea</artifactId>
    <version>2.0.1</version>
    </dependency>