Skip to content

Commit

Permalink
Adjust for mvn+gradle compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Apr 7, 2021
1 parent e64c005 commit 51c0315
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -13,6 +13,7 @@
<faust.diplo.server>false</faust.diplo.server> <!-- Run only the web server, don't actually convert -->
<faust.diplo.port>0</faust.diplo.port> <!-- Specify port for server, default to auto -->
<faust.diplo.debug>false</faust.diplo.debug> <!-- Debug phantomjs, produces massive output -->
<faust.diplo.target>${project.build.directory}</faust.diplo.target>
<existAppName>faust-dev</existAppName>
</properties>

Expand Down Expand Up @@ -126,6 +127,8 @@


<build>
<directory>${project.basedir}/build</directory>

<defaultGoal>package</defaultGoal>

<extensions>
Expand Down Expand Up @@ -354,6 +357,7 @@
<argument>-Dfaust.diplo.server=${faust.diplo.server}</argument>
<argument>-Dfaust.diplo.port=${faust.diplo.port}</argument>
<argument>-Dfaust.diplo.debug=${faust.diplo.debug}</argument>
<argument>-Dfaust.diplo.target=${faust.diplo.target}</argument>
<argument>net.faustedition.gen.DiplomaticConversion</argument>
</arguments>
</configuration>
Expand Down
5 changes: 5 additions & 0 deletions src/main/xproc-config/paths.xml
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns="http://www.faustedition.net/ns">
<source>${project.basedir}/data/xml/</source>
<builddir>${project.build.directory}</builddir>
</configuration>
1 change: 1 addition & 0 deletions target

0 comments on commit 51c0315

Please sign in to comment.