Ryan Baxter
f7ac468ffb
Bumping boot version
2017-03-17 12:06:58 -04:00
Dave Syer
76b3e6c32c
Manage version of jar plugin to not break STS
2017-02-20 10:50:43 +00:00
Dave Syer
3364e45e20
Revert to snapshots
2017-02-03 09:21:24 +00:00
Dave Syer
28ab788e2c
Update for 1.2.2.RELEASE
v1.2.2.RELEASE
2017-02-03 09:20:24 +00:00
Mark Pollack
ade61f45df
Add version plugins for maven jar/javadoc/source
...
* Use latest versions in 2.x family of plugins.
2016-11-19 21:51:22 +00:00
Spencer Gibb
3ce22f282c
Merge pull request #44 from copa2/patch-1
...
Fix typo
2016-11-03 15:29:58 -04:00
copa2
c80858652b
Fix typo
...
Obvious fix
2016-11-02 22:42:52 +01:00
Dave Syer
af055cf9c3
Add versions for some plugins
2016-10-24 12:04:31 +01:00
Marcin Grzejszczak
786ffe9db5
Fixing git remote
2016-10-18 15:50:56 +02:00
Marcin Grzejszczak
3abc7bdef4
Added tail to pick proper echoed value
2016-09-22 22:58:45 +02:00
Dave Syer
26a0e7df3d
Fix commented out git push
...
Otherwise the result is not persisted
2016-09-22 12:03:14 +01:00
Dave Syer
96e92e5dd4
Fix project name and git additions
...
The project name is not necessarily the same as the artifactId
(some projects use *-parent), so it's better to guess from
the git remote.
Also "git add -A <a file>" can easily fail if you add an ignored
file by mistake. It's better just to add the directory.
2016-09-22 11:15:35 +01:00
Dave Syer
c68034276a
Update ghpages script to do project name discovery
...
Also uses local mvnw wrapper if it it is there.
2016-09-21 11:50:26 +01:00
Dave Syer
41622b37dc
Revert to snapshots
2016-09-21 11:07:24 +01:00
Dave Syer
2d982d3fa9
Update for 1.2.1
v1.2.1.RELEASE
2016-09-21 11:07:24 +01:00
Dave Syer
da600e5407
Ensure version is scraped from parent pom
2016-09-20 13:48:13 +01:00
Dave Syer
7e273ab445
Update to Boot 1.4.1 snapshots
2016-09-20 10:54:55 +01:00
Marcin Grzejszczak
4b25d38462
Added Syncing of mvnw script
2016-09-15 16:16:18 +02:00
Marcin Grzejszczak
74e01e91c7
Added ReleaseTrain switch
2016-08-23 16:01:53 +02:00
Marcin Grzejszczak
31b59823a2
Fixed bugs in gh-pages
...
- when (-b) flag was passed there was a check if target contains docs (makes no sense)
- after cloning the Spring Cloud Static we didn't check out gh-pages
2016-08-22 13:27:11 +02:00
Marcin Grzejszczak
66bfb4626b
Added automated building and cloning of spring-cloud-static
2016-08-19 11:40:58 +02:00
Marcin Grzejszczak
2a24b23f37
Continuing the script when failing to check out... it happens for Jenkins for some reason
2016-08-18 16:45:45 +02:00
Marcin Grzejszczak
fa67b987a3
Continuing the script when failing to check out... it happens for Jenkins for some reason
2016-08-18 16:10:50 +02:00
Marcin Grzejszczak
9726d21b93
Fixed branch resolution
...
some older repos don't have the docs.main prop. In that case I'm resolving the root file from REPO_NAME
2016-08-18 14:26:36 +02:00
Marcin Grzejszczak
8cec662d57
Added cd to rootfolder for ghpages
2016-08-18 13:43:09 +02:00
Marcin Grzejszczak
bc15dd4cf9
Updated synchro script - fixed minor bugs
2016-08-18 13:17:04 +02:00
Marcin Grzejszczak
1c8c65b384
Creating folder in ghpages only when branch is whitelisted
2016-08-18 12:54:07 +02:00
Marcin Grzejszczak
990f3bcca3
Reverting back to previous logic of docs copying
2016-08-18 12:45:18 +02:00
Marcin Grzejszczak
d9ab4d4172
Fixed the invalid destination folder for docs
2016-08-18 12:40:20 +02:00
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
Dave Syer
358898558d
Change repo URLs to https
2016-08-17 17:31:20 +01: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
840e080b57
Revert to snapshots
2016-08-16 09:48:57 +01:00
Dave Syer
56d5a65d68
Update to 1.2.0.RELEASE
v1.2.0.RELEASE
2016-08-16 09:48:08 +01:00
Dave Syer
e5a8be13fe
Update travis secrets
2016-08-15 10:29:31 +01:00
Dave Syer
7f967e892e
Update Boot version
2016-08-15 10:04:09 +01:00
Dave Syer
8c3e4b80e0
Change link to CLA
2016-07-11 09:18:53 +01:00
Dave Syer
6fb6a6db8a
Re-instate .settings.xml for travis
2016-07-06 14:48:30 +01:00
Dave Syer
b52bd3e711
Re-instate .settings.xml for travis
2016-07-06 14:47:35 +01:00
Spencer Gibb
d4541520ba
Update to boot 1.4.0.BUILD-SNAPSHOT and update version to 1.2.0
2016-07-01 13:00:08 -06:00
Dave Syer
a0e769b05d
Update readme script to handle local includes
2016-06-11 09:55:16 +01:00
Spencer Gibb
ca2172bff5
skip deploy for now.
2016-06-10 11:51:47 -06:00
Spencer Gibb
3896dd5ce9
remove reference to settings that was deleted.
2016-06-09 13:06:58 -06:00
Spencer Gibb
8b7aecc025
Merge pull request #36 from mbogoevici/fast-profile
...
Add 'fast' profile
2016-06-09 13:06:25 -06:00
Marius Bogoevici
b08214d5fe
Add 'fast' profile
...
Allow to provide settings that circumvent certain steps (e.g. Checkstyle validation)
when they are not deemed necessary.
2016-06-09 14:41:55 -04:00