mirror of https://github.com/apache/activemq.git
AMQ-9074: use -noindex to remove various .js files, disable html source listings for javadoc
(cherry picked from commit 52574a794a
)
This commit is contained in:
parent
cad3839fe1
commit
aad85e2c4a
|
@ -106,9 +106,9 @@
|
|||
<link>http://junit.sourceforge.net/javadoc/</link>
|
||||
</links>
|
||||
<stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile>
|
||||
<linksource>true</linksource>
|
||||
<maxmemory>256m</maxmemory>
|
||||
<source>${source-version}</source>
|
||||
<noindex>true</noindex>
|
||||
<groups>
|
||||
<group>
|
||||
<title>JMS Client</title>
|
||||
|
|
|
@ -103,9 +103,9 @@
|
|||
<link>http://junit.sourceforge.net/javadoc/</link>
|
||||
</links>
|
||||
<stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile>
|
||||
<linksource>true</linksource>
|
||||
<maxmemory>256m</maxmemory>
|
||||
<source>${source-version}</source>
|
||||
<noindex>true</noindex>
|
||||
<groups>
|
||||
<group>
|
||||
<title>JMS Client</title>
|
||||
|
|
|
@ -323,9 +323,9 @@
|
|||
<link>http://junit.sourceforge.net/javadoc/</link>
|
||||
</links>
|
||||
<stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile>
|
||||
<linksource>true</linksource>
|
||||
<maxmemory>256m</maxmemory>
|
||||
<source>${source-version}</source>
|
||||
<noindex>true</noindex>
|
||||
<groups>
|
||||
<group>
|
||||
<title>JMS Client</title>
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -1461,9 +1461,9 @@
|
|||
<link>http://logging.apache.org/log4j/docs/api/</link>
|
||||
</links>
|
||||
<stylesheetfile>${basedir}/../etc/css/stylesheet.css</stylesheetfile>
|
||||
<linksource>true</linksource>
|
||||
<maxmemory>2048m</maxmemory>
|
||||
<source>${source-version}</source>
|
||||
<noindex>true</noindex>
|
||||
<additionalJOption>-J-Xmx2048m</additionalJOption>
|
||||
<!-- necessary for now under the javadocs can be fixed because jdk8 is much stricter -->
|
||||
<additionalJOption>${javadoc.options}</additionalJOption>
|
||||
|
@ -1592,6 +1592,9 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<noindex>true</noindex>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-javadocs</id>
|
||||
|
|
Loading…
Reference in New Issue