Re: [orientdb] Create distribution from maven repository

2015-03-09 Thread alexander anguiano
Thanks for trying. I did figure it out there is a distribution target in maven 2.0.2 this is how you do this. http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0

Re: [orientdb] Create distribution from maven repository

2015-03-09 Thread Luigi Dell'Aquila
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 ../release

[orientdb] Create distribution from maven repository

2015-03-06 Thread alexander anguiano
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