Skip to content

Commit 136e621

Browse files
committed
build: aggregate javadoc
1 parent 5a570d5 commit 136e621

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

parent/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,20 @@
129129
<doctitle>coatjavadocs</doctitle>
130130
<windowtitle>coatjavadocs</windowtitle>
131131
</configuration>
132+
<executions>
133+
<execution>
134+
<id>aggregate</id>
135+
<goals>
136+
<goal>aggregate</goal>
137+
</goals>
138+
<configuration>
139+
<reportOutputDirectory>${user.dir}/docs/test_aggregate</reportOutputDirectory>
140+
<destDir>javadoc</destDir>
141+
</configuration>
142+
</execution>
143+
</executions>
132144
</plugin>
133-
145+
134146
<plugin>
135147
<groupId>org.apache.maven.plugins</groupId>
136148
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)