Skip to content

Commit 340742b

Browse files
committed
QFJ-914: Generate and package javadoc for release build (#128)
- re-enabled generation of javadoc for FIX field and message classes - if you do not want this, then -Dmaven.javadoc.skip=true is your friend :) (cherry picked from commit cf1b0b2) Conflicts: quickfixj-core/pom.xml
1 parent 02dd26b commit 340742b

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-javadoc-plugin</artifactId>
157157
<version>${maven-javadoc-plugin-version}</version>
158-
<configuration>
159-
<excludePackageNames>quickfix.fix*</excludePackageNames>
160-
</configuration>
161158
<executions>
162159
<execution>
163160
<id>attach-javadocs</id>

quickfixj-core/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,6 @@
394394
<showSuccess>true</showSuccess>
395395
</configuration>
396396
</plugin>
397-
<plugin>
398-
<artifactId>maven-javadoc-plugin</artifactId>
399-
<version>${maven-javadoc-plugin-version}</version>
400-
</plugin>
401397
<plugin>
402398
<artifactId>maven-jxr-plugin</artifactId>
403399
<version>2.5</version>

quickfixj-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<!-- don't use custom stylesheet since it just breaks all style -->
152152
<!--<stylesheetfile>${project.parent.basedir}/quickfixj-core/src/main/doc/javadoc.css</stylesheetfile>-->
153153
<show>protected</show>
154-
<maxmemory>1536m</maxmemory>
154+
<maxmemory>2g</maxmemory>
155155
<breakiterator>true</breakiterator>
156156
</configuration>
157157
</execution>

0 commit comments

Comments
 (0)