comeara / pillar

Pillar manages migrations for your Cassandra data stores.
https://github.com/comeara/pillar
MIT License
111 stars 64 forks source link

Failing to install pillar using Maven #22

Closed itayadler closed 8 years ago

itayadler commented 9 years ago

I've tried to install pillar using Maven, and I got this error:

› mvn com.chrisomeara:pillar_2.10:2.0.1
[INFO] Scanning for projects... Downloading: http://repo.maven.apache.org/maven2/com/chrisomeara/pillar_2.10/maven-metadata.xml Downloaded: http://repo.maven.apache.org/maven2/com/chrisomeara/pillar_2.10/maven-metadata.xml (395 B at 0.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/chrisomeara/pillar_2.10/2.0.1/pillar_2.10-2.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/com/chrisomeara/pillar_2.10/2.0.1/pillar_2.10-2.0.1.pom (3 KB at 35.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/chrisomeara/pillar_2.10/2.0.1/pillar_2.10-2.0.1.jar Downloaded: http://repo.maven.apache.org/maven2/com/chrisomeara/pillar_2.10/2.0.1/pillar_2.10-2.0.1.jar (92 KB at 345.8 KB/sec) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.578s [INFO] Finished at: Tue Feb 03 16:58:53 PST 2015 [INFO] Final Memory: 4M/81M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to parse plugin descriptor for com.chrisomeara:pillar_2.10:2.0.1 (/Users/itay/.m2/repository/com/chrisomeara/pillar_2.10/2.0.1/pillar_2.10-2.0.1.jar): No plugin descriptor found at META-INF/maven/plugin.xml -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginDescriptorParsingException

Also, Is it possible to install pillar as a binary?