MavenPlugin
MavenPlugin copied to clipboard
Maven plugin for using the Robot Framework
Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.6.3 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...
Bumps [org.apache.maven:maven-compat](https://github.com/apache/maven) from 3.6.3 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...
`[ WARN ] Command line option --xunitskipnoncritical has been deprecated and has no effect.` is logged currently to execution log.
Bumps [guava](https://github.com/google/guava) from 30.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...
Can you please suggest how to resolve this issue? Could not find artifact com.sun:tools:jar:6
We are using RF maven plugin in our project and we have quite a lot of java code in our maven project. Also a lot of SUT configuration profiles exists...
I have a Maven project that creates a Remote Robotframework Library using Java. I'm trying to generate documentation for the remote keywords using robotframework-maven-plugin's libdoc goal. The libraries are created...
Trying to use either the AngularJSLibrary or ExtendedSelenium2Libray by placing the folders beneath src/test/resources/libraries. The modules are never loaded when referenced. I've also tried adding a configuration section in the...
Hi, how can I set something like `${project.build.directory}/robotframework-reports*/output.xml` as input files for rebot in pom.xml? I believe that is not possible currently (1.6.0). Please add a parameter to set one...