jtanistra / spock

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

spock-maven 0.6-groovy-1.8-SNAPSHOT #226

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i use:
<pluginRepositories>
    <pluginRepository>
        <id>spock-snapshots</id>
        <url>http://m2repo.spockframework.org/snapshots</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </pluginRepository>
</pluginRepositories>

<plugin>
    <groupId>org.spockframework</groupId>
    <artifactId>spock-maven</artifactId>
    <version>0.6-groovy-1.8-SNAPSHOT</version>
</plugin>

"mvn validate" output:

[ERROR] Failed to parse plugin descriptor for 
org.spockframework:spock-maven:0.6-groovy-1.8-SNAPSHOT
No plugin descriptor found at META-INF/maven/plugin.xml

Original issue reported on code.google.com by wholegr...@gmail.com on 28 Jan 2012 at 6:55

GoogleCodeExporter commented 8 years ago
Thanks for noticing. Can you try with the latest snapshot?

Original comment by pnied...@gmail.com on 29 Jan 2012 at 3:42

GoogleCodeExporter commented 8 years ago
Thank you!
The latest snapshot works.

Original comment by wholegr...@gmail.com on 29 Jan 2012 at 6:40

GoogleCodeExporter commented 8 years ago

Original comment by pnied...@gmail.com on 29 Jan 2012 at 6:42