Is there a Maven plugin to fetch an rpm
问题 As part of my current procedure, I have to do a Linux package fetch, followed by a Maven build. Is there a Maven plugin to fetch a Linux package ( rpm -i xxx or apt-get install xxx )? maven-exec-plugin enables this. but is there a more specialized plugin that wraps data on top? Note : - maven-rpm-plugin and maven-apt-plugin seem to allow you to create rpm packages, not to fetch them 来源: https://stackoverflow.com/questions/18554908/is-there-a-maven-plugin-to-fetch-an-rpm