Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2866 fix importing maven project with relative path in modules #3457

Merged
merged 2 commits into from
Dec 22, 2016

Conversation

evidolob
Copy link
Contributor

What does this PR do?

handle relative path and including 'pom.xml in modules declarations

What issues does this PR fix or reference?

#2866

…tions

Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
/**
* Set of useful String methods
*/
public class StringUtils {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like useful methods not for the plugin-maven only.
I think che-core-commons-lang would be better place for this class.

/**
* Set of util methods for path strings.
*/
public class PathUtil {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that che-core-commons-lang is better place for this util class.
Especially since we already have a special package org.eclipse.che.commons.lang.os there for the platform-specific utils.

Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
@evidolob evidolob merged commit 69276bb into master Dec 22, 2016
@evidolob evidolob deleted the #2866-new branch December 22, 2016 11:55
@bmicklea bmicklea added this to the 5.0.0 milestone Jan 11, 2017
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
…dules (eclipse-che#3457)

* eclipse-che#2866 handle relative path and including 'pom.xml' in modules declarations

Signed-off-by: Evgen Vidolob <evidolob@codenvy.com>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants