-
Notifications
You must be signed in to change notification settings - Fork 0
Project Dash, Maven tools for Eclipse
License
digulla/org.eclipse.dash.m4e.tools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project collects a couple of tools to convert Eclipse downloads and installations into Maven 2 repositories. NOTE: Right now, all tools are hardwired to write the results to "../tmp/". So if you start them with "org.eclipse.dash.m4e.tools/src/" being the current folder, the path will be "org.eclipse.dash.m4e.tools/tmp/" If you start the scripts from the folder which contains this README, the tmp folder will be created outside the project. A typical session looks like this: > ./m4e-import.py ~/eclipse-3.6 > ./m4e-import.py ~/Downloads/eclipse-platform-SDK-3.6.2-linux-gtk-x86_64.tar.gz This imports all plug-ins from an existing Eclipse 3.6 install > ./m4e-merge.py ../tmp/*eclipse*_home/m2repo ../tmp/m2repo This merges all new Maven 2 repos into a single one > ./m4e-attach-sources.py ../tmp/m2repo/ to move the source JARs in the place where Maven 2 expects them > ./m4e-apply-patches.py ../patches ../tmp/m2repo To apply all patches to the new repo. Patches include simple cleanup as well as moving Orbit dependencies into a special profile. > ./m4e-analyze.py ../tmp/m2repo To analyze the new Maven 2 repo. This gives you some information about odd version numbers, missing dependencies, etc. > ./m4e-dm.py ../tmp/m2repo org.eclipse.dash:dependency-management:3.6.2 finally creates a single huge POM with a dependencyManagement that you can import in your project to replace all version ranges with the specific versions supplied by this repository. The second argument is the artifact ID of the POM which will be created. See http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies for how to use this POM in your projects.
About
Project Dash, Maven tools for Eclipse
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published