Skip to content

Commit 8e74127

Browse files
add maven tasks jar to repo, no external dep.
1 parent 850b436 commit 8e74127

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

maven/build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ limitations under the License.
4040
<!-- ******************************************************************* -->
4141
<!-- Setup the build for the the Maven fun. -->
4242
<!-- ******************************************************************* -->
43-
43+
<typedef onerror="report" resource="org/apache/maven/artifact/ant/antlib.xml" uri="antlib:org.apache.maven.artifact.ant">
44+
<classpath path="maven/maven-ant-tasks-2.1.3.jar"/>
45+
</typedef>
46+
4447
<target name="maven.init" depends="clean, jar, alljars" description="Init the maven fun">
4548

4649
<copy file="maven/maven-mongo-java-driver.xml" tofile="build/maven-mongo-java-driver.xml" filtering="true">

maven/maven-ant-tasks-2.1.3.jar

1.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)