Also, Jim just pointed you to the top-level metadata directory in maven:
An example for a lower level one, that actually contains the sources is: http://m2.neo4j.org/org/neo4j/neo4j-kernel/1.4-SNAPSHOT/ The milestones and releases are on maven-central (including the sources - btw. if you set up your IDE-maven integration you should be easily able to download the sources automatically for each maven dependency including neo4j). Milestone: http://repo1.maven.org/maven2/org/neo4j/neo4j-kernel/1.4.M04/ Release: http://repo1.maven.org/maven2/org/neo4j/neo4j-kernel/1.3/ Am 19.06.2011 um 01:14 schrieb Anders Nawroth: > Hi! > > You can get the sources from github as zip/tarballs. Just use: > https://github.com/neo4j/community/zipball/1.4.M04 > and similar. > > The tags contain the exact source the release was built from. > > > /anders > > > 2011-06-18 18:11, Rick Bullotta skrev: >> I think I asked this before, but can the Neo team provide builds with the >> appropriate source included in the distribution? Two main reasons: >> >> >> 1) Don't want/need to have Git stuff installed >> >> 2) Want to make sure the source associated with a specific Neo build is >> the exact source used to build it, not the "latest" code >> >> Thanks. >> >> Rick >> _______________________________________________ >> Neo4j mailing list >> [email protected] >> https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

