Not able to download Jars from nexus

I have project A which is dependency of project B.
Since project B should get latest jar version of Project A . I purge Project A jar from local so Project B will get Project A jar from nexus since it has been deleted from local.

I can see in the logs that It can download jar from nexus . but still getting pom for jar is missing

below are the logs
Downloaded from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/exception/master/model/smartpra-exception-master-model/0.0.1-SNAPSHOT/maven-metadata.xml (823 B at 11 kB/s)
[INFO] Downloading from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/exception/master/smartpra-exception-master/0.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/exception/master/smartpra-exception-master/0.0.1-SNAPSHOT/maven-metadata.xml (637 B at 8.6 kB/s)
[INFO] Downloading from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/batch/global/model/smartpra-batch-global-model/0.0.1-SNAPSHOT/smartpra-batch-global-model-0.0.1-20191113.082812-46.jar
[INFO] Downloaded from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/batch/global/model/smartpra-batch-global-model/0.0.1-SNAPSHOT/smartpra-batch-global-model-0.0.1-20191113.082812-46.jar (11 kB at 192 kB/s)
[INFO] Downloading from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/global/master/model/smartpra-global-master-model/0.0.1-SNAPSHOT/smartpra-global-master-model-0.0.1-20191113.082637-47.jar
[INFO] Downloaded from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/global/master/model/smartpra-global-master-model/0.0.1-SNAPSHOT/smartpra-global-master-model-0.0.1-20191113.082637-47.jar (126 kB at 1.2 MB/s)
[INFO] Downloading from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/master/model/smartpra-master-model/0.0.1-SNAPSHOT/smartpra-master-model-0.0.1-20191126.094645-53.jar
[INFO] Downloaded from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/master/model/smartpra-master-model/0.0.1-SNAPSHOT/smartpra-master-model-0.0.1-20191126.094645-53.jar (183 kB at 1.7 MB/s)
[INFO] Downloading from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/exception/txn/model/smartpra-exception-txn-model/0.0.1-SNAPSHOT/smartpra-exception-txn-model-0.0.1-20191113.082952-44.jar
[INFO] Downloaded from : ://10.245.240.43:8081/nexus/repository/maven-snapshots/com/sgl/smartpra/exception/txn/model/smartpra-exception-txn-model/0.0.1-SNAPSHOT/smartpra-exception-txn-model-0.0.1-20191113.082952-44.jar (60 kB at 929 kB/s)
[INFO]
[INFO] — maven-clean-plugin:2.5:clean (default-clean) @ smartpra-batch-validator-sales —
[INFO]
[INFO] — maven-dependency-plugin:3.1.1:purge-local-repository (purge-local-dependencies) @ smartpra-batch-validator-sales —
[WARNING] The POM for com.sgl.smartpra.batch.global.model:smartpra-batch-global-model:jar:0.0.1-20191113.082812-46 is missing, no dependency information available
[WARNING] The POM for com.sgl.smartpra.global.master.model:smartpra-global-master-model:jar:0.0.1-20191113.082637-47 is missing, no dependency information available
[WARNING] The POM for com.sgl.smartpra.master.model:smartpra-master-model:jar:0.0.1-20191126.094645-53 is missing, no dependency information available
[WARNING] The POM for com.sgl.smartpra.exception.txn.model:smartpra-exception-txn-model:jar:0.0.1-20191113.082952-44 is missing, no dependency information available
[WARNING] The POM for com.sgl.smartpra.batch.global.model:smartpra-batch-global-model:jar:0.0.1-20191113.082812-46 is missing, no dependency information available
[WARNING] The POM for com.sgl.smartpra.global.master.model:smartpra-global-master-model:jar:0.0.1-20191113.082637-47 is missing, no dependency information available
[WARNING] The POM for com.sgl.smartpra.master.model:smartpra-master-model:jar:0.0.1-20191126.094645-53 is missing, no dependency information available
[WARNING] The POM for com.sgl.smartpra.exception.txn.model:smartpra-exception-txn-model:jar:0.0.1-20191113.082952-44 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.800 s
[INFO] Finished at: 2019-12-03T15:39:44+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:purge-local-repository (purge-local-dependencies) on project smartpra-batch-validator-sales: Failed to refresh project dependencies for: com.sgl.smartpra.batch.bsp:smartpra-batch-validator-sales:jar:0.0.1-SNAPSHOT: required artifacts missing:
[ERROR] com.sgl.smartpra.batch.global.model:smartpra-batch-global-model:jar:0.0.1-SNAPSHOT
[ERROR] com.sgl.smartpra.global.master.model:smartpra-global-master-model:jar:0.0.1-SNAPSHOT
[ERROR] com.sgl.smartpra.master.model:smartpra-master-model:jar:0.0.1-SNAPSHOT
[ERROR] com.sgl.smartpra.exception.txn.model:smartpra-exception-txn-model:jar:0.0.1-SNAPSHOT