aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjtools
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjtools')
-rw-r--r--aspectjtools/pom.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml
index 763122880..dd16458ae 100644
--- a/aspectjtools/pom.xml
+++ b/aspectjtools/pom.xml
@@ -236,11 +236,16 @@
-->
<skip>${maven.javadoc.skip}</skip>
<verbose>true</verbose>
- <!-- TODO: Include 'aj' package for ASM-renamed contained in aspectjtools? -->
- <fileset>
- <directory>${project.build.directory}/${project.build.finalName}-sources.jar/org/aspectj</directory>
- <outputDirectory>${project.build.directory}/unpacked-sources/org/aspectj</outputDirectory>
- </fileset>
+ <filesets>
+ <fileset>
+ <directory>${project.build.directory}/${project.build.finalName}-sources.jar/org/aspectj</directory>
+ <outputDirectory>${project.build.directory}/unpacked-sources/org/aspectj</outputDirectory>
+ </fileset>
+ <fileset>
+ <directory>${project.build.directory}/${project.build.finalName}-sources.jar/aj</directory>
+ <outputDirectory>${project.build.directory}/unpacked-sources/aj</outputDirectory>
+ </fileset>
+ </filesets>
</configuration>
</execution>
</executions>