Skip to content

Commit

Permalink
Overrides a target in subfloor.xml to publish the olap4j-tck artifact…
Browse files Browse the repository at this point in the history
… as well.

Sets a numbered release in order to sync with Mondrian.

git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@388 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Dec 22, 2010
1 parent dc59642 commit bc18f65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# See also 'test.properties', which contains settings for the regression
# suite.

project.revision=0.9.9-SNAPSHOT
project.revision=0.9.9.388
project.revision.major=0
project.revision.minor=9090386
project.revision.minor=9090388
ivy.artifact.id=olap4j
ivy.artifact.group=org.olap4j
impl.title=olap4j
Expand Down
11 changes: 11 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,17 @@ META-INF/**" />
</if>
</target>

<!-- override from subfloor to publish tck as well -->
<target name="publish-nojar">
<antcall target="subfloor.publish-nojar"/>
<antcall target="maven-publish-sources">
<param name="publish.groupId" value="${ivy.artifact.group}" />
<param name="publish.artifactId" value="${ivy.artifact.id}" />
<param name="publish.version" value="${project.revision}" />
<param name="publish.file" value="${dist.dir}/${ivy.artifact.id}-${project.revision}-tck.jar" />
</antcall>
</target>

<target name="javadoc" depends="clean-stray-package-html">
<mkdir dir="${javadoc.dir}" />
<delete quiet="true" file="${javadoc.dir}/index.html" />
Expand Down

0 comments on commit bc18f65

Please sign in to comment.