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
|
* 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue