Skip to content

Commit

Permalink
Set input dir from XML_INPUT_DIR system property
Browse files Browse the repository at this point in the history
  • Loading branch information
bobfoster committed Nov 2, 2014
1 parent 2038e58 commit d21070f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -19,7 +19,8 @@
<configuration>
<transformationSets>
<transformationSet>
<dir>src/main/xml</dir>
<!-- Required: export XML_INPUT_DIR="dirpath" -->
<dir>${env.XML_INPUT_DIR}</dir>
<stylesheet>wadl.xsl</stylesheet>
</transformationSet>
</transformationSets>
Expand Down

0 comments on commit d21070f

Please sign in to comment.