aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-16 10:22:45 +0100
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-16 10:22:45 +0100
commitbc0c1c07879cf98ce628576f8a0c6ca249e78836 (patch)
tree3a4418c0e1bee661f4884fda7f796e1dfa2b1ddf /docs
parentdb9aa89125d2a6e102180e1e30e3a51737625b8b (diff)
downloadaspectj-bc0c1c07879cf98ce628576f8a0c6ca249e78836.tar.gz
aspectj-bc0c1c07879cf98ce628576f8a0c6ca249e78836.zip
Asciidoctor: Do not copy target/** to aj-build/dist
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r--docs/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pom.xml b/docs/pom.xml
index b69a68108..a9d821970 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -155,6 +155,7 @@
<exclude>developer/traces/**</exclude>
<exclude>install/**</exclude>
<exclude>sandbox/**</exclude>
+ <exclude>target/**</exclude>
<exclude>teaching/**</exclude>
<exclude>test/**</exclude>
</excludes>