aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e8dd18e45..823f65ccd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,11 @@
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
+ <site>
+ <id>aspectj-site-local</id>
+ <!-- Use mvn site:deploy from root directory to create multi-module Maven site there -->
+ <url>file://${user.dir}/aj-build/dist/site</url>
+ </site>
</distributionManagement>
<repositories>