I can't deploy to resository

I can upload a war file with the Sonatype Nexus Repository Manager. If I deploy with Maven, it says it uploaded the war file, but the time stamp has not changed.

[INFO] Uploaded to : http://nexus.domain.com/repository/releases/com/domain/storefrontexternalservices/StoreFrontExternalServices/23.3/StoreFrontExternalServices-23.3.war

If I delete the uploaded war file with Sonatype Nexus Repository Manager and the deploy with Maven, I get this error…

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project StoreFrontExternalServices: Failed to deploy artifacts: Could not find artifact com.boscovs.storefrontexternalservices:StoreFrontExternalServices:war:23.3 in boscov-nexus (http://nexus.domain.com/repository/releases/) → [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project StoreFrontExternalServices: Failed to deploy artifacts: Could not find artifact

I have “Allow redeploy” on.

This is the first time I posted. Let me know if I need to post info from my pom.xml file or supply additional information.

I’ve been try to do this for days.

I can also upload the war file using Jenkins. If I do it a second time, the war file is updated. Jenkins is using Nexus Repository Manager Publisher as a post build step

I installed the latest version of Eclipse 2023-12 and the issue was resolved