• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

could not find goal 'download' in plugin org.apache.maven.plugins

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to download a andromda plugin for maven the installation instruction in this link webpage says use this command:
maven plugin:download -DgroupId=andromda -DartifactId=maven-andromdapp-plugin -Dversion=3.3
however when i run this command it gives me an error that 'could not find goal 'download' in plugin org.apache.maven.plugins' ...
I even looked at the plugins in AndroMDA website it seems that 'andromdapp' doesn't have 'download' goal in the list of the available goals webpage !!!
Can anyone tell me another way to download AndroMDA???

Regards.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found the Maven plugin that has the download goal:
http://maven.apache.org/maven-1.x/plugins/plugin/goals.html
Note that it is for Maven 1, not 2. The Plugin plugin for Maven 2 doesn't have a download download goal:
http://maven.apache.org/plugins/maven-plugin-plugin/


You might have to use Maven 1 with the andromda plugin. The plugins web site is hard to decipher - in places the use Maven 2 things (e.g. M2_HOME) but their command output is all from Maven 1.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic