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:
Brett Leslie Porter 2005-10-11 16:41:19 +00:00
parent 8cf50fbfae
commit 7eecaeadb8
1 changed files with 8 additions and 0 deletions

View File

@ -95,4 +95,12 @@
<scope>test</scope>
</dependency>
</dependencies>
<!-- for reactor ordering -->
<build>
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>