Skip to content

Commit

Permalink
refactor: Removes maven-easyb-plugin, is not used, or correct me if I'm
Browse files Browse the repository at this point in the history
wrong.
  • Loading branch information
verhagen committed Oct 7, 2015
1 parent 1381ebd commit 666e9dc
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions serenity-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,29 +82,6 @@
<artifactId>maven-thucydides-plugin</artifactId>
<version>0.8.0</version>
</plugin>
<plugin>
<groupId>org.easyb</groupId>
<artifactId>maven-easyb-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
<configuration>
<storyType>html</storyType>
<storyReport>${project.build.directory}/net.thucydides.easyb/stories.html</storyReport>
</configuration>
<dependencies>
<dependency>
<groupId>org.easyb</groupId>
<artifactId>easyb-core</artifactId>
<version>1.5</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 666e9dc

Please sign in to comment.