osundblad / intellij-annotations-instrumenter-maven-plugin

IntelliJ IDEA annotations instrumenter maven plugin
Other
38 stars 11 forks source link

Turn off instrumentation #6

Closed osundblad closed 7 years ago

osundblad commented 8 years ago

Turn off instrumentation with an environment variable or a maven property. This is useful when you want to have the instrumentation in the main build configuration, but not in a specific maven profile, for example, when running static code analysis (eg Sonar).

atorstling commented 7 years ago

Aren't you done with this one? :)

osundblad commented 7 years ago

Jo det är jag, den är väl till och med dokumenterad i readme filen. Är inte så duktig på admin... Hur står det till med er då? Vi borde träffas igen. God fortsättning /Olle

On Jan 2, 2017 12:56, "Alexander Torstling" notifications@github.com wrote:

Aren't you done with this one? :)

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/osundblad/intellij-annotations-instrumenter-maven-plugin/issues/6#issuecomment-269963373, or mute the thread https://github.com/notifications/unsubscribe-auth/ABFe27QPnMIFeYAwXWbEvWXBB_8Icv_-ks5rOOX9gaJpZM4KVDj1 .

osundblad commented 7 years ago

Solved by the parameter se.eris.notnull.instrument which can be true or false (default).