• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Trouble getting Alexa to install

Scheduled Pinned Locked Moved Unsolved Troubleshooting
3 Posts 2 Posters 1.1k Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    tbs86
    last edited by Dec 11, 2018, 1:10 AM

    Hello I’ve been trying to get Alexa to install on my mm. Been following this tutorial
    https://github.com/alexa/alexa-avs-sample-app/wiki/Raspberry-Pi

    Everything is fine until I get to step 7 and it wants me to run the command:
    javaclient && mvn exec:exec

    When I run the command I get this

    [INFO] Scanning for projects...
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1.819 s
    [INFO] Finished at: 2018-12-08T18:18:28-08:00
    [INFO] Final Memory: 7M/17M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Could not find goal '' in plugin org.codehaus.mojo:exec-maven-plugin:1.2.1 among available goals exec, java, help -> [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/MojoNotFoundException``
    
    Anybody have any clues on what I'm doing wrong here?
    1 Reply Last reply Reply Quote 0
    • T Offline
      tbs86
      last edited by Dec 12, 2018, 1:41 AM

      This is really frustrating if anybody could help it would be greatly appreciated !! I think it has to do something with java8 but java8 is already installed it says

      B 1 Reply Last reply Dec 31, 2018, 3:49 AM Reply Quote 0
      • B Offline
        bhepler Module Developer @tbs86
        last edited by Dec 31, 2018, 3:49 AM

        @tbs86 - At first glance, it looks like Maven is having trouble locating the defined target. Maven works by defining configurations to assist with compilation. “Exec”, “test”, “debug”, “production”, etc. are all examples of Maven targets. At first blush, it seems that the Maven XML file does not include a target named “exec”.

        I don’t think you’re doing anything wrong, per se. More likely, someone has updated the Maven file and the instructions are out of date.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy