Skip to content

Commit

Permalink
Added last version of pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Massimiliano Drudi committed Jul 28, 2015
1 parent 059e16c commit 7f3bea8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<phase>install</phase>
<configuration>
<target>
<chmod dir="/application" includes="**/run" perm="755" />
<chmod dir="/application" includes="**/*.py" perm="755" />
<chmod file="/application/application.xml" perm="664"/>
</target>
</configuration>
Expand Down Expand Up @@ -164,6 +164,9 @@
<autoProvides>false</autoProvides>
<description>DCS Python base application</description>
<summary>DCS Python base application</summary>
<defineStatements>
<defineStatement>_unpackaged_files_terminate_build 0</defineStatement>
</defineStatements>
<executions>

<execution>
Expand Down Expand Up @@ -204,7 +207,7 @@
<source>
<location>${basedir}/src/main/app-resources</location>
<includes>
<include>**/run</include>
<include>**/*.py</include>
</includes>
</source>
</sources>
Expand Down

0 comments on commit 7f3bea8

Please sign in to comment.