mirror of https://github.com/apache/maven.git
PR: MNG-677
default output directory should be set in reporting git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67276fab81
commit
c5d1b378f2
|
@ -47,6 +47,10 @@
|
|||
</testResources>
|
||||
</build>
|
||||
|
||||
<reporting>
|
||||
<outputDirectory>target/site</outputDirectory>
|
||||
</reporting>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>release-profile</id>
|
||||
|
|
Loading…
Reference in New Issue