Skip to content

Commit 46b30bc

Browse files
README
1 parent f4bbb61 commit 46b30bc

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,23 @@ Usage
1111

1212
If you are using maven you can use this library by adding the following report to your pom.xml:
1313

14-
<dependency>
15-
<groupId>com.github.markusbernhardt</groupId>
16-
<artifactId>robotframework-selenium2library-java</artifactId>
17-
<version>1.2.0.13</version>
18-
<scope>test</scope>
19-
</dependency>
20-
14+
<project>
15+
...
16+
<plugin>
17+
<groupId>org.apache.maven.plugins</groupId>
18+
<artifactId>maven-javadoc-plugin</artifactId>
19+
<executions>
20+
<execution>
21+
<id>xml-doclet</id>
22+
<goals>
23+
<goal>javadoc</goal>
24+
</goals>
25+
</execution>
26+
</executions>
27+
</plugin>
28+
...
29+
</project>
30+
2131
If you cannot use the maven you can use the [jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/markusbernhardt/xml-doclet/1.0.1/xml-doclet-1.0.1-jar-with-dependencies.jar), which contains all required libraries.
2232

2333
javadoc -doclet com.github.markusbernhardt.xmldoclet.XmlDoclet \

0 commit comments

Comments
 (0)