Skip to content

Commit

Permalink
LPS-166479 Limit for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Feb 8, 2023
1 parent 64451ca commit c890061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ This target has been renamed to "snapshot-bundle". Please call "snapshot-bundle"
<dirset
dir="${project.dir}/workspaces"
>
<include name="*-workspace" />
<include name="sample*-workspace" />
</dirset>
</path>
<sequential>
Expand All @@ -964,7 +964,7 @@ This target has been renamed to "snapshot-bundle". Please call "snapshot-bundle"

<local name="artifact.id" />

<property name="artifact.id" value="com.liferay.workspaces.${processed.dir.name}" />
<property name="artifact.id" value="com.liferay.${processed.dir.name}" />

<delete dir="${user.home}/.m2/repository/com/liferay/workspaces/${artifact.id}" />
<delete file="${project.dir}/dist/${artifact.id}.pom" />
Expand All @@ -979,7 +979,7 @@ This target has been renamed to "snapshot-bundle". Please call "snapshot-bundle"
/>
</zip>

<artifact:pom artifactId="${artifact.id}" groupId="com.liferay.workspaces" id="${artifact.id}.pom" packaging="zip" version="${tstamp.value}" />
<artifact:pom artifactId="${artifact.id}" groupId="com.liferay.workspace" id="${artifact.id}.pom" packaging="zip" version="${tstamp.value}" />

<artifact:writepom file="dist/${artifact.id}.pom" pomRefId="${artifact.id}.pom" />

Expand Down

0 comments on commit c890061

Please sign in to comment.