Greetings, On Tue, May 22, 2012 at 6:15 PM, <[email protected]> wrote: > <get > > src="${artifactory-url}/libs-release-local/path/to/findbugs-filter.xml" > <get > > src="${artifactory-url}/libs-release-local/path/to/checkstyle.xml" > <get > src="${artifactory-url}/libs-release-local/path/to/pmd-ruleset.xml"
I prefer to use m-remote-resources-p:bundle for this kind of thing. So, you'd create a set of plain Maven modules, one for each of these resources, and bundle them up into a standard Maven artifact. Then, in your /project/build/plugins you'd m-remote-resources-p:process those bundles; where you listed those previously bundled projects as plugin dependencies. http://maven.apache.org/plugins/maven-remote-resources-plugin/ -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
