jboss-developer / jboss-jdg-quickstarts

Quickstarts (or examples, or samples) for Infinispan.
Apache License 2.0
67 stars 99 forks source link

Versions #211

Closed karesti closed 6 years ago

karesti commented 6 years ago

@galderz is it fine for you now Galder ?

galderz commented 6 years ago

Looks good. Is there a CI run for this?

galderz commented 6 years ago

@karesti Running locally I see:

[ERROR] The build could not read 4 projects -> [Help 1]
[ERROR]
[ERROR]   The project org.jboss.quickstarts.jdg:jboss-spring-jdg:7.3.0-SNAPSHOT (/Users/g/1/jboss-jdg-quickstarts/spring/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar is missing. @ line 70, column 21
[ERROR]
[ERROR]   The project org.jboss.quickstarts.jdg:jboss-spring-boot-session-tomcat:7.3.0-SNAPSHOT (/Users/g/1/jboss-jdg-quickstarts/spring-session/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar is missing. @ line 65, column 21
[ERROR]
[ERROR]   The project org.jboss.quickstarts.jdg:jboss-carmart-tx:7.3.0-SNAPSHOT (/Users/g/1/jboss-jdg-quickstarts/carmart-tx/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar is missing. @ line 180, column 21
[ERROR]
[ERROR]   The project org.jboss.quickstarts.jdg:jboss-hadoop-quickstart:7.3.0-SNAPSHOT (/Users/g/1/jboss-jdg-quickstarts/hadoop/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.flink:flink-java:jar is missing. @ line 80, column 21

With this from root:

mvn -DskipTests=true clean install -s settings.xml
galderz commented 6 years ago

@karesti Is this fixed?

karesti commented 6 years ago

@galderz still need to do by hand the mvn clean install for jdg/build-configuration

galderz commented 6 years ago

@karesti Merging this for now, please sort out CI as soon as possible.