Maven 1.x Eclipse Plugin

New eclipse:projectset goal

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Trivial Trivial
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    1

Description

I have (soon) created a patch for a new goal, eclipse:projectset. This goal makes it possible to run cvs commands (ex: checkout) "on" a eclipse projectset file (.psf). This is very helpful in an automated build process (with for example CruiseControl) for prosjects having large eclipse workspaces (many modules). Goal makes it easy to use Maven for parsing a projectset file and then checkout modules listed in it.

Activity

Hide
Morten Kristiansen added a comment -

I just found out that Eclipse ProjectSet files also can contain Subversion data. I await submitting the patch until the goal supports both CVS and SVN.

Show
Morten Kristiansen added a comment - I just found out that Eclipse ProjectSet files also can contain Subversion data. I await submitting the patch until the goal supports both CVS and SVN.
Hide
Morten Kristiansen added a comment -

Here's the patch for the new goal "eclipse:projectset". It now supports both CVS and SVN checkouts. I currently use the new scm jars (also used by the new SCM plugin). They are still in snapshot version. There are some duplicate code in my code and the SCM code and if we could get the SCM plugin developers to release the SCM plugin as a jar as well, we can drop the CheckoutBean I created and use the SCMBean from SCM plugin.

Show
Morten Kristiansen added a comment - Here's the patch for the new goal "eclipse:projectset". It now supports both CVS and SVN checkouts. I currently use the new scm jars (also used by the new SCM plugin). They are still in snapshot version. There are some duplicate code in my code and the SCM code and if we could get the SCM plugin developers to release the SCM plugin as a jar as well, we can drop the CheckoutBean I created and use the SCMBean from SCM plugin.

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated: