Skip to content
Snippets Groups Projects
Commit c65e5e7d authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

deb: war > folder.

parent a9d0f330
No related branches found
No related tags found
No related merge requests found
......@@ -589,9 +589,15 @@
<snapshotExpand>true</snapshotExpand>
<dataSet>
<data>
<type>file</type>
<src>${project.build.directory}/${project.build.finalName}.war</src>
<dst>/var/textgrid/webapps/${artifactId}.war</dst>
<type>directory</type>
<src>${project.build.directory}/${project.build.finalName}</src>
<mapper>
<type>perm</perm>
<prefix>/var/textgrid/webapps/${artifactId}</prefix>
<user>root</user>
<group>tomcat7</group>
<filemode>755</filemode>
</mapper>
</data>
</dataSet>
</configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment