[ https://issues.apache.org/jira/browse/MNG-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606486#comment-16606486 ]
Haotian Wu commented on MNG-6469: --------------------------------- [INFO] Using alternate deployment repository sonatype-nexus-staging::default::http://oss.sonatype.org/service/local/staging/deploy/maven2 [DEBUG] Using transporter WagonTransporter with priority -1.0 for http://oss.sonatype.org/service/local/staging/deploy/maven2 [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for http://oss.sonatype.org/service/local/staging/deploy/maven2 with username=myorg, password=*** Uploading to sonatype-nexus-staging: http://oss.sonatype.org/service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom [DEBUG] http-outgoing-0 >> "PUT /service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom HTTP/1.1[\r][\n]" [DEBUG] http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" [DEBUG] http-outgoing-0 >> "Cache-store: no-store[\r][\n]" [DEBUG] http-outgoing-0 >> "Pragma: no-cache[\r][\n]" [DEBUG] http-outgoing-0 >> "Expires: 0[\r][\n]" [DEBUG] http-outgoing-0 >> "Accept-Encoding: gzip[\r][\n]" [DEBUG] http-outgoing-0 >> "User-Agent: Apache-Maven/3.5.4 (Java 1.8.0_171; Mac OS X 10.13.6)[\r][\n]" [DEBUG] http-outgoing-0 >> "Content-Length: 4936[\r][\n]" [DEBUG] http-outgoing-0 >> "Host: oss.sonatype.org[\r][\n]" [DEBUG] http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" [DEBUG] http-outgoing-0 >> "Expect: 100-continue[\r][\n]" [DEBUG] http-outgoing-0 >> "Authorization: Basic YW1hem9ud2Vic2VydmljZXM6cUlAaWE1NzMkMEFu[\r][\n]" [DEBUG] http-outgoing-0 >> "[\r][\n]" [DEBUG] http-outgoing-0 << "HTTP/1.1 100 Continue[\r][\n]" [DEBUG] http-outgoing-0 << "[\r][\n]" [DEBUG] http-outgoing-0 >> "<project xmlns="http://maven.apache.org/POM/4.0.0"[\n]" [DEBUG] http-outgoing-0 >> ">[\n]" [DEBUG] http-outgoing-0 >> " <modelVersion>4.0.0</modelVersion>[\n]" [DEBUG] http-outgoing-0 >> " <groupId>com.mycompany</groupId>[\n]" [DEBUG] http-outgoing-0 >> " <artifactId>myproject-sdk-pom</artifactId>[\n]" [DEBUG] http-outgoing-0 >> " <version>2.0.1</version>[\n]" [DEBUG] http-outgoing-0 >> " <packaging>pom</packaging>[\n]" [DEBUG] http-outgoing-0 >> " <name>My Project</name>[\n]" [DEBUG] http-outgoing-0 >> " <url>https://mycompany.com/documentation/service/</url>[\n]" [DEBUG] http-outgoing-0 >> " <licenses>[\n]" [DEBUG] http-outgoing-0 >> " <license>[\n]" [DEBUG] http-outgoing-0 >> " <name>Apache License, Version 2.0</name>[\n]" [DEBUG] http-outgoing-0 >> " <url>https://mycompany.com/apache2.0</url>[\n]" [DEBUG] http-outgoing-0 >> " <distribution>repo</distribution>[\n]" [DEBUG] http-outgoing-0 >> " </license>[\n]" [DEBUG] http-outgoing-0 >> " </licenses>[\n]" [DEBUG] http-outgoing-0 >> " <developers>[\n]" [DEBUG] http-outgoing-0 >> " <developer>[\n]" [DEBUG] http-outgoing-0 >> " <id>myorg</id>[\n]" [DEBUG] http-outgoing-0 >> " <organization>My Company</organization>[\n]" [DEBUG] http-outgoing-0 >> " <organizationUrl>https://mycompany.com</organizationUrl>[\n]" [DEBUG] http-outgoing-0 >> " <roles>[\n]" [DEBUG] http-outgoing-0 >> " <role>developer</role>[\n]" [DEBUG] http-outgoing-0 >> " </roles>[\n]" [DEBUG] http-outgoing-0 >> " </developer>[\n]" [DEBUG] http-outgoing-0 >> " </developers>[\n]" [DEBUG] http-outgoing-0 >> " <scm>[\n]" [DEBUG] http-outgoing-0 >> " <url>https://github.com/service/myproject-java.git</url>[\n]" [DEBUG] http-outgoing-0 >> " </scm>[\n]" [DEBUG] http-outgoing-0 >> " <modules>[\n]" [DEBUG] http-outgoing-0 >> " <module>myproject-sdk-apache-http</module>[\n]" [DEBUG] http-outgoing-0 >> " <module>myproject-sdk-service-sdk</module>[\n]" [DEBUG] http-outgoing-0 >> " <module>myproject-sdk-service-sdk-instrumentor</module>[\n]" [DEBUG] http-outgoing-0 >> " <module>myproject-sdk-bom</module>[\n]" [DEBUG] http-outgoing-0 >> " <module>myproject-sdk-core</module>[\n]" [DEBUG] http-outgoing-0 >> " <module>myproject-sdk-sql-mysql</module>[\n]" [DEBUG] http-outgoing-0 >> " <module>myproject-sdk-sql-postgres</module>[\n]" [DEBUG] http-outgoing-0 >> " <module>myproject-sdk-spring</module>[\n]" [DEBUG] http-outgoing-0 >> " </modules>[\n]" [DEBUG] http-outgoing-0 >> " <distributionManagement>[\n]" [DEBUG] http-outgoing-0 >> " <repository>[\n]" [DEBUG] http-outgoing-0 >> " <id>sonatype-nexus-staging</id>[\n]" [DEBUG] http-outgoing-0 >> " <name>staging-repo</name>[\n]" [DEBUG] http-outgoing-0 >> " <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>[\n]" [DEBUG] http-outgoing-0 >> " </repository>[\n]" [DEBUG] http-outgoing-0 >> " </distributionManagement>[\n]" [DEBUG] http-outgoing-0 >> " <properties>[\n]" [DEBUG] http-outgoing-0 >> " <myprojectsdk.version>2.0.1</myprojectsdk.version>[\n]" [DEBUG] http-outgoing-0 >> " <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>[\n]" [DEBUG] http-outgoing-0 >> " </properties>[\n]" [DEBUG] http-outgoing-0 >> " <build>[\n]" [DEBUG] http-outgoing-0 >> " <plugins>[\n]" [DEBUG] http-outgoing-0 >> " <plugin>[\n]" [DEBUG] http-outgoing-0 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-0 >> " <artifactId>maven-compiler-plugin</artifactId>[\n]" [DEBUG] http-outgoing-0 >> " <version>3.5.1</version>[\n]" [DEBUG] http-outgoing-0 >> " <configuration>[\n]" [DEBUG] http-outgoing-0 >> " <source>8</source>[\n]" [DEBUG] http-outgoing-0 >> " <target>8</target>[\n]" [DEBUG] http-outgoing-0 >> " </configuration>[\n]" [DEBUG] http-outgoing-0 >> " </plugin>[\n]" [DEBUG] http-outgoing-0 >> " <plugin>[\n]" [DEBUG] http-outgoing-0 >> " <groupId>org.codehaus.mojo</groupId>[\n]" [DEBUG] http-outgoing-0 >> " <artifactId>properties-maven-plugin</artifactId>[\n]" [DEBUG] http-outgoing-0 >> " <version>1.0.0</version>[\n]" [DEBUG] http-outgoing-0 >> " <executions>[\n]" [DEBUG] http-outgoing-0 >> " <execution>[\n]" [DEBUG] http-outgoing-0 >> " <phase>generate-resources</phase>[\n]" [DEBUG] http-outgoing-0 >> " <goals>[\n]" [DEBUG] http-outgoing-0 >> " <goal>write-project-properties</goal>[\n]" [DEBUG] http-outgoing-0 >> " </goals>[\n]" [DEBUG] http-outgoing-0 >> " <configuration>[\n]" [DEBUG] http-outgoing-0 >> " <outputFile>${project.build.outputDirectory}/com/mycompany/service/sdk.properties</outputFile>[\n]" [DEBUG] http-outgoing-0 >> " </configuration>[\n]" [DEBUG] http-outgoing-0 >> " </execution>[\n]" [DEBUG] http-outgoing-0 >> " </executions>[\n]" [DEBUG] http-outgoing-0 >> " </plugin>[\n]" [DEBUG] http-outgoing-0 >> " <plugin>[\n]" [DEBUG] http-outgoing-0 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-0 >> " <artifactId>maven-surefire-plugin</artifactId>[\n]" [DEBUG] http-outgoing-0 >> " <version>2.20</version>[\n]" [DEBUG] http-outgoing-0 >> " <configuration>[\n]" [DEBUG] http-outgoing-0 >> " <runOrder>random</runOrder>[\n]" [DEBUG] http-outgoing-0 >> " </configuration>[\n]" [DEBUG] http-outgoing-0 >> " </plugin>[\n]" [DEBUG] http-outgoing-0 >> " <plugin>[\n]" [DEBUG] http-outgoing-0 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-0 >> " <artifactId>maven-shade-plugin</artifactId>[\n]" [DEBUG] http-outgoing-0 >> " <version>2.3</version>[\n]" [DEBUG] http-outgoing-0 >> " </plugin>[\n]" [DEBUG] http-outgoing-0 >> " <plugin>[\n]" [DEBUG] http-outgoing-0 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-0 >> " <artifactId>maven-gpg-plugin</artifactId>[\n]" [DEBUG] http-outgoing-0 >> " <version>1.6</version>[\n]" [DEBUG] http-outgoing-0 >> " <executions>[\n]" [DEBUG] http-outgoing-0 >> " <execution>[\n]" [DEBUG] http-outgoing-0 >> " <id>sign-artifacts</id>[\n]" [DEBUG] http-outgoing-0 >> " <phase>verify</phase>[\n]" [DEBUG] http-outgoing-0 >> " <goals>[\n]" [DEBUG] http-outgoing-0 >> " <goal>sign</goal>[\n]" [DEBUG] http-outgoing-0 >> " </goals>[\n]" [DEBUG] http-outgoing-0 >> " </execution>[\n]" [DEBUG] http-outgoing-0 >> " </executions>[\n]" [DEBUG] http-outgoing-0 >> " </plugin>[\n]" [DEBUG] http-outgoing-0 >> " <plugin>[\n]" [DEBUG] http-outgoing-0 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-0 >> " <artifactId>maven-source-plugin</artifactId>[\n]" [DEBUG] http-outgoing-0 >> " <version>3.0.1</version>[\n]" [DEBUG] http-outgoing-0 >> " <executions>[\n]" [DEBUG] http-outgoing-0 >> " <execution>[\n]" [DEBUG] http-outgoing-0 >> " <id>attach-sources</id>[\n]" [DEBUG] http-outgoing-0 >> " <goals>[\n]" [DEBUG] http-outgoing-0 >> " <goal>jar-no-fork</goal>[\n]" [DEBUG] http-outgoing-0 >> " </goals>[\n]" [DEBUG] http-outgoing-0 >> " </execution>[\n]" [DEBUG] http-outgoing-0 >> " </executions>[\n]" [DEBUG] http-outgoing-0 >> " </plugin>[\n]" [DEBUG] http-outgoing-0 >> " <plugin>[\n]" [DEBUG] http-outgoing-0 >> " <artifactId>maven-javadoc-plugin</artifactId>[\n]" [DEBUG] http-outgoing-0 >> " <version>2.10.4</version>[\n]" [DEBUG] http-outgoing-0 >> " <configuration>[\n]" [DEBUG] http-outgoing-0 >> " <footer> <![CDATA[[\n]" [DEBUG] http-outgoing-0 >> " <script src="/SdkStatic/sdk-priv.js" async="true"></script>[\n]" [DEBUG] http-outgoing-0 >> " ]]>[\n]" [DEBUG] http-outgoing-0 >> " </footer>[\n]" [DEBUG] http-outgoing-0 >> " <bottom><![CDATA[Copyright © 2018 My Company, Inc. All Rights Reserved.]]></bottom>[\n]" [DEBUG] http-outgoing-0 >> " <additionalparam>--allow-script-in-comments</additionalparam>-->[\n]" [DEBUG] http-outgoing-0 >> " </configuration>[\n]" [DEBUG] http-outgoing-0 >> " <executions>[\n]" [DEBUG] http-outgoing-0 >> " <execution>[\n]" [DEBUG] http-outgoing-0 >> " <id>javadoc-jar</id>[\n]" [DEBUG] http-outgoing-0 >> " <phase>package</phase>[\n]" [DEBUG] http-outgoing-0 >> " <goals>[\n]" [DEBUG] http-outgoing-0 >> " <goal>jar</goal>[\n]" [DEBUG] http-outgoing-0 >> " </goals>[\n]" [DEBUG] http-outgoing-0 >> " </execution>[\n]" [DEBUG] http-outgoing-0 >> " </executions>[\n]" [DEBUG] http-outgoing-0 >> " </plugin>[\n]" [DEBUG] http-outgoing-0 >> " </plugins>[\n]" [DEBUG] http-outgoing-0 >> " </build>[\n]" [DEBUG] http-outgoing-0 >> "</project>[\n]" [DEBUG] http-outgoing-0 << "HTTP/1.1 301 Moved Permanently[\r][\n]" [DEBUG] http-outgoing-0 << "Date: Thu, 06 Sep 2018 22:30:25 GMT[\r][\n]" [DEBUG] http-outgoing-0 << "Server: nginx[\r][\n]" [DEBUG] http-outgoing-0 << "Location: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom[\r][\n]" [DEBUG] http-outgoing-0 << "Content-Length: 178[\r][\n]" [DEBUG] http-outgoing-0 << "Content-Type: text/html[\r][\n]" [DEBUG] http-outgoing-0 << "Via: 1.1 iad7-proxy-6.mycompany.com:80 (Cisco-WSA/10.5.1-296)[\r][\n]" [DEBUG] http-outgoing-0 << "Connection: keep-alive[\r][\n]" [DEBUG] http-outgoing-0 << "[\r][\n]" [DEBUG] http-outgoing-0 << "<html>[\r][\n]" [DEBUG] http-outgoing-0 << "<head><title>301 Moved Permanently</title></head>[\r][\n]" [DEBUG] http-outgoing-0 << "<body bgcolor="white">[\r][\n]" [DEBUG] http-outgoing-0 << "<center><h1>301 Moved Permanently</h1></center>[\r][\n]" [DEBUG] http-outgoing-0 << "<hr><center>nginx</center>[\r][\n]" [DEBUG] http-outgoing-0 << "</body>[\r][\n]" [DEBUG] http-outgoing-0 << "</html>[\r][\n]" [DEBUG] http-outgoing-1 >> "PUT /service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom HTTP/1.1[\r][\n]" [DEBUG] http-outgoing-1 >> "Cache-control: no-cache[\r][\n]" [DEBUG] http-outgoing-1 >> "Cache-store: no-store[\r][\n]" [DEBUG] http-outgoing-1 >> "Pragma: no-cache[\r][\n]" [DEBUG] http-outgoing-1 >> "Expires: 0[\r][\n]" [DEBUG] http-outgoing-1 >> "Accept-Encoding: gzip[\r][\n]" [DEBUG] http-outgoing-1 >> "User-Agent: Apache-Maven/3.5.4 (Java 1.8.0_171; Mac OS X 10.13.6)[\r][\n]" [DEBUG] http-outgoing-1 >> "Content-Length: 4936[\r][\n]" [DEBUG] http-outgoing-1 >> "Host: oss.sonatype.org[\r][\n]" [DEBUG] http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" [DEBUG] http-outgoing-1 >> "Expect: 100-continue[\r][\n]" [DEBUG] http-outgoing-1 >> "[\r][\n]" [DEBUG] http-outgoing-1 << "HTTP/1.1 100 Continue[\r][\n]" [DEBUG] http-outgoing-1 << "[\r][\n]" [DEBUG] http-outgoing-1 >> "<project xmlns="http://maven.apache.org/POM/4.0.0"[\n]" [DEBUG] http-outgoing-1 >> ">[\n]" [DEBUG] http-outgoing-1 >> " <modelVersion>4.0.0</modelVersion>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>com.mycompany</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>myproject-sdk-pom</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>2.0.1</version>[\n]" [DEBUG] http-outgoing-1 >> " <packaging>pom</packaging>[\n]" [DEBUG] http-outgoing-1 >> " <name>My Project</name>[\n]" [DEBUG] http-outgoing-1 >> " <url>https://mycompany.com/documentation/service/</url>[\n]" [DEBUG] http-outgoing-1 >> " <licenses>[\n]" [DEBUG] http-outgoing-1 >> " <license>[\n]" [DEBUG] http-outgoing-1 >> " <name>Apache License, Version 2.0</name>[\n]" [DEBUG] http-outgoing-1 >> " <url>https://mycompany.com/apache2.0</url>[\n]" [DEBUG] http-outgoing-1 >> " <distribution>repo</distribution>[\n]" [DEBUG] http-outgoing-1 >> " </license>[\n]" [DEBUG] http-outgoing-1 >> " </licenses>[\n]" [DEBUG] http-outgoing-1 >> " <developers>[\n]" [DEBUG] http-outgoing-1 >> " <developer>[\n]" [DEBUG] http-outgoing-1 >> " <id>myorg</id>[\n]" [DEBUG] http-outgoing-1 >> " <organization>My Company</organization>[\n]" [DEBUG] http-outgoing-1 >> " <organizationUrl>https://mycompany.com</organizationUrl>[\n]" [DEBUG] http-outgoing-1 >> " <roles>[\n]" [DEBUG] http-outgoing-1 >> " <role>developer</role>[\n]" [DEBUG] http-outgoing-1 >> " </roles>[\n]" [DEBUG] http-outgoing-1 >> " </developer>[\n]" [DEBUG] http-outgoing-1 >> " </developers>[\n]" [DEBUG] http-outgoing-1 >> " <scm>[\n]" [DEBUG] http-outgoing-1 >> " <url>https://github.com/service/myproject-java.git</url>[\n]" [DEBUG] http-outgoing-1 >> " </scm>[\n]" [DEBUG] http-outgoing-1 >> " <modules>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-apache-http</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-service-sdk</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-service-sdk-instrumentor</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-bom</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-core</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-sql-mysql</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-sql-postgres</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-spring</module>[\n]" [DEBUG] http-outgoing-1 >> " </modules>[\n]" [DEBUG] http-outgoing-1 >> " <distributionManagement>[\n]" [DEBUG] http-outgoing-1 >> " <repository>[\n]" [DEBUG] http-outgoing-1 >> " <id>sonatype-nexus-staging</id>[\n]" [DEBUG] http-outgoing-1 >> " <name>staging-repo</name>[\n]" [DEBUG] http-outgoing-1 >> " <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>[\n]" [DEBUG] http-outgoing-1 >> " </repository>[\n]" [DEBUG] http-outgoing-1 >> " </distributionManagement>[\n]" [DEBUG] http-outgoing-1 >> " <properties>[\n]" [DEBUG] http-outgoing-1 >> " <myprojectsdk.version>2.0.1</myprojectsdk.version>[\n]" [DEBUG] http-outgoing-1 >> " <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>[\n]" [DEBUG] http-outgoing-1 >> " </properties>[\n]" [DEBUG] http-outgoing-1 >> " <build>[\n]" [DEBUG] http-outgoing-1 >> " <plugins>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-compiler-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>3.5.1</version>[\n]" [DEBUG] http-outgoing-1 >> " <configuration>[\n]" [DEBUG] http-outgoing-1 >> " <source>8</source>[\n]" [DEBUG] http-outgoing-1 >> " <target>8</target>[\n]" [DEBUG] http-outgoing-1 >> " </configuration>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.codehaus.mojo</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>properties-maven-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>1.0.0</version>[\n]" [DEBUG] http-outgoing-1 >> " <executions>[\n]" [DEBUG] http-outgoing-1 >> " <execution>[\n]" [DEBUG] http-outgoing-1 >> " <phase>generate-resources</phase>[\n]" [DEBUG] http-outgoing-1 >> " <goals>[\n]" [DEBUG] http-outgoing-1 >> " <goal>write-project-properties</goal>[\n]" [DEBUG] http-outgoing-1 >> " </goals>[\n]" [DEBUG] http-outgoing-1 >> " <configuration>[\n]" [DEBUG] http-outgoing-1 >> " <outputFile>${project.build.outputDirectory}/com/mycompany/service/sdk.properties</outputFile>[\n]" [DEBUG] http-outgoing-1 >> " </configuration>[\n]" [DEBUG] http-outgoing-1 >> " </execution>[\n]" [DEBUG] http-outgoing-1 >> " </executions>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-surefire-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>2.20</version>[\n]" [DEBUG] http-outgoing-1 >> " <configuration>[\n]" [DEBUG] http-outgoing-1 >> " <runOrder>random</runOrder>[\n]" [DEBUG] http-outgoing-1 >> " </configuration>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-shade-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>2.3</version>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-gpg-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>1.6</version>[\n]" [DEBUG] http-outgoing-1 >> " <executions>[\n]" [DEBUG] http-outgoing-1 >> " <execution>[\n]" [DEBUG] http-outgoing-1 >> " <id>sign-artifacts</id>[\n]" [DEBUG] http-outgoing-1 >> " <phase>verify</phase>[\n]" [DEBUG] http-outgoing-1 >> " <goals>[\n]" [DEBUG] http-outgoing-1 >> " <goal>sign</goal>[\n]" [DEBUG] http-outgoing-1 >> " </goals>[\n]" [DEBUG] http-outgoing-1 >> " </execution>[\n]" [DEBUG] http-outgoing-1 >> " </executions>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-source-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>3.0.1</version>[\n]" [DEBUG] http-outgoing-1 >> " <executions>[\n]" [DEBUG] http-outgoing-1 >> " <execution>[\n]" [DEBUG] http-outgoing-1 >> " <id>attach-sources</id>[\n]" [DEBUG] http-outgoing-1 >> " <goals>[\n]" [DEBUG] http-outgoing-1 >> " <goal>jar-no-fork</goal>[\n]" [DEBUG] http-outgoing-1 >> " </goals>[\n]" [DEBUG] http-outgoing-1 >> " </execution>[\n]" [DEBUG] http-outgoing-1 >> " </executions>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-javadoc-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>2.10.4</version>[\n]" [DEBUG] http-outgoing-1 >> " <configuration>[\n]" [DEBUG] http-outgoing-1 >> " <footer> <![CDATA[[\n]" [DEBUG] http-outgoing-1 >> " <script src="/SdkStatic/sdk-priv.js" async="true"></script>[\n]" [DEBUG] http-outgoing-1 >> " ]]>[\n]" [DEBUG] http-outgoing-1 >> " </footer>[\n]" [DEBUG] http-outgoing-1 >> " <bottom><![CDATA[Copyright © 2018 My Company, Inc. All Rights Reserved.]]></bottom>[\n]" [DEBUG] http-outgoing-1 >> " <additionalparam>--allow-script-in-comments</additionalparam>-->[\n]" [DEBUG] http-outgoing-1 >> " </configuration>[\n]" [DEBUG] http-outgoing-1 >> " <executions>[\n]" [DEBUG] http-outgoing-1 >> " <execution>[\n]" [DEBUG] http-outgoing-1 >> " <id>javadoc-jar</id>[\n]" [DEBUG] http-outgoing-1 >> " <phase>package</phase>[\n]" [DEBUG] http-outgoing-1 >> " <goals>[\n]" [DEBUG] http-outgoing-1 >> " <goal>jar</goal>[\n]" [DEBUG] http-outgoing-1 >> " </goals>[\n]" [DEBUG] http-outgoing-1 >> " </execution>[\n]" [DEBUG] http-outgoing-1 >> " </executions>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " </plugins>[\n]" [DEBUG] http-outgoing-1 >> " </build>[\n]" [DEBUG] http-outgoing-1 >> "</project>[\n]" [DEBUG] http-outgoing-1 << "HTTP/1.1 401 Unauthorized[\r][\n]" [DEBUG] http-outgoing-1 << "Date: Thu, 06 Sep 2018 22:30:26 GMT[\r][\n]" [DEBUG] http-outgoing-1 << "Content-Length: 0[\r][\n]" [DEBUG] http-outgoing-1 << "Connection: keep-alive[\r][\n]" [DEBUG] http-outgoing-1 << "Server: nginx[\r][\n]" [DEBUG] http-outgoing-1 << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] http-outgoing-1 << "WWW-Authenticate: BASIC realm="Sonatype Nexus Repository Manager"[\r][\n]" [DEBUG] http-outgoing-1 << "[\r][\n]" [DEBUG] http-outgoing-1 >> "PUT /service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom HTTP/1.1[\r][\n]" [DEBUG] http-outgoing-1 >> "Cache-control: no-cache[\r][\n]" [DEBUG] http-outgoing-1 >> "Cache-store: no-store[\r][\n]" [DEBUG] http-outgoing-1 >> "Pragma: no-cache[\r][\n]" [DEBUG] http-outgoing-1 >> "Expires: 0[\r][\n]" [DEBUG] http-outgoing-1 >> "Accept-Encoding: gzip[\r][\n]" [DEBUG] http-outgoing-1 >> "User-Agent: Apache-Maven/3.5.4 (Java 1.8.0_171; Mac OS X 10.13.6)[\r][\n]" [DEBUG] http-outgoing-1 >> "Content-Length: 4936[\r][\n]" [DEBUG] http-outgoing-1 >> "Host: oss.sonatype.org[\r][\n]" [DEBUG] http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" [DEBUG] http-outgoing-1 >> "Expect: 100-continue[\r][\n]" [DEBUG] http-outgoing-1 >> "Authorization: Basic YW1hem9ud2Vic2VydmljZXM6cUlAaWE1NzMkMEFu[\r][\n]" [DEBUG] http-outgoing-1 >> "[\r][\n]" [DEBUG] http-outgoing-1 << "HTTP/1.1 100 Continue[\r][\n]" [DEBUG] http-outgoing-1 << "[\r][\n]" [DEBUG] Failed to dispatch transfer event 'PUT PROGRESSED http://oss.sonatype.org/service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom <> /Users/haotianw/workplace/myproject-java/pom.xml' to org.apache.maven.cli.transfer.ConsoleMavenTransferListener java.lang.IllegalArgumentException: progressed file size cannot be greater than size: 6984 > 4936 at org.apache.commons.lang3.Validate.isTrue (Validate.java:158) at org.apache.maven.cli.transfer.AbstractMavenTransferListener$FileSizeFormat.formatProgress (AbstractMavenTransferListener.java:195) at org.apache.maven.cli.transfer.ConsoleMavenTransferListener.getStatus (ConsoleMavenTransferListener.java:117) at org.apache.maven.cli.transfer.ConsoleMavenTransferListener.transferProgressed (ConsoleMavenTransferListener.java:90) at org.eclipse.aether.internal.impl.SafeTransferListener.transferProgressed (SafeTransferListener.java:114) at org.eclipse.aether.connector.basic.TransferTransportListener.transportProgressed (TransferTransportListener.java:95) at org.eclipse.aether.transport.wagon.WagonTransferListener.transferProgress (WagonTransferListener.java:64) at org.apache.maven.wagon.events.TransferEventSupport.fireTransferProgress (TransferEventSupport.java:121) at org.apache.maven.wagon.AbstractWagon.fireTransferProgress (AbstractWagon.java:594) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.access$100 (AbstractHttpClientWagon.java:96) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon$RequestEntityImplementation.writeTo (AbstractHttpClientWagon.java:194) at org.apache.maven.wagon.providers.http.httpclient.impl.DefaultBHttpClientConnection.sendRequestEntity (DefaultBHttpClientConnection.java:156) at org.apache.maven.wagon.providers.http.httpclient.impl.conn.CPoolProxy.sendRequestEntity (CPoolProxy.java:160) at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.doSendRequest (HttpRequestExecutor.java:238) at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.execute (HttpRequestExecutor.java:123) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:272) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:111) at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185) at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:825) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:587) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:544) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:608) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:544) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:526) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:520) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:500) at org.eclipse.aether.transport.wagon.WagonTransporter$PutTaskRunner.run (WagonTransporter.java:686) at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435) at org.eclipse.aether.transport.wagon.WagonTransporter.put (WagonTransporter.java:418) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$PutTaskRunner.runTask (BasicRepositoryConnector.java:512) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:360) at org.eclipse.aether.connector.basic.BasicRepositoryConnector.put (BasicRepositoryConnector.java:284) at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:289) at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:223) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy (DefaultRepositorySystem.java:384) at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy (DefaultArtifactDeployer.java:142) at org.apache.maven.plugin.deploy.AbstractDeployMojo.deploy (AbstractDeployMojo.java:167) at org.apache.maven.plugin.deploy.DeployMojo.execute (DeployMojo.java:149) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [DEBUG] Failed to dispatch transfer event 'PUT PROGRESSED http://oss.sonatype.org/service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom <> /Users/haotianw/workplace/myproject-java/pom.xml' to org.apache.maven.cli.transfer.ConsoleMavenTransferListener java.lang.IllegalArgumentException: progressed file size cannot be greater than size: 9032 > 4936 at org.apache.commons.lang3.Validate.isTrue (Validate.java:158) at org.apache.maven.cli.transfer.AbstractMavenTransferListener$FileSizeFormat.formatProgress (AbstractMavenTransferListener.java:195) at org.apache.maven.cli.transfer.ConsoleMavenTransferListener.getStatus (ConsoleMavenTransferListener.java:117) at org.apache.maven.cli.transfer.ConsoleMavenTransferListener.transferProgressed (ConsoleMavenTransferListener.java:90) at org.eclipse.aether.internal.impl.SafeTransferListener.transferProgressed (SafeTransferListener.java:114) at org.eclipse.aether.connector.basic.TransferTransportListener.transportProgressed (TransferTransportListener.java:95) at org.eclipse.aether.transport.wagon.WagonTransferListener.transferProgress (WagonTransferListener.java:64) at org.apache.maven.wagon.events.TransferEventSupport.fireTransferProgress (TransferEventSupport.java:121) at org.apache.maven.wagon.AbstractWagon.fireTransferProgress (AbstractWagon.java:594) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.access$100 (AbstractHttpClientWagon.java:96) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon$RequestEntityImplementation.writeTo (AbstractHttpClientWagon.java:194) at org.apache.maven.wagon.providers.http.httpclient.impl.DefaultBHttpClientConnection.sendRequestEntity (DefaultBHttpClientConnection.java:156) at org.apache.maven.wagon.providers.http.httpclient.impl.conn.CPoolProxy.sendRequestEntity (CPoolProxy.java:160) at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.doSendRequest (HttpRequestExecutor.java:238) at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.execute (HttpRequestExecutor.java:123) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:272) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:111) at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185) at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:825) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:587) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:544) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:608) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:544) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:526) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:520) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:500) at org.eclipse.aether.transport.wagon.WagonTransporter$PutTaskRunner.run (WagonTransporter.java:686) at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435) at org.eclipse.aether.transport.wagon.WagonTransporter.put (WagonTransporter.java:418) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$PutTaskRunner.runTask (BasicRepositoryConnector.java:512) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:360) at org.eclipse.aether.connector.basic.BasicRepositoryConnector.put (BasicRepositoryConnector.java:284) at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:289) at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:223) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy (DefaultRepositorySystem.java:384) at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy (DefaultArtifactDeployer.java:142) at org.apache.maven.plugin.deploy.AbstractDeployMojo.deploy (AbstractDeployMojo.java:167) at org.apache.maven.plugin.deploy.DeployMojo.execute (DeployMojo.java:149) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [DEBUG] Failed to dispatch transfer event 'PUT PROGRESSED http://oss.sonatype.org/service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom <> /Users/haotianw/workplace/myproject-java/pom.xml' to org.apache.maven.cli.transfer.ConsoleMavenTransferListener java.lang.IllegalArgumentException: progressed file size cannot be greater than size: 9872 > 4936 at org.apache.commons.lang3.Validate.isTrue (Validate.java:158) at org.apache.maven.cli.transfer.AbstractMavenTransferListener$FileSizeFormat.formatProgress (AbstractMavenTransferListener.java:195) at org.apache.maven.cli.transfer.ConsoleMavenTransferListener.getStatus (ConsoleMavenTransferListener.java:117) at org.apache.maven.cli.transfer.ConsoleMavenTransferListener.transferProgressed (ConsoleMavenTransferListener.java:90) at org.eclipse.aether.internal.impl.SafeTransferListener.transferProgressed (SafeTransferListener.java:114) at org.eclipse.aether.connector.basic.TransferTransportListener.transportProgressed (TransferTransportListener.java:95) at org.eclipse.aether.transport.wagon.WagonTransferListener.transferProgress (WagonTransferListener.java:64) at org.apache.maven.wagon.events.TransferEventSupport.fireTransferProgress (TransferEventSupport.java:121) at org.apache.maven.wagon.AbstractWagon.fireTransferProgress (AbstractWagon.java:594) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.access$100 (AbstractHttpClientWagon.java:96) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon$RequestEntityImplementation.writeTo (AbstractHttpClientWagon.java:194) at org.apache.maven.wagon.providers.http.httpclient.impl.DefaultBHttpClientConnection.sendRequestEntity (DefaultBHttpClientConnection.java:156) at org.apache.maven.wagon.providers.http.httpclient.impl.conn.CPoolProxy.sendRequestEntity (CPoolProxy.java:160) at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.doSendRequest (HttpRequestExecutor.java:238) at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.execute (HttpRequestExecutor.java:123) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:272) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89) at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:111) at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185) at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:825) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:587) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:544) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:608) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:544) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:526) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:520) at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put (AbstractHttpClientWagon.java:500) at org.eclipse.aether.transport.wagon.WagonTransporter$PutTaskRunner.run (WagonTransporter.java:686) at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435) at org.eclipse.aether.transport.wagon.WagonTransporter.put (WagonTransporter.java:418) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$PutTaskRunner.runTask (BasicRepositoryConnector.java:512) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:360) at org.eclipse.aether.connector.basic.BasicRepositoryConnector.put (BasicRepositoryConnector.java:284) at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:289) at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:223) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy (DefaultRepositorySystem.java:384) at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy (DefaultArtifactDeployer.java:142) at org.apache.maven.plugin.deploy.AbstractDeployMojo.deploy (AbstractDeployMojo.java:167) at org.apache.maven.plugin.deploy.DeployMojo.execute (DeployMojo.java:149) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [DEBUG] http-outgoing-1 >> "<project xmlns="http://maven.apache.org/POM/4.0.0"[\n]" [DEBUG] http-outgoing-1 >> ">[\n]" [DEBUG] http-outgoing-1 >> " <modelVersion>4.0.0</modelVersion>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>com.mycompany</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>myproject-sdk-pom</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>2.0.1</version>[\n]" [DEBUG] http-outgoing-1 >> " <packaging>pom</packaging>[\n]" [DEBUG] http-outgoing-1 >> " <name>My Project</name>[\n]" [DEBUG] http-outgoing-1 >> " <url>https://mycompany.com/documentation/service/</url>[\n]" [DEBUG] http-outgoing-1 >> " <licenses>[\n]" [DEBUG] http-outgoing-1 >> " <license>[\n]" [DEBUG] http-outgoing-1 >> " <name>Apache License, Version 2.0</name>[\n]" [DEBUG] http-outgoing-1 >> " <url>https://mycompany.com/apache2.0</url>[\n]" [DEBUG] http-outgoing-1 >> " <distribution>repo</distribution>[\n]" [DEBUG] http-outgoing-1 >> " </license>[\n]" [DEBUG] http-outgoing-1 >> " </licenses>[\n]" [DEBUG] http-outgoing-1 >> " <developers>[\n]" [DEBUG] http-outgoing-1 >> " <developer>[\n]" [DEBUG] http-outgoing-1 >> " <id>myorg</id>[\n]" [DEBUG] http-outgoing-1 >> " <organization>My Company</organization>[\n]" [DEBUG] http-outgoing-1 >> " <organizationUrl>https://mycompany.com</organizationUrl>[\n]" [DEBUG] http-outgoing-1 >> " <roles>[\n]" [DEBUG] http-outgoing-1 >> " <role>developer</role>[\n]" [DEBUG] http-outgoing-1 >> " </roles>[\n]" [DEBUG] http-outgoing-1 >> " </developer>[\n]" [DEBUG] http-outgoing-1 >> " </developers>[\n]" [DEBUG] http-outgoing-1 >> " <scm>[\n]" [DEBUG] http-outgoing-1 >> " <url>https://github.com/service/myproject-java.git</url>[\n]" [DEBUG] http-outgoing-1 >> " </scm>[\n]" [DEBUG] http-outgoing-1 >> " <modules>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-apache-http</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-service-sdk</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-service-sdk-instrumentor</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-bom</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-core</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-sql-mysql</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-sql-postgres</module>[\n]" [DEBUG] http-outgoing-1 >> " <module>myproject-sdk-spring</module>[\n]" [DEBUG] http-outgoing-1 >> " </modules>[\n]" [DEBUG] http-outgoing-1 >> " <distributionManagement>[\n]" [DEBUG] http-outgoing-1 >> " <repository>[\n]" [DEBUG] http-outgoing-1 >> " <id>sonatype-nexus-staging</id>[\n]" [DEBUG] http-outgoing-1 >> " <name>staging-repo</name>[\n]" [DEBUG] http-outgoing-1 >> " <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>[\n]" [DEBUG] http-outgoing-1 >> " </repository>[\n]" [DEBUG] http-outgoing-1 >> " </distributionManagement>[\n]" [DEBUG] http-outgoing-1 >> " <properties>[\n]" [DEBUG] http-outgoing-1 >> " <myprojectsdk.version>2.0.1</myprojectsdk.version>[\n]" [DEBUG] http-outgoing-1 >> " <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>[\n]" [DEBUG] http-outgoing-1 >> " </properties>[\n]" [DEBUG] http-outgoing-1 >> " <build>[\n]" [DEBUG] http-outgoing-1 >> " <plugins>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-compiler-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>3.5.1</version>[\n]" [DEBUG] http-outgoing-1 >> " <configuration>[\n]" [DEBUG] http-outgoing-1 >> " <source>8</source>[\n]" [DEBUG] http-outgoing-1 >> " <target>8</target>[\n]" [DEBUG] http-outgoing-1 >> " </configuration>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.codehaus.mojo</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>properties-maven-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>1.0.0</version>[\n]" [DEBUG] http-outgoing-1 >> " <executions>[\n]" [DEBUG] http-outgoing-1 >> " <execution>[\n]" [DEBUG] http-outgoing-1 >> " <phase>generate-resources</phase>[\n]" [DEBUG] http-outgoing-1 >> " <goals>[\n]" [DEBUG] http-outgoing-1 >> " <goal>write-project-properties</goal>[\n]" [DEBUG] http-outgoing-1 >> " </goals>[\n]" [DEBUG] http-outgoing-1 >> " <configuration>[\n]" [DEBUG] http-outgoing-1 >> " <outputFile>${project.build.outputDirectory}/com/mycompany/service/sdk.properties</outputFile>[\n]" [DEBUG] http-outgoing-1 >> " </configuration>[\n]" [DEBUG] http-outgoing-1 >> " </execution>[\n]" [DEBUG] http-outgoing-1 >> " </executions>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-surefire-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>2.20</version>[\n]" [DEBUG] http-outgoing-1 >> " <configuration>[\n]" [DEBUG] http-outgoing-1 >> " <runOrder>random</runOrder>[\n]" [DEBUG] http-outgoing-1 >> " </configuration>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-shade-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>2.3</version>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-gpg-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>1.6</version>[\n]" [DEBUG] http-outgoing-1 >> " <executions>[\n]" [DEBUG] http-outgoing-1 >> " <execution>[\n]" [DEBUG] http-outgoing-1 >> " <id>sign-artifacts</id>[\n]" [DEBUG] http-outgoing-1 >> " <phase>verify</phase>[\n]" [DEBUG] http-outgoing-1 >> " <goals>[\n]" [DEBUG] http-outgoing-1 >> " <goal>sign</goal>[\n]" [DEBUG] http-outgoing-1 >> " </goals>[\n]" [DEBUG] http-outgoing-1 >> " </execution>[\n]" [DEBUG] http-outgoing-1 >> " </executions>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <groupId>org.apache.maven.plugins</groupId>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-source-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>3.0.1</version>[\n]" [DEBUG] http-outgoing-1 >> " <executions>[\n]" [DEBUG] http-outgoing-1 >> " <execution>[\n]" [DEBUG] http-outgoing-1 >> " <id>attach-sources</id>[\n]" [DEBUG] http-outgoing-1 >> " <goals>[\n]" [DEBUG] http-outgoing-1 >> " <goal>jar-no-fork</goal>[\n]" [DEBUG] http-outgoing-1 >> " </goals>[\n]" [DEBUG] http-outgoing-1 >> " </execution>[\n]" [DEBUG] http-outgoing-1 >> " </executions>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " <plugin>[\n]" [DEBUG] http-outgoing-1 >> " <artifactId>maven-javadoc-plugin</artifactId>[\n]" [DEBUG] http-outgoing-1 >> " <version>2.10.4</version>[\n]" [DEBUG] http-outgoing-1 >> " <configuration>[\n]" [DEBUG] http-outgoing-1 >> " <footer> <![CDATA[[\n]" [DEBUG] http-outgoing-1 >> " <script src="/SdkStatic/sdk-priv.js" async="true"></script>[\n]" [DEBUG] http-outgoing-1 >> " ]]>[\n]" [DEBUG] http-outgoing-1 >> " </footer>[\n]" [DEBUG] http-outgoing-1 >> " <bottom><![CDATA[Copyright © 2018 My Company, Inc. All Rights Reserved.]]></bottom>[\n]" [DEBUG] http-outgoing-1 >> " <additionalparam>--allow-script-in-comments</additionalparam>-->[\n]" [DEBUG] http-outgoing-1 >> " </configuration>[\n]" [DEBUG] http-outgoing-1 >> " <executions>[\n]" [DEBUG] http-outgoing-1 >> " <execution>[\n]" [DEBUG] http-outgoing-1 >> " <id>javadoc-jar</id>[\n]" [DEBUG] http-outgoing-1 >> " <phase>package</phase>[\n]" [DEBUG] http-outgoing-1 >> " <goals>[\n]" [DEBUG] http-outgoing-1 >> " <goal>jar</goal>[\n]" [DEBUG] http-outgoing-1 >> " </goals>[\n]" [DEBUG] http-outgoing-1 >> " </execution>[\n]" [DEBUG] http-outgoing-1 >> " </executions>[\n]" [DEBUG] http-outgoing-1 >> " </plugin>[\n]" [DEBUG] http-outgoing-1 >> " </plugins>[\n]" [DEBUG] http-outgoing-1 >> " </build>[\n]" [DEBUG] http-outgoing-1 >> "</project>[\n]" [DEBUG] http-outgoing-1 << "HTTP/1.1 201 Created[\r][\n]" [DEBUG] http-outgoing-1 << "Date: Thu, 06 Sep 2018 22:30:30 GMT[\r][\n]" [DEBUG] http-outgoing-1 << "Content-Length: 0[\r][\n]" [DEBUG] http-outgoing-1 << "Connection: keep-alive[\r][\n]" [DEBUG] http-outgoing-1 << "Server: nginx[\r][\n]" [DEBUG] http-outgoing-1 << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] http-outgoing-1 << "[\r][\n]" [DEBUG] http-outgoing-2 >> "PUT /service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom.sha1 HTTP/1.1[\r][\n]" [DEBUG] http-outgoing-2 >> "Cache-control: no-cache[\r][\n]" [DEBUG] http-outgoing-2 >> "Cache-store: no-store[\r][\n]" [DEBUG] http-outgoing-2 >> "Pragma: no-cache[\r][\n]" [DEBUG] http-outgoing-2 >> "Expires: 0[\r][\n]" [DEBUG] http-outgoing-2 >> "Accept-Encoding: gzip[\r][\n]" [DEBUG] http-outgoing-2 >> "User-Agent: Apache-Maven/3.5.4 (Java 1.8.0_171; Mac OS X 10.13.6)[\r][\n]" [DEBUG] http-outgoing-2 >> "Content-Length: 40[\r][\n]" [DEBUG] http-outgoing-2 >> "Host: oss.sonatype.org[\r][\n]" [DEBUG] http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]" [DEBUG] http-outgoing-2 >> "Expect: 100-continue[\r][\n]" [DEBUG] http-outgoing-2 >> "Authorization: Basic YW1hem9ud2Vic2VydmljZXM6cUlAaWE1NzMkMEFu[\r][\n]" [DEBUG] http-outgoing-2 >> "[\r][\n]" [DEBUG] http-outgoing-2 << "HTTP/1.1 100 Continue[\r][\n]" [DEBUG] http-outgoing-2 << "[\r][\n]" [DEBUG] http-outgoing-2 >> "3a7558f1e1c4bf6c2f5f206543daa8e433c920e1" [DEBUG] http-outgoing-2 << "HTTP/1.1 301 Moved Permanently[\r][\n]" [DEBUG] http-outgoing-2 << "Date: Thu, 06 Sep 2018 22:30:30 GMT[\r][\n]" [DEBUG] http-outgoing-2 << "Server: nginx[\r][\n]" [DEBUG] http-outgoing-2 << "Location: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom.sha1[\r][\n]" [DEBUG] http-outgoing-2 << "Content-Length: 178[\r][\n]" [DEBUG] http-outgoing-2 << "Content-Type: text/html[\r][\n]" [DEBUG] http-outgoing-2 << "Via: 1.1 iad7-proxy-6.mycompany.com:80 (Cisco-WSA/10.5.1-296)[\r][\n]" [DEBUG] http-outgoing-2 << "Connection: keep-alive[\r][\n]" [DEBUG] http-outgoing-2 << "[\r][\n]" [DEBUG] http-outgoing-2 << "<html>[\r][\n]" [DEBUG] http-outgoing-2 << "<head><title>301 Moved Permanently</title></head>[\r][\n]" [DEBUG] http-outgoing-2 << "<body bgcolor="white">[\r][\n]" [DEBUG] http-outgoing-2 << "<center><h1>301 Moved Permanently</h1></center>[\r][\n]" [DEBUG] http-outgoing-2 << "<hr><center>nginx</center>[\r][\n]" [DEBUG] http-outgoing-2 << "</body>[\r][\n]" [DEBUG] http-outgoing-2 << "</html>[\r][\n]" [DEBUG] http-outgoing-1 >> "PUT /service/local/staging/deploy/maven2/com/mycompany/myproject-sdk-pom/2.0.1/myproject-sdk-pom-2.0.1.pom.sha1 HTTP/1.1[\r][\n]" [DEBUG] http-outgoing-1 >> "Cache-control: no-cache[\r][\n]" [DEBUG] http-outgoing-1 >> "Cache-store: no-store[\r][\n]" [DEBUG] http-outgoing-1 >> "Pragma: no-cache[\r][\n]" [DEBUG] http-outgoing-1 >> "Expires: 0[\r][\n]" [DEBUG] http-outgoing-1 >> "Accept-Encoding: gzip[\r][\n]" [DEBUG] http-outgoing-1 >> "User-Agent: Apache-Maven/3.5.4 (Java 1.8.0_171; Mac OS X 10.13.6)[\r][\n]" [DEBUG] http-outgoing-1 >> "Content-Length: 40[\r][\n]" [DEBUG] http-outgoing-1 >> "Host: oss.sonatype.org[\r][\n]" [DEBUG] http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" [DEBUG] http-outgoing-1 >> "Expect: 100-continue[\r][\n]" [DEBUG] http-outgoing-1 >> "Authorization: Basic YW1hem9ud2Vic2VydmljZXM6cUlAaWE1NzMkMEFu[\r][\n]" [DEBUG] http-outgoing-1 >> "[\r][\n]" [DEBUG] http-outgoing-1 << "HTTP/1.1 100 Continue[\r][\n]" [DEBUG] http-outgoing-1 << "[\r][\n]" > Upload to Nexus hangs > --------------------- > > Key: MNG-6469 > URL: https://issues.apache.org/jira/browse/MNG-6469 > Project: Maven > Issue Type: Bug > Affects Versions: 3.5.4 > Environment: macOS High Sierra 10.13.6 > Reporter: Haotian Wu > Priority: Minor > Fix For: waiting-for-feedback > > > I am able to upload my project to Nexus staging successfully using Maven > 3.3.9. But if I switch to maven 3.5.4 to upload the same project the upload > will just hang forever during the uploading process. I have to use -X to see > the actual stack trace: > > [DEBUG] Failed to dispatch transfer event 'PUT PROGRESSED > http://oss.sonatype.org/service/local/staging/deploy/maven2/myProject.pom <> > /Users/haotianw/workplace/myProject/pom.xml' to > org.apache.maven.cli.transfer.ConsoleMavenTransferListener > java.lang.IllegalArgumentException: progressed file size cannot be greater > than size: 6984 > 4936 > at org.apache.commons.lang3.Validate.isTrue (Validate.java:158) > at > org.apache.maven.cli.transfer.AbstractMavenTransferListener$FileSizeFormat.formatProgress > (AbstractMavenTransferListener.java:195) > at org.apache.maven.cli.transfer.ConsoleMavenTransferListener.getStatus > (ConsoleMavenTransferListener.java:117) > at > org.apache.maven.cli.transfer.ConsoleMavenTransferListener.transferProgressed > (ConsoleMavenTransferListener.java:90) > at org.eclipse.aether.internal.impl.SafeTransferListener.transferProgressed > (SafeTransferListener.java:114) > at > org.eclipse.aether.connector.basic.TransferTransportListener.transportProgressed > (TransferTransportListener.java:95) > at org.eclipse.aether.transport.wagon.WagonTransferListener.transferProgress > (WagonTransferListener.java:64) > at org.apache.maven.wagon.events.TransferEventSupport.fireTransferProgress > (TransferEventSupport.java:121) > at org.apache.maven.wagon.AbstractWagon.fireTransferProgress > (AbstractWagon.java:594) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.access$100 > (AbstractHttpClientWagon.java:96) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon$RequestEntityImplementation.writeTo > (AbstractHttpClientWagon.java:194) > at > org.apache.maven.wagon.providers.http.httpclient.impl.DefaultBHttpClientConnection.sendRequestEntity > (DefaultBHttpClientConnection.java:156) > at > org.apache.maven.wagon.providers.http.httpclient.impl.conn.CPoolProxy.sendRequestEntity > (CPoolProxy.java:160) > at > org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.doSendRequest > (HttpRequestExecutor.java:238) > at > org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.execute > (HttpRequestExecutor.java:123) > at > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute > (MainClientExec.java:272) > at > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute > (ProtocolExec.java:185) > at > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute > (RetryExec.java:89) > at > org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute > (RedirectExec.java:111) > at > org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute > (InternalHttpClient.java:185) > at > org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute > (CloseableHttpClient.java:83) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute > (AbstractHttpClientWagon.java:825) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put > (AbstractHttpClientWagon.java:587) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put > (AbstractHttpClientWagon.java:544) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put > (AbstractHttpClientWagon.java:608) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put > (AbstractHttpClientWagon.java:544) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put > (AbstractHttpClientWagon.java:526) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put > (AbstractHttpClientWagon.java:520) > at > org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.put > (AbstractHttpClientWagon.java:500) > at org.eclipse.aether.transport.wagon.WagonTransporter$PutTaskRunner.run > (WagonTransporter.java:686) > at org.eclipse.aether.transport.wagon.WagonTransporter.execute > (WagonTransporter.java:435) > at org.eclipse.aether.transport.wagon.WagonTransporter.put > (WagonTransporter.java:418) > at > org.eclipse.aether.connector.basic.BasicRepositoryConnector$PutTaskRunner.runTask > (BasicRepositoryConnector.java:512) > at > org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run > (BasicRepositoryConnector.java:360) > at org.eclipse.aether.connector.basic.BasicRepositoryConnector.put > (BasicRepositoryConnector.java:284) > at org.eclipse.aether.internal.impl.DefaultDeployer.deploy > (DefaultDeployer.java:289) > at org.eclipse.aether.internal.impl.DefaultDeployer.deploy > (DefaultDeployer.java:223) > at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy > (DefaultRepositorySystem.java:384) > at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy > (DefaultArtifactDeployer.java:142) > at org.apache.maven.plugin.deploy.AbstractDeployMojo.deploy > (AbstractDeployMojo.java:167) > at org.apache.maven.plugin.deploy.DeployMojo.execute (DeployMojo.java:149) > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > (DefaultBuildPluginManager.java:137) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:208) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:154) > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:146) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > (LifecycleModuleBuilder.java:117) > at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > (LifecycleModuleBuilder.java:81) > at > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > (SingleThreadedBuilder.java:56) > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > (LifecycleStarter.java:128) > at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) > at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) > at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) > at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) > at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke > (NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke > (DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke (Method.java:498) > at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced > (Launcher.java:289) > at org.codehaus.plexus.classworlds.launcher.Launcher.launch > (Launcher.java:229) > at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode > (Launcher.java:415) > at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) > > The file I'm trying to upload is 5KB and I don't know where the number "4936" > came from. It looks like a breaking change as 3.3.9 works fine. I read > through 3.5.0 CHANGELOG but didn't find any related material. Please advise. -- This message was sent by Atlassian JIRA (v7.6.3#76005)