mirror of https://github.com/apache/maven.git
fix ordering
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8cf50fbfae
commit
7eecaeadb8
|
@ -95,4 +95,12 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<!-- for reactor ordering -->
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue