We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47885d0 commit 4b6bc7aCopy full SHA for 4b6bc7a
README.md
@@ -10,7 +10,7 @@ Currently, this project produces writers for the following models:
10
- toolchains.xml
11
- maven-metadata.xml
12
13
-Examples
+Example
14
--------
15
16
To write changes to a Maven pom.xml, with formats/comments preserved:
@@ -42,3 +42,11 @@ To write changes to a Maven pom.xml, with formats/comments preserved:
42
IOUtil.close( writer );
43
}
44
45
+To use this code, you'll have to add the JDom dependency to your project's pom.xml:
46
+
47
+ <dependency>
48
+ <groupId>org.jdom</groupId>
49
+ <artifactId>jdom</artifactId>
50
+ <version>1.1</version>
51
+ </dependency>
52
0 commit comments