-
Notifications
You must be signed in to change notification settings - Fork 644
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
NPE when using <external> #1253
Comments
I had this happen to me as well. I fixed it, by moving away from external to docker.imagePropertyConfiguration = override in my top level pom, and docker.imagePropertyConfiguration = skip in the pom where I am setting some image build information such as name, tags, and contextDir. I take this back.. setting the override in my top level pom ignored my Dockerfiles and completely broke my images |
There's a fix merged in recently which should solve this issue. Could you please try whether a d-m-p built from master does fix it for you ? |
I can try when I get to dmp again, which will be in around few weeks. If that's ok. |
No worries. We will have then probably already the next release, to you can directly test on a released version then. |
Same here with exact same version under Windows 10:
|
Can you please link the corresponding issue or commit fix? Thanks. ==> I think it's this one: #1274 |
@svenhaag : Are you able to reproduce this error on a SNAPSHOT build of master of this plugin? |
Yeah, indeed it works as expected. Thanks! |
@svenhaag : cool, it would be released soon |
Let's plan a release for the weekend. |
Description
When using
<external>
, DMP throws a NPE.Following the docs at https://dmp.fabric8.io/#combining-property-config .
Info
mvn -v
) :Maven home: /sw/prog/maven-3.6.0
Java version: 12.0.1, vendor: Oracle Corporation, runtime: /sw/prog/jdk/12.0.1
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-55-generic", arch: "amd64", family: "unix"
It seems it's caused by lack of some expected property.
This throws:
The text was updated successfully, but these errors were encountered: