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 team, I am facing below issues while running archetype module:
Issue :
http://repo.geomajas.org/nexus/content/groups/public/com/google/gwt/gwt-user/2.5.1/gwt-user-2.5.1.jar (29 MB at 701 kB/s)
[INFO] [INFO] [ERROR] Element 'module' beginning on line 17 contains unexpected attribute 'type'
[INFO] [INFO] [ERROR] Failure while parsing XML
Issue :
[INFO] [ERROR] The project com.foo:test:1.0.0 (/odidev/geomajas-project-client-gwt/archetype/target/it/projects/verify/test/interpolated-pom.xml) has 1 error
[INFO] [ERROR] 'dependencies.dependency.version' for org.geomajas.plugin:geomajas-plugin-caching:jar is missing. @ line 87, column 15
Issues got resolved when I have modified file geomajas-project-client-gwt/archetype/src/main/resources/archetype-resources/pom.xml as below:
Resolution :
gwt-version is changed from 2.5.1 to 2.7.0, to resolve dependency issues with gwt-dev dependency.
Version for geomajas-plugin-caching, i.e. 2.0.0, has been added, as it is nowhere defined.
==> Can I raise PR for the same or do we have to check for any other resolutions?
The text was updated successfully, but these errors were encountered:
odidev
added a commit
to odidev/geomajas-project-client-gwt
that referenced
this issue
Apr 23, 2020
Hi team, I am facing below issues while running archetype module:
Issues got resolved when I have modified file geomajas-project-client-gwt/archetype/src/main/resources/archetype-resources/pom.xml as below:
Resolution :
==> Can I raise PR for the same or do we have to check for any other resolutions?
The text was updated successfully, but these errors were encountered: