Closed kaydeeH closed 7 years ago
The <pluginManagement>
section doesn't cause execution, in the same way as <dependencyManagement>
doesn't add a dependency. It defines configuration to be applied when the plugin is declared.
You need to specify <plugins>
section.
That fixed it, thank you! Definitely not a Maven expert here and I inherited this pom file, so... Anyways, thank you!!
I never see the plugin kick off, or throw an error, and no IT files are generated (in fact the folders for them aren't even generated). I feel like it's a POM config issue, but I don't know. I'm on Mac Sierra and IntelliJ IDEA 2017.2.5. I currently have one feature file in the features folder and I've eliminated all tags and extraneous characters. Here's my pom file as it stands now... What should I be running to get the plugin to start? I've been beating my head against this for hours and I've not once, even after dramatically simplifying the contents of my project, seen an IT class file or even a cucumber folder get created, nor one single error from the plugin. I've tried both surefire and failsafe, but I don't think I'm even getting to where they matter. It's like the cucumber-jvm-parallel-plugin isn't even running. Any help would be greatly appreciated!
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">