forked from phoedos/pmd
javadoc: add offline links between the modules and pmd-core and pmd-test
This commit is contained in:
11
pom.xml
11
pom.xml
@ -279,6 +279,17 @@
|
|||||||
<quiet>true</quiet>
|
<quiet>true</quiet>
|
||||||
<doclint>none</doclint>
|
<doclint>none</doclint>
|
||||||
<detectOfflineLinks>false</detectOfflineLinks>
|
<detectOfflineLinks>false</detectOfflineLinks>
|
||||||
|
<offlineLinks>
|
||||||
|
<offlineLink>
|
||||||
|
<location>${project.basedir}/../pmd-test/target/apidocs</location>
|
||||||
|
<url>../../pmd-test/${project.version}</url>
|
||||||
|
</offlineLink>
|
||||||
|
<!-- core needs to be last, because the package "net.sourceforge.pmd.lang" is both in pmd-core and pmd-test -->
|
||||||
|
<offlineLink>
|
||||||
|
<location>${project.basedir}/../pmd-core/target/apidocs</location>
|
||||||
|
<url>../../pmd-core/${project.version}</url>
|
||||||
|
</offlineLink>
|
||||||
|
</offlineLinks>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Reference in New Issue
Block a user