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
This commit is contained in:
Nick Burch 2016-05-31 09:13:46 +00:00
parent 5be91c097c
commit af57e6f8bc

View File

@ -1956,8 +1956,8 @@ under the License.
<attribute name="artifactId"/> <attribute name="artifactId"/>
<sequential> <sequential>
<mvn:install file="${dist.dir}/@{artifactId}-${version.id}-${DSTAMP}.jar"> <mvn:install file="${dist.dir}/maven/@{artifactId}/@{artifactId}-${version.id}.jar">
<pom file="${dist.dir}/@{artifactId}-${version.id}.pom"/> <pom file="${dist.dir}/maven/@{artifactId}/@{artifactId}-${version.id}.pom"/>
</mvn:install> </mvn:install>
</sequential> </sequential>
</macrodef> </macrodef>