Update readmes
This commit is contained in:
@@ -65,13 +65,17 @@ We recommend the http://eclipse.org/m2e/[m2eclipe] eclipse plugin when working w
|
||||
eclipse. If you don't already have m2eclipse installed it is available from the "eclipse
|
||||
marketplace".
|
||||
|
||||
Once the projects are imported into Eclipse you will also need to tell m2eclipse
|
||||
to use the `.settings.xml` file for the projects. If you do not do this you may
|
||||
see errors many different errors related to the POMs in the projects.
|
||||
Open your Eclipse preferences, expand the Maven preferences, and select User Settings.
|
||||
In the User Settings field click Browse and navigate to the Spring Cloud project you
|
||||
imported selecting the `.settings.xml` file in that project. Click Apply and then OK to
|
||||
save the preference changes.
|
||||
Unfortunately m2e does not yet support Maven 3.3, so once the projects
|
||||
are imported into Eclipse you will also need to tell m2eclipse to use
|
||||
the `.settings.xml` file for the projects. If you do not do this you
|
||||
may see errors many different errors related to the POMs in the
|
||||
projects. Open your Eclipse preferences, expand the Maven
|
||||
preferences, and select User Settings. In the User Settings field
|
||||
click Browse and navigate to the Spring Cloud project you imported
|
||||
selecting the `.settings.xml` file in that project. Click Apply and
|
||||
then OK to save the preference changes.
|
||||
|
||||
NOTE: Alternatively you can copy the repository settings from https://github.com/spring-cloud/spring-cloud-build/blob/master/.settings.xml[`.settings.xml`] into your own `~/.m2/settings.xml`.
|
||||
|
||||
==== Importing into eclipse without m2eclipse
|
||||
If you prefer not to use m2eclipse you can generate eclipse project metadata using the
|
||||
|
||||
Reference in New Issue
Block a user