Hey all,

I am a very novice java programmer, and I was hoping to try to write a
basic "example" interpreter to demonstrate a concept to the community.
*Ideas from Strata!

That said, I copied the Markdown interpreter, into a new directory, changed
all the code to reflect my "interpreter hello world", and cd'ed to the
directory, ensured the pom.xml was updated, and then tried running mvn
package.  I then got an error missing some package. I don't want to make
this a newbie developer help forum, but if someone could point me in the
right direction on how to resolve this, I would appreciate it.

John


[INFO]
------------------------------------------------------------------------

[INFO] Building Zeppelin: Test interpreter 0.6.0-incubating-SNAPSHOT

[INFO]
------------------------------------------------------------------------

Downloading:
http://repository.apache.org/snapshots/org/apache/zeppelin/zeppelin-interpreter/0.6.0-incubating-SNAPSHOT/maven-metadata.xml

Downloading:
http://repository.apache.org/snapshots/org/apache/zeppelin/zeppelin-interpreter/0.6.0-incubating-SNAPSHOT/zeppelin-interpreter-0.6.0-incubating-SNAPSHOT.pom

[WARNING] The POM for
org.apache.zeppelin:zeppelin-interpreter:jar:0.6.0-incubating-SNAPSHOT is
missing, no dependency information available

Downloading:
http://repository.apache.org/snapshots/org/apache/zeppelin/zeppelin-interpreter/0.6.0-incubating-SNAPSHOT/zeppelin-interpreter-0.6.0-incubating-SNAPSHOT.jar

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 1.360 s

[INFO] Finished at: 2016-04-02T20:15:48+00:00

[INFO] Final Memory: 20M/481M

[INFO]
------------------------------------------------------------------------

[ERROR] Failed to execute goal on project zeppelin-test: Could not resolve
dependencies for project
org.apache.zeppelin:zeppelin-test:jar:0.6.0-incubating-SNAPSHOT: Could not
find artifact
org.apache.zeppelin:zeppelin-interpreter:jar:0.6.0-incubating-SNAPSHOT in
apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1]

Reply via email to