瀏覽代碼

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 4 月之前
父節點
當前提交
4d884aac75
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      pom.xml

+ 5
- 0
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>

Loading…
取消
儲存