diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-07-27 15:57:19 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-07-27 15:57:19 +0100 |
commit | eddb3dd5458232b1cb5a1ebe940934949607aee6 (patch) | |
tree | 2789061d10d188a8d67e045b114cd310d183f699 | |
parent | 71a61bb124a906e6327e78f45ecc9a0f7b1ec0dc (diff) |
Update docker profile for ncmp-dmi-plugin
Issue-ID: CPS-520
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I871f6ec12c06f4f7c54361a981dba7eef720b14c
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -409,7 +409,7 @@ </build> <profiles> <profile> - <id>dmi-docker</id> + <id>docker</id> <activation> <activeByDefault>true</activeByDefault> </activation> |