私はかなりストレートフォワードコンパイラプラグイン構成を持っています:
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<compilerId>aspectj</compilerId>
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-aspectj</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<version>1.7.1</version>
</dependency>
</dependencies>
</plugin>
しかし、aspectj-pluginsのaspectLibrary構成オプションと同等のものを設定する方法がわかりません。そのようなものは存在しますか?