Skip to content

Commit

Permalink
Add test parameter which caused exception to be swallowed
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 4, 2024
1 parent 4afad98 commit c541707
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -36,6 +36,7 @@ under the License.
<project implementation="org.apache.maven.plugins.pmd.stubs.InvalidFormatMavenProjectStub"/>
<outputDirectory>${basedir}/target/test/unit/invalid-format/target/site</outputDirectory>
<targetDirectory>${basedir}/target/test/unit/invalid-format/target</targetDirectory>
<localRepository>${localRepository}</localRepository>
<format>xhtml</format>
<linkXRef>false</linkXRef>
<xrefLocation>${basedir}/target/test/unit/invalid-format/target/site/xref</xrefLocation>
Expand Down

0 comments on commit c541707

Please sign in to comment.