Commit Graph

42 Commits

Author SHA1 Message Date
Marcin Grzejszczak
8d7ee9f53a Fixed the wrong script 2016-08-18 12:32:55 +02:00
Marcin Grzejszczak
6ad3ddf539 Updated the gh-pages script to deploy from a tag to given folder 2016-08-18 12:05:15 +02:00
Marcin Grzejszczak
9b126f55ca Added ghpages synchronization script
we have a lot of projects that have ghpages.sh file in different branches. This script will allow to update all of them in a relatively easy way
2016-08-17 12:48:06 +02:00
Marcin Grzejszczak
e6b32406dc Hopefully fixed the build for Jenkins 2016-08-16 17:58:07 +02:00
Marcin Grzejszczak
8b482cd8c6 Updated the gh-pages script with path to Maven 2016-08-16 17:52:29 +02:00
Marcin Grzejszczak
0e710b4095 Updated the gh-pages script 2016-08-16 17:42:02 +02:00
Marcin Grzejszczak
7b77bdaf33 Deploying documentation to proper folder
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:

- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
2016-08-16 15:53:24 +02:00
Dave Syer
8c3e4b80e0 Change link to CLA 2016-07-11 09:18:53 +01:00
Dave Syer
a0e769b05d Update readme script to handle local includes 2016-06-11 09:55:16 +01:00
Dave Syer
4e005c6ec9 Add note on Maven version for other IDEs 2016-05-12 10:38:23 +01:00
Dave Syer
1415e7aeb3 No more .settings.xml 2016-05-12 10:26:59 +01:00
Dave Syer
06cae07c63 Re-org the building docs (lombok is not the default) 2016-05-12 10:12:43 +01:00
Marcin Grzejszczak
80e7b04808 Added no-lombok document 2016-03-08 18:36:02 +01:00
Marcin Grzejszczak
97c71e80c9 Adding the lombok section as conditional
In Sleuth for instance it will be enough to import this and provide

```
:no_lombok:
```

at the beginning of the asidoc file.
2016-03-08 17:27:24 +01:00
Spencer Gibb
ed8d17e5ae Update readme for code of conduct.
See gh-26
2016-02-01 20:26:34 -07:00
Spencer Gibb
d7d67bf9bf Fixed formatting 2016-02-01 19:57:45 -07:00
Spencer Gibb
34c4dfc5be Updated link to code of conduct.
fixes gh-26
2016-02-01 19:57:10 -07:00
Spencer Gibb
b799464b69 Added code of conduct and fixed eclipse link.
fixes gh-26
2016-02-01 19:55:34 -07:00
Dave Syer
8ca2eec906 Revert profile and add comment 2015-10-20 09:34:47 -04:00
Spencer Gibb
d88de7ba14 fix link to eclipse-code-formatter.xml 2015-10-08 17:07:04 -06:00
Adrian Cole
dadb0debf6 Adds instructions for using Intellij
Took me a while to get rid of lombok related compile failures in
Intellij. Also, it is easy to accidentally not set the spring maven
profile. Hopefully, this helps other users.
2015-09-20 11:38:13 -07:00
Ilayaperumal Gopinathan
9c2ff2b395 Fix typo 2015-08-26 11:20:30 -07:00
Dave Syer
ff2f7084b0 Merge branch '1.0.x'
Conflicts:
	pom.xml
2015-08-25 15:21:55 +01:00
Dave Syer
db22b49b1f Make ghpages.sh work on a branch 2015-08-25 15:16:55 +01:00
Dave Syer
6e9be00d0b Fix typo in build instructions 2015-08-14 11:12:40 +01:00
Dave Syer
e78952b68f Update readmes 2015-08-14 11:00:02 +01:00
Eric Bottard
429cd8c587 Fix instructions 2015-08-14 11:15:45 +02:00
Dave Syer
b05ea6b732 Add Maven wrapper 2015-08-14 10:05:50 +01:00
Dave Syer
be8590222b Add Maven wrapper to simplify build 2015-08-14 09:36:39 +01:00
Ilayaperumal Gopinathan
2a3bd7f1d8 Update asciidoc to refer to .settings.xml
Fixes gh-13
2015-08-13 11:14:40 +01:00
Spencer Gibb
cbc9c0232e Make lombok link an asciidoc link 2015-08-03 16:27:37 -06:00
Ryan J Baxter
2586c1006c Added documentation about configuring m2eclipe to use .settings.xml file
Fixes gh-14
2015-07-09 17:44:47 +01:00
Dave Syer
84e4edbda1 Remove duplicate content on 'Contirbuting' 2015-06-25 12:27:55 +01:00
Spencer Gibb
b36e94bbcb absolute references to building-base.adoc 2015-05-20 15:31:25 -06:00
Spencer Gibb
e44ea5bd40 revert absolute references to building-base.adoc 2015-05-20 15:27:26 -06:00
Spencer Gibb
033dbbfa54 absolute references to building-base.adoc 2015-05-20 15:26:45 -06:00
Spencer Gibb
5ab447ad2a allow for documenting build via jdk8 2015-05-05 11:40:34 -06:00
Dave Syer
bded43636d Add contributing guide for docs 2015-03-20 11:19:52 +00:00
Dave Syer
09032a46db Add docs for release to bintray 2015-03-05 15:46:24 +00:00
Dave Syer
79622590eb Clean parent pom for use in user projects 2015-03-02 16:39:36 +00:00
Dave Syer
c8d4bdfd4f Add dosc for Lombok an in the IDE
Fixes gh-110
2014-12-18 16:03:06 +00:00
Dave Syer
23af69a696 Reorg and add travis 2014-12-11 13:18:27 +00:00