as it seems - previous configuration was not usefull. Spring jar is treated like script on nexus.

Solution:
Turn off strict content type validation on nexus repository
This commit is contained in:
JustFiesta 2024-04-10 12:12:51 +02:00
parent a0ed16fea6
commit f2fabf7b0b

12
pom.xml
View file

@ -163,18 +163,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<executions>
<execution>
<id>deploy-jar-file</id>
<phase>deploy</phase>
<goals>
<goal>deploy-file</goal>
</goals>
<configuration>
<packaging>jar</packaging>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>