Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dirigible-dev] Update Dirigible Projects Display Names

Hi,

 

Just 2c here.

Make sure that you are using m2e version 1.6 or newer for this improvement to work.

Earlier versions of m2e do not feature a [name] variable for the Name template.

 

Bests,

Georgi

 

From: dirigible-dev-bounces@xxxxxxxxxxx [mailto:dirigible-dev-bounces@xxxxxxxxxxx] On Behalf Of Pavlov, Yordan
Sent: Wednesday, December 16, 2015 2:39 PM
To: dirigible developer discussions <dirigible-dev@xxxxxxxxxxx>
Subject: Re: [dirigible-dev] Update Dirigible Projects Display Names

 

Hi all,

 

I’ve fixed the Maven Import issue with this commit:

 

The Maven Import now works, but it is not so straightforward. There is one additional step that needs to be done before importing the projects. From the "Advanced" dropdown in the "Import -> Existing Maven Project", for "Name template" should be selected the "[name]" option.

 

 

This will force the project importer to use for project name the "<name>" tag in the pom.xml. If there is no such tag, then the importer will safely fallback to the "[artifactId]" option, which is used by default.

 

Regards,

Yordan

 

From: <dirigible-dev-bounces@xxxxxxxxxxx> on behalf of "Pavlov, Georgi" <georgi.pavlov@xxxxxxx>
Reply-To: "dirigible-dev@xxxxxxxxxxx" <dirigible-dev@xxxxxxxxxxx>
Date: Wednesday, December 16, 2015 at 10:41 AM
To: "dirigible-dev@xxxxxxxxxxx" <dirigible-dev@xxxxxxxxxxx>
Subject: Re: [dirigible-dev] Update Dirigible Projects Display Names

 

Hi Yordan,

 

Looks great!

But I had a problem with the final step.

Importing the projects as Maven projects didn’t result in the expected layout as shown below but in the old one.

Importing them as normal projects worked for me.

 

From: dirigible-dev-bounces@xxxxxxxxxxx [mailto:dirigible-dev-bounces@xxxxxxxxxxx] On Behalf Of Pavlov, Yordan
Sent: Tuesday, December 15, 2015 5:13 PM
To: dirigible-dev@xxxxxxxxxxx
Subject: [dirigible-dev] Update Dirigible Projects Display Names

 

Hi all,

 

I’ve updated the display names of the dirigible projects:

 

To avoid any conflicts related to the projects naming:

  1. Delete all projects from the workspace
  2. Pull the latest changes
  3. Import again all projects (Import as Maven Project)

After the import, the projects in the workspace should look like this:

 

Regards,

Yordan


Back to the top