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 @@ ...@@ -589,9 +589,15 @@
<snapshotExpand>true</snapshotExpand> <snapshotExpand>true</snapshotExpand>
<dataSet> <dataSet>
<data> <data>
<type>file</type> <type>directory</type>
<src>${project.build.directory}/${project.build.finalName}.war</src> <src>${project.build.directory}/${project.build.finalName}</src>
<dst>/var/textgrid/webapps/${artifactId}.war</dst> <mapper>
<type>perm</perm>
<prefix>/var/textgrid/webapps/${artifactId}</prefix>
<user>root</user>
<group>tomcat7</group>
<filemode>755</filemode>
</mapper>
</data> </data>
</dataSet> </dataSet>
</configuration> </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