Issue Details (XML | Word | Printable)

Key: MPECLIPSE-86
Type: New Feature New Feature
Status: Open Open
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Morten Kristiansen
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Eclipse Plugin

New eclipse:projectset goal

Created: 05/Apr/05 02:23 PM   Updated: 11/May/05 07:18 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Text File patch.txt (18 kB)



 Description  « Hide

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.



Morten Kristiansen added a comment - 05/Apr/05 06:10 PM

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.


Morten Kristiansen added a comment - 11/May/05 07:18 AM

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.