I think nobody will accept a modified classworlds binary in his public
repo, but there are other ways to distribute it inside a Maven
project, for example by using an internal repo inside the own project.
Just add this to the POM repositories section:
<repository>
<id>local-project-repo</id>
<url>file:${basedir}/lib/repository</url>
</repository>
Then create a repository structure at root project folder, i.e. for
classworlds-mod version 1.0:
lib/repository/classworlds/classworlds/1.0-mod/classworlds-1.0-mod.jar
lib/repository/classworlds/classworlds/1.0-mod/classworlds-1.0-mod.pom
I hope thar helps.
Antonio.
2012/1/6 Ralf <r.bi...@googlemail.com>:
--
Antonio Manuel Muñiz Martín
Software Developer at klicap - ingeniería del puzle
work phone + 34 954 894 322
www.klicap.es | blog.klicap.es
2012/1/11 Rick Herrick <rher...@gmail.com>:
> We've just added it to our repo as version 1.0-mod. That's clearly
> distinguished from the standard classworlds distribution, so I don't really
> see any problem with that.
--