Преглед изворни кода

Patch from virtuald from #59643 - update the maven-install target to match current maven resource paths in dist

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746257 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_15_BETA2
Nick Burch пре 8 година
родитељ
комит
ab5fa11b2e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      build.xml

+ 2
- 2
build.xml Прегледај датотеку

@@ -1956,8 +1956,8 @@ under the License.
<attribute name="artifactId"/>

<sequential>
<mvn:install file="${dist.dir}/@{artifactId}-${version.id}-${DSTAMP}.jar">
<pom file="${dist.dir}/@{artifactId}-${version.id}.pom"/>
<mvn:install file="${dist.dir}/maven/@{artifactId}/@{artifactId}-${version.id}.jar">
<pom file="${dist.dir}/maven/@{artifactId}/@{artifactId}-${version.id}.pom"/>
</mvn:install>
</sequential>
</macrodef>

Loading…
Откажи
Сачувај