This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Ant, Maven and Other Build Tools and the fly likes Download Maven plugin Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Download Maven plugin" Watch "Download Maven plugin" New topic
Author

Download Maven plugin

Cow Yeung
Greenhorn

Joined: Oct 07, 2008
Posts: 15

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~


SCJP 5 72%
OCEJPA 6 86%
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

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


Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Download Maven plugin
 
Similar Threads
Maven archetypes broken?
Maven build error
issue with maven in linux box
maven packaging is not including dependent jars
Unable to find mojo 'validate'