Missing io.featurehub.tiles #338
Answered
by
rvowles
LucioRebora
asked this question in
Q&A
Replies: 4 comments 9 replies
-
Hey, just checking you saw this https://docs.featurehub.io/developers.html |
Beta Was this translation helpful? Give feedback.
1 reply
-
I had same error. i have copied plugins details from tile-java.xml and put it in pom.xml manually. its worked |
Beta Was this translation helpful? Give feedback.
1 reply
-
hi - can you try this? from your checkout, type: cd backend mvn -f pom-first.xml clean install then go back up one level and mvn -T4C clean install |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can you go into the backend/sse-edge project and try a d mvn clean install
and if it fails please put the output in this discussion? Thanks!
…On Thu, Apr 29, 2021 at 3:54 PM LucioRebora ***@***.***> wrote:
Hi, something we advance. Crash creating "edge 1.1-SNAPSHOT". I start to
investigate. Thank you very much for the help.
[image: image]
<https://user-images.githubusercontent.com/26748830/116500366-d2293f00-a884-11eb-9d51-0a8563ce345d.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#338 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAANTWFYHK6VK2RXGYJBJQTTLDJ6ZANCNFSM43WHH4MA>
.
--
---
Richard Vowles,
Full stack - from Kubernetes, through Node & Java, Web and Mobile
development in Flutter - software developer for hire!
ph: +64275467747
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
LucioRebora
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i have problems when excecute
mvn clean install
for run in local.I use Java 11
Can you help me please?
featurehub git:(master) ✗ mvn clean install [INFO] Scanning for projects... [INFO] gitflow-incremental-builder is disabled. [ERROR] Missing: [ERROR] ---------- [ERROR] 1) io.featurehub.tiles:tile-java:xml:[1.1,2) [ERROR] [ERROR] Try downloading the file manually from the project website. [ERROR] [ERROR] Then, install it using the command: [ERROR] mvn install:install-file -DgroupId=io.featurehub.tiles -DartifactId=tile-java -Dversion=[1.1,2) -Dpackaging=xml -Dfile=/path/to/file [ERROR] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [ERROR] mvn deploy:deploy-file -DgroupId=io.featurehub.tiles -DartifactId=tile-java -Dversion=[1.1,2) -Dpackaging=xml -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] ---------- [ERROR] 1 required artifact is missing. [ERROR] [ERROR] for artifact: [ERROR] io.featurehub.tiles:tile-java:xml:[1.1,2) [ERROR] [ERROR] from the specified remote repositories: [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
Beta Was this translation helpful? Give feedback.
All reactions