Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
9d1eed6a
Commit
9d1eed6a
authored
Oct 16, 2017
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add script to build contract utils
parent
eeadc829
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
10 deletions
+8
-10
README.adoc
README.adoc
+0
-10
circle.yml
circle.yml
+1
-0
releaser.yml
config/releaser.yml
+3
-0
build.sh
scripts/build.sh
+4
-0
No files found.
README.adoc
View file @
9d1eed6a
...
...
@@ -114,17 +114,7 @@ following command:
The generated eclipse projects can be imported by selecting `import existing projects`
from the `file` menu.
==== Importing into Intellij
Spring Cloud projects need a specific version of Maven and a profile enabled.
Intellij 14.1+ requires some configuration to ensure these are setup properly.
1. Click New, Project from Existing Sources, choose your spring-cloud project directory
2. Choose Maven, and select Environment Settings. *Ensure you are using Maven 3.3.3*
3. In the next screen, *Select the profile `spring`* click Next until Finish.
4. Click Build, Rebuild Project, and you are ready to go!
==== Importing into other IDEs
Maven is well supported by most Java IDEs. Refer to you vendor documentation.
== Contributing
...
...
circle.yml
View file @
9d1eed6a
...
...
@@ -9,6 +9,7 @@ machine:
_JAVA_OPTIONS
:
"
-Xms1024m
-Xmx2048m"
dependencies
:
override
:
-
cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install
-
./mvnw -s .settings.xml -U --fail-never dependency:go-offline ||
true
test
:
override
:
...
...
config/releaser.yml
0 → 100644
View file @
9d1eed6a
releaser
:
maven
:
buildCommand
:
./scripts/build.sh
scripts/build.sh
0 → 100755
View file @
9d1eed6a
#!/bin/bash
(
cd
spring-cloud-netflix-hystrix-contract
&&
./mvnw clean
install
)
./mvnw clean
install
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment