Skip to content

Commit

Permalink
[MJAVADOC-642] Make offline mode configurable (#238)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
hgschmie committed Sep 12, 2023
1 parent 24362d2 commit 77adc47
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -55,6 +55,7 @@ under the License.
<reactorProjects>
<project implementation="org.apache.maven.plugins.javadoc.stubs.TestJavadocMavenProjectStub"/>
</reactorProjects>
<settings implementation="org.apache.maven.settings.Settings"/>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 77adc47

Please sign in to comment.