nlosilva1 opened a new issue #2676: URL: https://github.com/apache/iotdb/issues/2676
**Describe the bug** While packaging this project using maven with a version of release/0.10.0, a 401 Unauthorized error occurs in the hive-connector module. **To Reproduce** Steps to reproduce the behavior: 1. Checking out the branch into release/0.10.0 2. ```mvn clean package -DskipTests``` 3. The following error occurs: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) on project hive-connector: Execution process-resource-bundles of goal org.apache.maven.plugins:maven-remote-resources-plugin:1.7.0: process failed: Error resolving project artifact: Could not transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde from/to for_pentaho (https://repo.spring.io/libs-milestone): Authentication failed for https://repo.spring.io/libs-milestone/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom 401 Unauthorized for project org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde -> [Help 1] [ERROR] ``` **Screenshots**  **Desktop (please complete the following information):** - OS: Windows 10 - Java version: 1.8.0_241 - Maven version: 3.6.3 **Additional context** At the same computer, while changing the branch to the current master(05a628dd59256e94510307184a5ecb1d2a6da23f), and trying to do the same behavior, the same maven package finished without error. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
