| 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.
|
 |
 |
|
|
subject: Download Maven plugin
|
|
|