Skip to content

Commit

Permalink
Made apparatus auto-run
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jan 11, 2018
1 parent 44650a7 commit 945c9c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -469,6 +469,15 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>app2xml</id>
<goals><goal>exec</goal></goals>
<phase>generate-sources</phase>
<configuration>
<executable>src/main/xproc/text/app2xml.py</executable>
<workingDirectory>src/main/xproc/text</workingDirectory>
</configuration>
</execution>
<execution>
<id>xproc</id>
<goals><goal>java</goal></goals>
Expand Down
2 changes: 1 addition & 1 deletion src/main/xproc

0 comments on commit 945c9c0

Please sign in to comment.