Skip to content

Instantly share code, notes, and snippets.

@sbilo
Last active August 29, 2015 14:03
Show Gist options
  • Save sbilo/8482ba19f73cbb07f775 to your computer and use it in GitHub Desktop.
Save sbilo/8482ba19f73cbb07f775 to your computer and use it in GitHub Desktop.
portal-build-info-builder.xml
<?xml version="1.0"?>
<project name="portal-build-info-builder" basedir="." default="build-buildinfo"
xmlns:antelope="antlib:ise.antelope.tasks"
xmlns:artifact="antlib:org.apache.maven.artifact.ant"
>
<property name="test.properties" value="portal-test.properties" />
<import file="../build-common-java.xml" />
<target name="build-buildinfo">
<java
classname="com.liferay.portal.tools.BuildInfoBuilder"
classpathref="project.classpath"
fork="true"
newenvironment="true"
>
<jvmarg value="-Dexternal-properties=com/liferay/portal/tools/dependencies/portal-tools.properties" />
</java>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment