Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 218937 Details for
Bug 384510
[patch] Regression in Maven Import on checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to m2e core
only-renaming-base-projects-core.patch (text/plain), 1.18 KB, created by
Mike Youngstrom
on 2012-07-19 11:24:52 EDT
(
hide
)
Description:
Patch to m2e core
Filename:
MIME Type:
Creator:
Mike Youngstrom
Created:
2012-07-19 11:24:52 EDT
Size:
1.18 KB
patch
obsolete
>From 886a41e999d4fb47839ed0df6e750c6330864a21 Thu, 19 Jul 2012 09:21:13 -0600 >From: Mike Youngstrom <youngm@gmail.com> >Date: Fri, 6 Jul 2012 17:15:14 -0600 >Subject: [PATCH] Only renaming base projects not any sub projects. 384510 > >diff --git a/org.eclipse.m2e.core/src/org/eclipse/m2e/core/project/LocalProjectScanner.java b/org.eclipse.m2e.core/src/org/eclipse/m2e/core/project/LocalProjectScanner.java >index af0ee73..d5a8ea8 100644 >--- a/org.eclipse.m2e.core/src/org/eclipse/m2e/core/project/LocalProjectScanner.java >+++ b/org.eclipse.m2e.core/src/org/eclipse/m2e/core/project/LocalProjectScanner.java >@@ -133,7 +133,10 @@ > String pomName = modulePath + "/" + IMavenConstants.POM_FILE_NAME; //$NON-NLS-1$ > > MavenProjectInfo projectInfo = newMavenProjectInfo(pomName, pomFile, model, parentInfo); >- projectInfo.setBasedirRename(getBasedirRename(projectInfo)); >+ //We only want to optionally rename the base directory not any sub directory >+ if(parentInfo == null) { >+ projectInfo.setBasedirRename(getBasedirRename(projectInfo)); >+ } > > Map<String, Set<String>> modules = new LinkedHashMap<String, Set<String>>(); > for(String module : model.getModules()) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 384510
:
218403
|
218406
|
218407
| 218937 |
218938