Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing issue while building archetype #122

Open
odidev opened this issue Apr 14, 2020 · 0 comments
Open

Facing issue while building archetype #122

odidev opened this issue Apr 14, 2020 · 0 comments

Comments

@odidev
Copy link

odidev commented Apr 14, 2020

Hi team, I am facing below issues while running archetype module:

  1. 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
  1. 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 :

  1. gwt-version is changed from 2.5.1 to 2.7.0, to resolve dependency issues with gwt-dev dependency.
  2. 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?

odidev added a commit to odidev/geomajas-project-client-gwt that referenced this issue Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant