We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a570d5 commit 136e621Copy full SHA for 136e621
1 file changed
parent/pom.xml
@@ -129,8 +129,20 @@
129
<doctitle>coatjavadocs</doctitle>
130
<windowtitle>coatjavadocs</windowtitle>
131
</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>
144
</plugin>
-
145
+
146
<plugin>
147
<groupId>org.apache.maven.plugins</groupId>
148
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments