Re: tool-maven-plugin bis

Michael Nash <[email protected]> Wed, 05 Oct 2005 05:55:33 -0400
Newsgroups gmane.comp.java.keel.devel
Organization JGlobal Limited
Message-ID <1128506133.15369.1554.camel@139-142-200-104>
Pierre:

Apparently that's the version that's referenced by a dependency, I had
the same thing happen! You can simply delete that dependency, but it
will come back next time you run MavenTool.

I fixed some bugs in MavenTool that were preventing it from getting all
transitive dependencies - unfortunately, that's "uncovered" some
dependencies that have problems! 

You can also add a property to the depdency that causes the mockobjects
jar to be included called <mavenToolSkip>true</mavenToolSkip> This
indicates that the recursion is to stop on that jar - e.g. it does not
check for further dependencies of that jar.

For that property to work, it's best to put the dependency that uses it
near the top of the project.xml (otherwise another dependency might
include the one you want to skip in *its* recursion)

Mike

On Wed, 2005-10-05 at 05:53, Raoul Pierre wrote:
> Mike,
> 
> Maven keel:maven put "${mockobjects_version}" as version of mockobjects 
> dependencies
> 
> Pierre
> 
> 
> http://keelframework.org/documentation.shtml
> Keelgroup mailing list
> [email protected]
> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com