Hi Alexander, AFAIK you cannot create a full distribution from maven repositories. If you want a particular Git branch or tag, I suggest you to clone it locally (see https://github.com/orientechnologies/orientdb ) and then launch
ant clean install you will have a full distribution in ../releases/orientdb-comunity-<version-number>/ Regards Luigi 2015-03-07 0:51 GMT+01:00 alexander anguiano <[email protected]>: > > How do I create the distribution from the maven repository. > > when i build my project i need to pull the jars from maven and create the > same structure as the distribution > > > > orientdb > bin > config > databases > lib > orientdb-core-2.0.2.jar > ... > plugins > www > license.txt > > > > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
