Skip to content

Commit

Permalink
Updated site generation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlau committed Jul 6, 2013
1 parent 00ef5bc commit 31cb556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven-dependency-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>${maven-jxr-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-linkcheck-plugin</artifactId>
Expand Down Expand Up @@ -1026,7 +1021,6 @@
<!-- Reporting versions -->
<maven-changelog-plugin.version>2.2</maven-changelog-plugin.version>
<maven-dependency-plugin.version>2.8</maven-dependency-plugin.version>
<maven-jxr-plugin.version>2.3</maven-jxr-plugin.version>
<maven-linkcheck-plugin.version>1.1</maven-linkcheck-plugin.version>
<maven-project-info-reports-plugin.version>2.7</maven-project-info-reports-plugin.version>
<maven-surefire-report-plugin.version>2.15</maven-surefire-report-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion src/test/kotlin/io/fixture/feature/FixtureFeatureIT.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.junit.Ignore
[RunWith(javaClass<Cucumber>())]
[Cucumber.Options(
format = array(
"junit:target/failsafe-reports/TEST-io.fixture.feature.FixtureFeatureIT-Cucumber.xml",
// "junit:target/failsafe-reports/TEST-io.fixture.feature.FixtureFeatureIT-Cucumber.xml",
"html:target/cucumber"
// TODO Reenable when cucumber > 1.1.3
// "pretty"
Expand Down

0 comments on commit 31cb556

Please sign in to comment.