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
I cloned the current master version (1.4.0-SNAPSHOT), tried to use it but the error I got was the same.
After some debugging the issue was related to the fact that in file:
The field repository.type (line 66) was always "default" despite the actual value of the repository layout tag.
After some investigations I supposed that the bug was related to maven (I was using mvn version 3.6.1 on Windows 10). Updating to maven 3.6.3 fixed the issue.
In other words, the p2-maven-plugin p2 repository artifacts integration does not work with maven 3.6.1, at least on Windows 10.
I suppose that worth to mention this in the README.md file.
sparsick
added a commit
to sparsick/p2-maven-plugin
that referenced
this issue
Jan 7, 2020
If I try the provided p2 example with version 1.3.0 of the plugin I get this error:
The text was updated successfully, but these errors were encountered: