the <exclude> Tag in the <dependency> Tag is are not friendly,for example, i want to exclude all the dependency import by jaxen, I must look through the jaxen pom.xml,and find all the dependencies in that pom,and use <excludes> Tag, why cant I just use <exclude>*</exclude>, so it will exclude all the transitive dependency by jaxen?
2008/11/17 Geoffrey Wiseman <[EMAIL PROTECTED]> > 2008/11/17 sean.chen(陈思淼) <[EMAIL PROTECTED]> > > > So please use <option> Tag to exclude jaxen out the dependency tree, or, > it > > will be include in all the project which depend on dom4j. > > > > Totally agreed - only, I don't control that POM, so in the meantime, all > you > can do is 'exclude'. > > - Geoffrey > -- > Geoffrey Wiseman >
