olacabs / fabric

Realtime stream processing framework for apache mesos / marathon
Apache License 2.0
55 stars 37 forks source link

MVN command not working #7

Open saketkumar opened 6 years ago

saketkumar commented 6 years ago

I tried to create the processor project but the build failed.

mvn archetype:generate -DarchetypeGroupId=com.olacabs.fabric -DarchetypeArtifactId=fabric-processor-archetype -DarchetypeVersion=0.0.1-SNAPSHOT -DartifactId= -DgroupId= -DinteractiveMode=ture

shashankg commented 6 years ago

Try installing the repo on local and running following command -

mvn archetype:generate -DarchetypeGroupId=com.olacabs.fabric -DarchetypeArtifactId=fabric-processor-archetype -DarchetypeVersion=1.0.0-SNAPSHOT -DartifactId=test -DgroupId=com.test -DinteractiveMode=ture