]> source.dussan.org Git - poi.git/commitdiff
Patch from virtuald from #59643 - update the maven-install target to match current...
authorNick Burch <nick@apache.org>
Tue, 31 May 2016 09:13:46 +0000 (09:13 +0000)
committerNick Burch <nick@apache.org>
Tue, 31 May 2016 09:13:46 +0000 (09:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746257 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index aaacd652af5d7d28dbb071f5d5ba515464575c64..cf4e2582dcdcadad06e75c98a4ce1a323736e38d 100644 (file)
--- a/build.xml
+++ b/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>