Skip to content

Commit

Permalink
clean up of unneeded stuff in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
misfir3 committed Jun 23, 2017
1 parent ccb4e38 commit 3ec5b87
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions webgoat-lessons/idor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,4 @@
<version>8.0-SNAPSHOT</version>
</parent>

<build>
<plugins>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.3</version>

<executions>
<execution>
<id>output-html</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<backend>html</backend>
<sourceDirectory>src/main/resources/lessonPlans/en/</sourceDirectory>
</configuration>
</execution>

</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 3ec5b87

Please sign in to comment.