Skip to content

Instantly share code, notes, and snippets.

@ProfAvery
Last active December 25, 2015 02:29
Show Gist options
  • Save ProfAvery/6902811 to your computer and use it in GitHub Desktop.
Save ProfAvery/6902811 to your computer and use it in GitHub Desktop.
Maven Ant Tasks <artifact:dependencies> task for ObjectDB
<artifact:dependencies pathId="dependency.classpath">
<remoteRepository id="objectdb" url="http://m2.objectdb.com" />
<dependency groupId="com.objectdb" artifactId="objectdb" version="2.5.3_02" />
</artifact:dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment