Browse Source

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>
tags/V1_9_21_1
Alexander Kriegisch 3 months ago
parent
commit
4d884aac75
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      pom.xml

+ 5
- 0
pom.xml View File

@@ -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>

Loading…
Cancel
Save