Forum Discussion
dfuse
14 years agoOccasional Contributor
Since you are using the maven plugin, where does Eclipse enter the equation?
We added http://www.eviware.com/repository/maven2/ as a normal repository in our company's Nexus, and added
as a normal dependency (ie no plugin dependency). I prefer the use the junit runner instead of the maven plugin.
We don't use the m2eclipse plugin but generate our Eclipse projects with mvn eclipse:eclipse, works fine for the soapui dependencies.
We added http://www.eviware.com/repository/maven2/ as a normal repository in our company's Nexus, and added
<dependency>
<groupId>eviware</groupId>
<artifactId>maven-soapui-plugin</artifactId>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
as a normal dependency (ie no plugin dependency). I prefer the use the junit runner instead of the maven plugin.
We don't use the m2eclipse plugin but generate our Eclipse projects with mvn eclipse:eclipse, works fine for the soapui dependencies.