added <project> root tag to help syntax highlighting

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1470121 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2013-04-20 07:27:35 +00:00
parent 0a4d198a47
commit d827052906
1 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,8 @@ Writing an Ant Maven Plugin
* Pom configuration * Pom configuration
+------------ +------------+
<project>
... ...
<dependencies> <dependencies>
<dependency> <dependency>
@ -59,7 +60,8 @@ Writing an Ant Maven Plugin
</plugins> </plugins>
</build> </build>
... ...
+------------ </project>
+------------+
* Files structure * Files structure