mirror of https://github.com/apache/maven.git
o Made test more interesting
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@756972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae7807628f
commit
cdf874b056
|
@ -1129,7 +1129,7 @@ public class PomConstructionTest
|
|||
assertEquals( "excluded-build-plugin-dep",
|
||||
pom.getValue( "build/plugins[1]/dependencies[1]/exclusions[1]/artifactId" ) );
|
||||
|
||||
assertEquals( Boolean.FALSE, pom.getValue( "reporting/excludeDefaults" ) );
|
||||
assertEquals( Boolean.TRUE, pom.getValue( "reporting/excludeDefaults" ) );
|
||||
assertPathSuffixEquals( "docs", pom.getValue( "reporting/outputDirectory" ) );
|
||||
|
||||
assertEquals( 1, ( (List<?>) pom.getValue( "reporting/plugins" ) ).size() );
|
||||
|
|
|
@ -277,7 +277,7 @@ under the License.
|
|||
</build>
|
||||
|
||||
<reporting>
|
||||
<excludeDefaults>false</excludeDefaults>
|
||||
<excludeDefaults>true</excludeDefaults>
|
||||
<outputDirectory>docs</outputDirectory>
|
||||
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue