aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 12:56:27 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 10:09:11 +0100
commit4d884aac75b99f92c201b14fd4b4879a0fabc597 (patch)
treee77e696f6bfba2d3eafc71bb97f1c88884be1944
parentcbe376dab2172f70c0b3650297e416c8a89d04a8 (diff)
downloadaspectj-4d884aac75b99f92c201b14fd4b4879a0fabc597.tar.gz
aspectj-4d884aac75b99f92c201b14fd4b4879a0fabc597.zip
Add local Maven site to 'distributionManagement'
If we ever decide to add Maven site docs to the AspectJ website, now we can deploy them locally using 'mvn site:deploy' and publish them on a web server or even incorporate them into the binary distribution in the installer's belly. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-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>