Browse Source

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 years ago
parent
commit
ab5fa11b2e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.xml

+ 2
- 2
build.xml View File

@@ -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…
Cancel
Save