Hi, I have got the maven rpm plugin (http://mojo.codehaus.org/rpm-maven-plugin) to work when I do a mvn rpm:rpm.
I wanted to invoke this goal as part of the "install" phase. However if the host machine is a windows OS then the plugin execution should skip (since otherwise it would fail). Is there a way of achieving this directly with the maven rpm plugin? Else what are the alternatives like? -- Regards, Kannan Ekanath
