Commit Graph

637 Commits

Author SHA1 Message Date
Marcin Grzejszczak
c7a44b92ae Polish 2016-08-29 08:57:28 +02:00
Shannon Pamperl
3355c224ad Updated plugin to explicitly include Gradle Groovy plugin, so that this plugin can properly evaluate when included in a Gradle project that does not currently apply the Groovy plugin. Additionally, added unit tests to verify functionality provided by the plugin. Fixes gh-65 (#66) 2016-08-29 08:28:01 +02:00
Marcin Grzejszczak
c59306ce5d Going back to snapshots 2016-08-27 00:27:55 +02:00
Marcin Grzejszczak
bf60a6b72f Bumping versions before release 2016-08-26 23:51:33 +02:00
Marcin Grzejszczak
5d3e99874f Added options to pass props via @AutoConfigureStubRunner (#61)
* Added options to pass props via @AutoConfigureStubRunner

it's much easier to pass props via the annotation instead of property files. With this change the user can provide the properties inside the test via the annotation. The only thing that has to be passed via props is repositoryRoot (typically it's a very constant property that you set once).

fixes #46
2016-08-24 16:14:10 +02:00
Dave Syer
f5183fcde3 Change repo URLs to https 2016-08-17 17:31:25 +01:00
Marcin Grzejszczak
c7665db7d9 Fixed code style issues 2016-08-12 11:46:41 +02:00
Marcin Grzejszczak
3552684f93 Invalid array size check
there was a problem with the way property related to array size check was passed. Not only was the condition inverse, but also the properties weren't passed.

With this change those issues were fixed, we've added the missing maven plugin feature and ensured that the array check is the default option.

fixes #60
2016-08-11 14:33:30 +02:00
Marcin Grzejszczak
e0f206689e Updated wrong manifest creation 2016-08-03 07:01:44 -07:00
Dave Syer
f3fa74ab00 Combine jacoco with gradle build 2016-07-28 13:39:32 +01:00
Dave Syer
71b16eac86 Configure Maven to run Gradle where necessary 2016-07-28 12:51:28 +01:00
Marcin Grzejszczak
8f9856d0f2 Deploying maven and gradle plugins to libs-snapshot-local 2016-07-25 12:48:05 +02:00
Marcin Grzejszczak
d6ced5a0c6 Fixed wrong entries in gradle 2016-07-22 21:21:47 +02:00
Marcin Grzejszczak
aab86d1e55 Added sources and javadocs jar
fixes #49
2016-07-22 20:44:25 +02:00
Marcin Grzejszczak
03e976f8ac Disabling maven plugin reports 2016-07-22 20:11:30 +02:00
Marcin Grzejszczak
ddc66b4c0c Going back to Snapshots 2016-07-22 16:22:47 +02:00
Marcin Grzejszczak
62f7d48f8d Bumping version before M1 release 2016-07-22 16:17:30 +02:00
Marcin Grzejszczak
0f3a8fef61 Fixed poms before M1 2016-07-22 15:53:26 +02:00
Marcin Grzejszczak
7496101b1d Fixed the generation of values for regexs 2016-07-21 14:35:59 +02:00
Marcin Grzejszczak
5ef7a7fee2 Changed client / server to consumer / producer 2016-07-21 12:08:38 +02:00
Marcin Grzejszczak
4f2f04a820 Bumped up Gradle to 2.14.1 2016-07-21 10:33:29 +02:00
Marcin Grzejszczak
72e67d6397 Polish 2016-07-20 19:39:01 +02:00
Marcin Grzejszczak
251e160e9b Added starters
fixes #40
2016-07-20 14:35:12 +02:00
Marcin Grzejszczak
4d5badafda Changed contractVerifier into contracts 2016-07-20 12:49:58 +02:00
Marcin Grzejszczak
5b900561c9 Migrated from Groovy to Java in Maven plugin 2016-07-20 12:26:50 +02:00
Marcin Grzejszczak
6bc967dfae Updating docs and code 2016-07-19 18:55:28 +02:00
Marcin Grzejszczak
8eda8860c9 Fixing Gradle 2016-07-19 18:35:01 +02:00
Marcin Grzejszczak
7b99b1c8d5 Made Maven plugin react on test skipping 2016-07-19 18:06:36 +02:00
Dave Syer
d023af1259 Remove messagingLibs 2016-07-19 14:52:06 +01:00
Dave Syer
0f8bd476b2 Fix gmaven config 2016-07-19 14:44:55 +01:00
Dave Syer
de00a6bb35 Fix maven plugin dependencies 2016-07-19 14:41:45 +01:00
Dave Syer
675278eb4f Remove some references to deleted projects 2016-07-19 14:35:08 +01:00
Dave Syer
4137d964f8 Move verifier up to top level 2016-07-19 14:35:08 +01:00
Dave Syer
ed33669e91 Fix dependencies in gradle plugin 2016-07-19 12:18:42 +01:00
Dave Syer
e3c564e023 Move converters to tools directory 2016-07-19 12:18:01 +01:00
Marcin Grzejszczak
e9f1d7150a Added Jacoco for Gradle 2016-07-15 15:36:36 +02:00
Dave Syer
15dc75dece Move plugins in to tools folder
Also rename plugins removing 'verifer'.
2016-07-15 10:49:14 +01:00