• 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

Download Maven plugin

 
Greenhorn
Posts: 16
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to know where can I download the jar file of Maven plugin. Such as, maven-enforcer-plugin, maven-jar-plugin.
It is because I need the jar file for building a software.

Thz~
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Eric,

Are you using these within Maven? Maven should download them automatically for you. If you are building a project that needs to use Maven jars for some other purpose then:

1.) I still suggest you create a Maven project, list the plugin jars as dependencies and let Maven get them

OR

2.) Manually download them from Maven's central repo
 
reply
    Bookmark Topic Watch Topic
  • New Topic