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-ffa450edef68master
parent
0a4d198a47
commit
d827052906
|
|
@ -32,7 +32,8 @@ Writing an Ant Maven Plugin
|
|||
|
||||
* Pom configuration
|
||||
|
||||
+------------
|
||||
+------------+
|
||||
<project>
|
||||
...
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
@ -59,7 +60,8 @@ Writing an Ant Maven Plugin
|
|||
</plugins>
|
||||
</build>
|
||||
...
|
||||
+------------
|
||||
</project>
|
||||
+------------+
|
||||
|
||||
* Files structure
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue