Skip to content

Commit

Permalink
remove sakuli-api markdown generation from release build due to #255
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schneck committed Dec 15, 2017
1 parent 0bcec1a commit 1336599
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/docs-sakuli-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@
</properties>

<profiles>
<!--TODO TS integrate into AsciiDoc process-->
<!--TODO integrate into AsciiDoc process https://github.com/ConSol/sakuli/issues/255-->
<profile>
<id>generate-markdown</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
<!--false ase long #255 is not finished-->
<value>false</value>
</property>
</activation>
<build>
Expand Down

0 comments on commit 1336599

Please sign in to comment.