Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
COnX public maven repository


From your log i can see that maven tries to download version: "unknown", please check your pom if you set the property correctly.

https://gitlab.campusonline.community/campusonline/conx-examples/-/blob/1.4.2/co-supersonic/pom.xml?ref_type=tags#L23

https://gitlab.campusonline.community/campusonline/conx-examples/-/blob/1.4.2/co-supersonic/pom.xml?ref_type=tags#L46

  
  
Posted 6 months ago
Lucas Reeh
108 × 4 Administrator
  
  

the pub-universe-bom version is set to ${conx.platform.version}

functionaldude   6 months ago Report
148 Views
0 Answers
6 months ago
6 months ago