Hi

I wish to copy some non-versioned jars (excluding the versioned ones)
to a some location and this is what I'm trying and it's not working.

<copy  todir="${maven.application.lib}">
        <fileset dir="${maven.repo.local}/${pom.name}/jars" include="*.jar"
exclude="*${pom.currentVersion}.jar"/>
</copy>

Eg if I have Support.jar and Support-1.1.jar  , then Support-1.1.jar 
must be excluded(i.e not copied) .Right now Support.jar and
Support-1.1.jar are both copied to the destination directory.

jeff Mutonho

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to