On 9 September 2015 at 09:30, Dan Tran <dant...@gmail.com> wrote:

> Hi Barrie,
>
> That would work.  On caveat, I have to instruct my user to edit their own
> settings.xml.  Would be nice if I can just pass in -fp xxx from command
> line


Are they truly always on?

Then you can jam them in your pom.xml

http://maven.apache.org/pom.html#Properties

  <properties>
    <rat.skip>true</rat.skip>
  </properties>

Reply via email to