Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Sep 4, 2020
1 parent ff479ac commit f6a787f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
</goals>
<configuration>
<target>
<echo message="fork: ${fork}"/>
<property name="translator.sources" value="${basedir}/translator-src"/>
<property name="translator.classes" value="${project.build.directory}/translator-classes"/>
<mkdir dir="${translator.classes}"/>
Expand Down Expand Up @@ -231,15 +232,16 @@
<rpm.java.dir>/usr/share/java</rpm.java.dir>
<rpm.javadoc.dir>/usr/share/javadoc</rpm.javadoc.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<property name="fork" value="false"/>
<fork>false</fork>
</properties>
<profiles>
<profile>
<id>Java 8</id>
<activation>
<jdk>1.8</jdk>
</activation>
<properties>
<property name="fork" value="true"/>
<fork>true</fork>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit f6a787f

Please sign in to comment.