Skip to content

Commit 77adc47

Browse files
authored
[MJAVADOC-642] Make offline mode configurable (#238)
Turns out that `mvn deploy` and `mvn clean deploy` do different things with settings. Explicitly add settings to the test-javadoc-test-plugin config, otherwise it throws a NPE when running `mvn deploy`.
1 parent 24362d2 commit 77adc47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/resources/unit/test-javadoc-test/test-javadoc-test-plugin-config.xml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ under the License.
5555
<reactorProjects>
5656
<project implementation="org.apache.maven.plugins.javadoc.stubs.TestJavadocMavenProjectStub"/>
5757
</reactorProjects>
58+
<settings implementation="org.apache.maven.settings.Settings"/>
5859
</configuration>
5960
</plugin>
6061
</plugins>

0 commit comments

Comments
 (0)