DZone
Java Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Java Zone > Install a single pom.xml in your local repository

Install a single pom.xml in your local repository

Aurelien Broszniowski user avatar by
Aurelien Broszniowski
·
Dec. 12, 11 · Java Zone · Interview
Like (0)
Save
Tweet
3.92K Views

Join the DZone community and get the full member experience.

Join For Free

Sometimes you have a pom.xml that you want to install in your repository without wanting to install your whole build.

Huh? When?

For instance you have a multi-modules project, and you make a change to the parent pom. You want to install it but not having to install all the children modules.
There’s an option for that, that’s the ‘non-recursive’ directive.

mvn -N install

will install only what’s in the current directory.

 

From http://jsoftbiz.wordpress.com/2011/12/09/install-a-single-pom-xml-in-your-local-repository/

Repository (version control)

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • JIT Compilation of SQL in NoSQL
  • The Power of Enum: Make Your Code More Readable and Efficient [Video]
  • 8 Must-Have Project Reports You Can Use Today
  • When Writing Code Isn't Enough: Citizen Development and the Developer Experience

Comments

Java Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo