Skip to content

Instantly share code, notes, and snippets.

@mjbradford89
Created April 24, 2015 19:04
Show Gist options
  • Save mjbradford89/74c9fe22acd3bedfdb77 to your computer and use it in GitHub Desktop.
Save mjbradford89/74c9fe22acd3bedfdb77 to your computer and use it in GitHub Desktop.
deploy-static-files
<target name="deploy-static-files">
<delete file="${liferay.home}/osgi/portal/${plugin.name}.${plugin.packaging}" />
<delete file="${liferay.home}/osgi/portal/${plugin.name}-wsdd.jar" />
<delete dir="classes" />
<delete dir="docroot/WEB-INF/classes" />
<delete file="ivy.xml.MD5" />
<deploy
module.dir="${basedir}"
/>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment