You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am a new bee in Tars, I have two issues while trying out examples tars-spring-boot-http-server and tars-spring-boot-server on Tarsweb.
ISSUE1: While converting tars-springboot-server into jar file using "mvn package" i have encountered the following error [centos@tars-mater1 tars-spring-boot-server]$ mvn package
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] 'groupId' is missing. @ line 4, column 109
[FATAL] 'version' is missing. @ line 4, column 109
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project [unknown-group-id]:tars-spring-boot-server:[unknown-version] (/home/centos/TarsJava/examples/tars-spring-boot-server/pom.xml) has 2 errors
[ERROR] 'groupId' is missing. @ line 4, column 109
[ERROR] 'version' is missing. @ line 4, column 109
[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/ProjectBuildingException
ISSUE2: Also after uploading tars-spring-boot-http-server.jar file in tarsweb i am getting "Failed:system error" in publishing timestamp of uploaded package.
Can someone please give thier valuable inputs on resolving this issue.Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I am a new bee in Tars, I have two issues while trying out examples tars-spring-boot-http-server and tars-spring-boot-server on Tarsweb.
ISSUE1: While converting tars-springboot-server into jar file using "mvn package" i have encountered the following error
[centos@tars-mater1 tars-spring-boot-server]$ mvn package
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] 'groupId' is missing. @ line 4, column 109
[FATAL] 'version' is missing. @ line 4, column 109
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project [unknown-group-id]:tars-spring-boot-server:[unknown-version] (/home/centos/TarsJava/examples/tars-spring-boot-server/pom.xml) has 2 errors
[ERROR] 'groupId' is missing. @ line 4, column 109
[ERROR] 'version' is missing. @ line 4, column 109
[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/ProjectBuildingException
ISSUE2: Also after uploading tars-spring-boot-http-server.jar file in tarsweb i am getting "Failed:system error" in publishing timestamp of uploaded package.
Can someone please give thier valuable inputs on resolving this issue.Thanks in advance.
The text was updated successfully, but these errors were encountered: