File tree Expand file tree Collapse file tree
src/main/java/org/robotframework/mavenplugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <groupId >org.robotframework</groupId >
88 <artifactId >robotframework-maven-plugin</artifactId >
99 <packaging >maven-plugin</packaging >
10- <version >1.8.0-SNAPSHOT </version >
10+ <version >1.8.0</version >
1111 <name >Robot Framework Maven Plugin</name >
1212 <description >
1313 Maven plugin for the Robot Framework.
144144 <placement >a</placement >
145145 <head >Phase:</head >
146146 </tag >
147- <tag >
148- <name >threadSafe</name >
149- <placement >a</placement >
150- <head >Thread Safe:</head >
151- </tag >
152147 <tag >
153148 <name >requiresDependencyResolution</name >
154149 <placement >a</placement >
155150 <head >Requires Dependency Resolution:</head >
156151 </tag >
157152 <tag >
158- <name >requiresProject </name >
153+ <name >parameter </name >
159154 <placement >a</placement >
160- <head >Requires Project :</head >
155+ <head >Parameter :</head >
161156 </tag >
162157 </tags >
163158 </configuration >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public abstract class AbstractMojoWithLoadedClasspath
6262 * </ul>
6363 *
6464 * Example:
65- * <pre><![CDATA[ <externalRunner>
65+ * <pre>{@code <externalRunner>
6666 * <environmentVariables>
6767 * <foo>bar</foo>
6868 * <CLASSPATH>this-should-be-seen-by-external-process.jar</CLASSPATH>
@@ -75,8 +75,7 @@ public abstract class AbstractMojoWithLoadedClasspath
7575 * <excludeDependencies>true</excludeDependencies>
7676 * <runnerClass>org.robotframework.RobotFramework</runnerClass>
7777 * <runWithPython>false</runWithPython>
78- * </externalRunner>]]></pre>
79- *
78+ * </externalRunner>}</pre>
8079 * @parameter
8180 */
8281 protected ExternalRunnerConfiguration externalRunner ;
Original file line number Diff line number Diff line change 2929
3030/**
3131 * Create documentation of test suites using the Robot Framework <code>testdoc</code> tool.
32- * <p></p >
32+ * <br >
3333 * Uses the <code>testdoc</code> bundled in Robot Framework jar distribution. For more help see
3434 * <a href="http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#test-data-documentation-tool-testdoc">testdoc documentation</a>.
3535 *
You can’t perform that action at this time.
0 commit comments