jonathanlermitage / oga-maven-plugin

:jigsaw: Old GroupIds Alerter - A Maven plugin that checks for deprecated groupId+artifactId (e.g. did you know that graphql-spring-boot-starter moved from com.graphql-java to com.graphql-java-kickstart?).
https://central.sonatype.com/search?q=biz.lermitage.oga
MIT License
39 stars 7 forks source link

Adds properties to @Parameters to support system properties #25

Closed froque closed 3 years ago

froque commented 3 years ago

https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Generic_Configuration

this allows to run directly in the terminal without requiring to add the configuration to pom.xml:

$ mvn -q biz.lermitage.oga:oga-maven-plugin:1.4.1-SNAPSHOT:check -DfailOnError=false
jonathanlermitage commented 3 years ago

Thx!