fabric8io / ipaas-quickstarts

quickstarts for the fabric8 project
Apache License 2.0
66 stars 86 forks source link

The CI server for ipaas-quickstarts uses Java 1.8 and the source requires 1.7 to build and test #1123

Closed davsclaus closed 8 years ago

davsclaus commented 8 years ago

and for some odd reason this project requires java 1.7 to build and test everything. Java 1.8 just skips all of the modules.

@rawlingsj isn't there something better we can do? https://github.com/fabric8io/ipaas-quickstarts/blob/master/pom.xml#L400

As any PR will pass every time even if it breaks the build.

Maybe we need / can use a -Prelease project or something ?

rawlingsj commented 8 years ago

I'm hoping this pr will sort it, I've added the list of default modules to run back in (not sure why they went in the first place), then my expectation is the release profile will override this list and not build / release the quickstarts but only the archetypes.

Lets see with this next release...