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
Steps:
Select an information model > Generate > Web Application Generator Expected Result:
A Web App project should be generated without any errors Actual Result:
Error in pom.xml that some jars are missing.
Did a maven update, but the pom file still has some errors like Missing artifact org.webjars:d3js:jar:3.4.11
This is because vorto version in the pom file is given as 0.10.0-SNAPSHOT
It should be 0.10.0-M1
The text was updated successfully, but these errors were encountered:
Steps:
Select an information model > Generate > Web Application Generator
Expected Result:
A Web App project should be generated without any errors
Actual Result:
Error in pom.xml that some jars are missing.
Did a maven update, but the pom file still has some errors like Missing artifact org.webjars:d3js:jar:3.4.11
This is because vorto version in the pom file is given as 0.10.0-SNAPSHOT
It should be 0.10.0-M1
The text was updated successfully, but these errors were encountered: