• 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

Configure Hudson to build from Eclipse local worspace

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am exploring certain features in Hudson with local maven projects in Eclipse. How do i configure Hudson maven jobs to point to local maven poms to build (no repository)?

Thanks,
Prashant
 
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
Maven will always use the local repository on the build machine, so if your JARs are already in that repository, that is what it will use.

Other than that, your question is somewhat confusing. Are you saying that you want a Maven build on one machine to access a local repository on another machine?

It might also help if you told us exactly what problem you are trying to fix - perhaps there is a better way to accomplish what you want to do.
 
reply
    Bookmark Topic Watch Topic
  • New Topic