kamon-io / sbt-aspectj-runner

sbt plugin for running aspectj weaver
Other
34 stars 16 forks source link

simpler plugin, hooking straight into the run task. #10

Closed ivantopo closed 7 years ago

ivantopo commented 7 years ago

I stripped down the plugin to the bare minimum that provides the functionality we want: be able to run applications with the AspectJ Weaver by default.

The RunWithAspectJ is mostly taken from SBT and tries to keep all functionality that was already there (although, I don't understand much of the reasoning behind those parts of SBT).