jtanistra / spock

Automatically exported from code.google.com/p/spock
0 stars 0 forks source link

Spock Maven Plugin doesn't work with Maven 3 #222

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Plugin org.spockframework:spock-maven:0.5-groovy-1.7 doesn't work with Maven 
3.0.3.

I get error on: 

mvn clean intall

...
[ERROR] Failed to execute goal 
org.spockframework:spock-maven:0.5-groovy-1.7:find-specs (default) on project 
simple-func-test: The Spock Maven plugin is not compatible with Maven 3. To use 
Spock with Maven 3, remove this plugin and make sure that your spec classes 
adhere to Surefire's naming conventions (e.g. '*Test'). You can also configure 
Surefire to support other naming conventions (e.g. '*Spec'). -> [Help 1]
...

I attached pom.xml.

Original issue reported on code.google.com by archis...@gmail.com on 30 Dec 2011 at 11:37

Attachments:

GoogleCodeExporter commented 8 years ago
This is expected. Please read the message carefully.

Original comment by pnied...@gmail.com on 30 Dec 2011 at 12:47

GoogleCodeExporter commented 8 years ago
 I'm sorry for this bug.

Original comment by archis...@gmail.com on 30 Dec 2011 at 4:47

GoogleCodeExporter commented 8 years ago
Is this issue already fixed?
I have the same issue using Maven 3.
Can someone help me?

Original comment by hokun...@gmail.com on 30 Nov 2012 at 2:32

GoogleCodeExporter commented 8 years ago
Maven 3 isn't supported, BUT YOU DON'T NEED THE PLUGIN. read the message.

Original comment by pnied...@gmail.com on 30 Nov 2012 at 7:10