War plugin and eclipse linked resource

I use eclipse linked resource to avoid duplication in multi projects

eclipse {

project {

linkedResource name: ‘WebContent/WEB-INF/tld’, type: ‘2’, location: ‘WORKSPACE_LOC/Application/WebContent/WEB-INF/tld’

linkedResource name: ‘WebContent/resource/lib’, type: ‘2’, location: ‘WORKSPACE_LOC/Application/WebContent/resource/lib’

}

}

this work well on eclipse.

But I use war plugin and war plugin ignore linked resource. War did not contains any linked resource.

Some solution please.