Forum Discussion
Dheepha
13 years agoContributor
Thanks for your reply.
As you suggested I did changes in the pom.xml and added the plugin repositories such a way that maven to download all the dependencies and i have not given anything in the settings.xml other than the structure.
Now its working fine.
I have added the following in my pom.xml
<pluginRepositories>
<pluginRepository>
<id>eviwarePluginRepository</id>
<url>http://www.soapui.org/repository/maven2/</url>
</pluginRepository>
<pluginRepository>
<id>eviwarePluginRepository</id>
<url>http://mvnrepository.com/artifact/</url>
</pluginRepository>
</pluginRepositories>
As you suggested I did changes in the pom.xml and added the plugin repositories such a way that maven to download all the dependencies and i have not given anything in the settings.xml other than the structure.
Now its working fine.
I have added the following in my pom.xml
<pluginRepositories>
<pluginRepository>
<id>eviwarePluginRepository</id>
<url>http://www.soapui.org/repository/maven2/</url>
</pluginRepository>
<pluginRepository>
<id>eviwarePluginRepository</id>
<url>http://mvnrepository.com/artifact/</url>
</pluginRepository>
</pluginRepositories>