Loading application/pom.xml +13 −12 Original line number Diff line number Diff line Loading @@ -190,11 +190,12 @@ <goal>run</goal> </goals> <configuration> <target> <tasks> <!-- Clean --> <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true"> <delete includeEmptyDirs="true" failonerror="false"> <fileset dir="${project.build.directory}/${brandingToken}-linux" followsymlinks="false"/> </delete> <echo message="BBB"/> <delete file="${project.build.directory}/${project.artifactId}-${project.version}-linux.tar.gz" failonerror="false"/> <!-- Create folders --> Loading Loading @@ -241,7 +242,7 @@ <arg value="${project.build.directory}"/> <arg value="${brandingToken}-linux"/> </exec> </target> </tasks> </configuration> </execution> </executions> Loading @@ -267,9 +268,9 @@ <goal>run</goal> </goals> <configuration> <target> <tasks> <!-- Clean --> <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true"> <delete includeEmptyDirs="true" failonerror="false"> <fileset dir="${project.build.directory}/${brandingToken}-win" followsymlinks="false"/> <fileset dir="${project.build.directory}/${fidentis.app.title}" followsymlinks="false"/> <fileset dir="${project.build.directory}/${project.artifactId}-${project.version}.zip" followsymlinks="false"/> Loading Loading @@ -316,7 +317,7 @@ <arg value="${brandingToken}-win"/> </exec> </target> </tasks> </configuration> </execution> </executions> Loading @@ -342,9 +343,9 @@ <goal>run</goal> </goals> <configuration> <target> <tasks> <!-- Clean --> <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true"> <delete includeEmptyDirs="true" failonerror="false"> <fileset dir="${project.build.directory}/${brandingToken}-win64" followsymlinks="false"/> <fileset dir="${project.build.directory}/${fidentis.app.title}" followsymlinks="false"/> <fileset dir="${project.build.directory}/${project.artifactId}-${project.version}.zip" followsymlinks="false"/> Loading Loading @@ -390,7 +391,7 @@ <arg value="win64-${project.artifactId}-${project.version}.zip"/> <arg value="${brandingToken}-win64"/> </exec> </target> </tasks> </configuration> </execution> </executions> Loading @@ -416,9 +417,9 @@ <goal>run</goal> </goals> <configuration> <target> <tasks> <!-- Clean --> <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true"> <delete includeEmptyDirs="true" failonerror="false"> <fileset dir="${project.build.directory}/${fidentis.appbundle.name}.app" followsymlinks="false"/> <fileset dir="${project.build.directory}/${fidentis.app.title}" followsymlinks="false"/> <fileset dir="${project.build.directory}/${project.artifactId}-${project.version}.dmg" followsymlinks="false"/> Loading Loading @@ -514,7 +515,7 @@ <arg value="ios-${project.artifactId}-${project.version}.dmg"/> <arg value="${project.build.directory}/${fidentis.app.title}"/> </exec> </target> </tasks> </configuration> </execution> </executions> Loading Loading
application/pom.xml +13 −12 Original line number Diff line number Diff line Loading @@ -190,11 +190,12 @@ <goal>run</goal> </goals> <configuration> <target> <tasks> <!-- Clean --> <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true"> <delete includeEmptyDirs="true" failonerror="false"> <fileset dir="${project.build.directory}/${brandingToken}-linux" followsymlinks="false"/> </delete> <echo message="BBB"/> <delete file="${project.build.directory}/${project.artifactId}-${project.version}-linux.tar.gz" failonerror="false"/> <!-- Create folders --> Loading Loading @@ -241,7 +242,7 @@ <arg value="${project.build.directory}"/> <arg value="${brandingToken}-linux"/> </exec> </target> </tasks> </configuration> </execution> </executions> Loading @@ -267,9 +268,9 @@ <goal>run</goal> </goals> <configuration> <target> <tasks> <!-- Clean --> <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true"> <delete includeEmptyDirs="true" failonerror="false"> <fileset dir="${project.build.directory}/${brandingToken}-win" followsymlinks="false"/> <fileset dir="${project.build.directory}/${fidentis.app.title}" followsymlinks="false"/> <fileset dir="${project.build.directory}/${project.artifactId}-${project.version}.zip" followsymlinks="false"/> Loading Loading @@ -316,7 +317,7 @@ <arg value="${brandingToken}-win"/> </exec> </target> </tasks> </configuration> </execution> </executions> Loading @@ -342,9 +343,9 @@ <goal>run</goal> </goals> <configuration> <target> <tasks> <!-- Clean --> <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true"> <delete includeEmptyDirs="true" failonerror="false"> <fileset dir="${project.build.directory}/${brandingToken}-win64" followsymlinks="false"/> <fileset dir="${project.build.directory}/${fidentis.app.title}" followsymlinks="false"/> <fileset dir="${project.build.directory}/${project.artifactId}-${project.version}.zip" followsymlinks="false"/> Loading Loading @@ -390,7 +391,7 @@ <arg value="win64-${project.artifactId}-${project.version}.zip"/> <arg value="${brandingToken}-win64"/> </exec> </target> </tasks> </configuration> </execution> </executions> Loading @@ -416,9 +417,9 @@ <goal>run</goal> </goals> <configuration> <target> <tasks> <!-- Clean --> <delete includeEmptyDirs="true" failonerror="false" removeNotFollowedSymlinks="true"> <delete includeEmptyDirs="true" failonerror="false"> <fileset dir="${project.build.directory}/${fidentis.appbundle.name}.app" followsymlinks="false"/> <fileset dir="${project.build.directory}/${fidentis.app.title}" followsymlinks="false"/> <fileset dir="${project.build.directory}/${project.artifactId}-${project.version}.dmg" followsymlinks="false"/> Loading Loading @@ -514,7 +515,7 @@ <arg value="ios-${project.artifactId}-${project.version}.dmg"/> <arg value="${project.build.directory}/${fidentis.app.title}"/> </exec> </target> </tasks> </configuration> </execution> </executions> Loading