victims / victims-enforcer-legacy

A rule for the Maven enforcer plugin to check for vulnerable artifacts within a project.
GNU Affero General Public License v3.0
40 stars 16 forks source link

Override updates on command line #18

Closed rnc closed 10 years ago

rnc commented 10 years ago

Is it possible to override the updates value in the pom configuration on the command line other that changing the pom to use a property ? e.g. so I can do mvn -Dupdates=offline .....

gcmurphy commented 10 years ago

I guess we can override the pom.xml settings using system properties. I'll put this on my todo list.

gcmurphy commented 10 years ago

Fixed in victims-enforcer 1.3.3 release