You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by John Casey <jd...@ku.edu> on 2002/12/27 22:41:25 UTC

jarResource glob syntax

Sorry if this cross-posts, but I'm not sure the first one got through.

I can't seem to get glob includes/excludes to work in jarResources...

I'm trying to specify a set of interface implementations via the 
jar discovery mechanism (META-INF/services/<interface-name>) and include
these files in the jar file when the build takes place.  I have the
files created, but I can't seem to get the service specs included in the
jar file.  Does anyone know of a project I can look at to get an example
of this?

Thanks,
John