Forum Discussion
12 Replies
- jwilmothNew Contributor
+1 for publishing the 5.2.* soapui-project pom so that the http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.2.0/soapui-5.2.0.pom and http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.2.1/soapui-5.2.1.pom parent artifact references actually resolve.
- alexandrosdNew Contributor
Hey SmartBear. Are you listening?? The current version of the plugin in Github is 5.2.2-SNAPSHOT.
Please publish at least 5.2.0 to central or SmartBear repo.
We need the JSONPath assertions.
Show some responsibility to the community.
Hello Guys,
Thanks for your question.
Let me try to find the answer to your question within our Team and get back to you.
Update: I had a chat with our R&D Team - they plan to upload the plugin very soon.
- PJatContributor
Thanks for reporting and sorry for the inconvinience, both 5.2.0 and 5.2.1 soapui-maven-plugins have been published to maven repo now.
- redfish4ktc2Super Contributor
Hi
the soapui 5.2.0 artifact is available http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.2.0/ but not the maven plugin http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui-maven-plugin/
- wdNew Contributor
Hi,
We also need the 5.2.0 maven plugin.
Are there any plans for this to be published?
If so what sort of timescale can we expect.
Regards,
Warren
- SiKingCommunity Hero
I was worried I might be the only one running SoapUI in a CI.
Note the artifact at http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/ is not the Maven plugin. It will not work!
Hello SmartBear: anyone awake?!?!
- wsalembiOccasional Contributor
Please fix this. I have the exact same problem with the project pom file for soapui 5.2.1.
http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui-project/5.2.1 does not exist
<parent> <groupId>com.smartbear.soapui</groupId> <artifactId>soapui-project</artifactId> <version>5.2.1</version> </parent>- SiKingCommunity Hero
Just to be clear: this is not broken, the maven-plugin version 5.2+ is simply not available.
- MikeHagelandOccasional Visitor
I am hoping this is a simple mistake I am making as a maven neophyte.
I have included the soapui maven repository as:
<repository>
<id>smartbear</id>
<name>SmartBear Repository</name>
<url>http://www.soapui.org/repository/maven2/</url>
</repository>However, when I try to add a dependency for soapui 5.2.1, or use the Maven Repository viewer in Eclipse, I can't find anything under com.smartbear. When I navigate there with a web-browser, I can find the directories as expected.
The only thing that sticks out to me, is the directories I am unable to find automatically contain a file named _remote.repositories.
Can anybody shed some light on this?