Forum Discussion

shubhimu's avatar
shubhimu
Contributor
6 years ago

Soaui Maven plugin 5.0.0/5.1.3/5.1.0 not working properly

Hi,

 

I am getting below error while downloading soap ui maven plugin. I created my soap ui project in 5.1.3 and when running the same from maven project then its throwing below error. I tried with 3 versions of soap ui maven plugin 5.0.0, 5.1.3 and 5.1.0 for all its throwing me below error. Can any one please help me here?

 

Failed to execute goal com.smartbear.soapui:soapui-maven-plugin:5.1.0:test (default-cli) on project ComCastPro: Execution default-cli of goal com.smartbear.soapui:soapui-maven-plugin:5.1.0:test failed: Plugin com.smartbear.soapui:soapui-maven-plugin:5.1.0 or one of its dependencies could not be resolved: Could not transfer artifact com.btr:proxy-vole:jar:20131209 from/to smartbear-sweden-plugin-repository (http://www.soapui.org/repository/maven2/): Access denied to http://www.soapui.org/repository/maven2/com/btr/proxy-vole/20131209/proxy-vole-20131209.jar. Error code 403, Forbidden -> [Help 1]

Copying POM details also:

 

<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>5.1.0</version>
<configuration>
<projectFile>ComCastPro-soapui-project.xml</projectFile>
<outputFolder>target/surefire-reports</outputFolder>
<junitReport>true</junitReport>
<exportwAll>true</exportwAll>
<printReport>true</printReport>
<testFailIgnore>false</testFailIgnore>
</configuration>
</plugin>

No RepliesBe the first to reply