> During mvn release:perform -DdryRun=true I would expect a "you still have > snapshot dependencies" message from the plugin - but that doesnt happen.
> The "soapui" (root) pom.xml has 2 submodules: > > <version>0.4-SNAPSHOT</version> > > <modules> > <module>soapui-extension</module> > <module>soapui-parent</module> > </modules> > > the "soapui-parent" pom.xml has the following dependency: > > <dependency> > <groupId>com.gide.gdcams.test.soapui</groupId> > <artifactId>soapui-extension</artifactId> > <version>0.4-SNAPSHOT</version> > </dependency> It looks strange to me that your 'parent' has a dependency on the 'extension' when these are the only two modules you have. I would expect that the dependency would be in the opposite direction. Are you sure you aren't looking at a dependencyManagement section in the parent? Zac --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
