diff options
author | Andy Clement <aclement@pivotal.io> | 2020-07-17 17:29:08 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2020-07-17 17:29:08 -0700 |
commit | 199aaba33af3874bc5b27a7af2ac60a2dadbeab2 (patch) | |
tree | ecb845c3ef2be6584193cad18761f3e7355fb9c8 /pom.xml | |
parent | 4f6619ca4b0a5c0b86bd0024fc618c5303567b38 (diff) | |
download | aspectj-199aaba33af3874bc5b27a7af2ac60a2dadbeab2.tar.gz aspectj-199aaba33af3874bc5b27a7af2ac60a2dadbeab2.zip |
Update ASM and fix packaging for matcher artifact
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ <module>aspectjrt</module> <module>aspectjweaver</module> <module>aspectjtools</module> + <module>aspectjmatcher</module> <!-- build the java -jar'able installer --> <module>installer</module> |