Skip to content

Commit

Permalink
Pom generator was looking in the wrong directory for the ivy descriptor.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@418 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Mar 20, 2011
1 parent 2b5b762 commit 335df3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class XmlaOlap4jDriverVersion {

<!-- Override from subfloor so we generate a pom per module. -->
<target name="create-pom" depends="install-ivy,ivy.deliver">
<ivy:makepom ivyfile="${bin.dir}/ivy.xml" pomfile="${dist.dir}/pom.xml">
<ivy:makepom ivyfile="${dist.dir}/ivy.xml" pomfile="${dist.dir}/pom.xml">
<mapping conf="default" scope="compile" />
<mapping conf="test" scope="test" />
<mapping conf="codegen" scope="test" />
Expand Down

0 comments on commit 335df3b

Please sign in to comment.