Skip to content

Commit 16425cc

Browse files
committed
Release 1.8.0
1 parent 11c4cfe commit 16425cc

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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.
@@ -144,20 +144,15 @@
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>

src/main/java/org/robotframework/mavenplugin/AbstractMojoWithLoadedClasspath.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

src/main/java/org/robotframework/mavenplugin/TestDocMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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
*

0 commit comments

Comments
 (0)