We have RC3 staged.. there are still some odd naming issuse.. the distribution 
is named  `distribution-14.1_12.2-bin.tar.gz` e.g.  however it is uploaded 
differently:  
```INFO] --- maven-assembly-plugin:2.6:single (distro-assembly-src) @ 
distribution_2.12 ---  
[INFO] Reading assembly descriptor: 
/Users/colleenpalumbo/sandbox/mahout/distribution/src/main/resources/assembly/src.xml
  
[INFO] Building tar: 
/Users/colleenpalumbo/sandbox/mahout/distribution/target/apache-mahout-14.1_2.12-src.tar.gz
  
[INFO] Building tar: 
/Users/colleenpalumbo/sandbox/mahout/distribution/target/apache-mahout-14.1_2.12-src.tar.bz2
  
[INFO]  
[INFO] --- maven-deploy-plugin:2.8.2:deploy (apache.releases.https) @ 
distribution_2.12 ---  
Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1.pom
  
Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1.pom
 (6 KB at 4.6 KB/sec)  
Downloading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/maven-metadata.xml
  
Downloaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/maven-metadata.xml
 (312 B at 0.4 KB/sec)  
Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/maven-metadata.xml
  
Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/maven-metadata.xml
 (312 B at 0.3 KB/sec)  
Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1.pom.asc
  
Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1.pom.asc
 (833 B at 1.8 KB/sec)  
Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1-bin.tar.gz
  
Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1-bin.tar.gz
 (21338 KB at 2956.2 KB/sec)  
Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1-bin.tar.bz2
  
Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1-bin.tar.bz2
 (21279 KB at 1040.8 KB/sec)  
Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1-src.tar.gz
  
Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1-src.tar.gz
 (30541 KB at 1125.3 KB/sec)  
Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1-src.tar.bz2
  
Uploaded: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/distribution_2.12/14.1/distribution_2.12-14.1-src.tar.bz2
 (29346 KB at 2814.4 KB/sec)  
[INFO]```  
second:  
the `mahout` module (the pom.xml) is failing..  this is new.  I can go through 
and see if its something like the version name of the base project `pom.xml` 
being being kept from uploading; along with a source distribution which is 
enabled by default:

```[INFO]  
[INFO] ------------------------------------------------------------------------ 
 
[INFO] Building Apache Mahout 14.1  
[INFO] ------------------------------------------------------------------------ 
 
[INFO]  
[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ mahout ---  
[INFO] ------------------------------------------------------------------------ 
 
[INFO] Reactor Summary:  
[INFO]  
[INFO] Apache Mahout ...................................... FAILURE [  0.292 s] 
 
[INFO] Mahout Core ........................................ SUCCESS [01:29 min] 
 
[INFO] Mahout Engine ...................................... SUCCESS [  7.746 s] 
 
[INFO] - Mahout HDFS Support .............................. SUCCESS [ 35.857 s] 
 
[INFO] - Mahout Spark Engine .............................. SUCCESS [01:09 min] 
 
[INFO] Mahout Community ................................... SUCCESS [  8.256 s] 
 
[INFO] - Mahout Spark CLI Drivers ......................... SUCCESS [ 44.855 s] 
 
[INFO] Mahout Release Package ............................. SUCCESS [01:33 min] 
 
[INFO] ------------------------------------------------------------------------ 
 
[INFO] BUILD FAILURE  
[INFO] ------------------------------------------------------------------------ 
 
[INFO] Total time: 06:27 min  
[INFO] Finished at: 2020-01-13T22:16:08-08:00  
[INFO] Final Memory: 77M/869M  
[INFO] ------------------------------------------------------------------------ 
 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-release-plugin:2.5.3:perform (default-cli) on 
project mahout: Unable to parse configuration of mojo 
org.apache.maven.plugins:maven-release-plugin:2.5.3:perform: Basic element 
'goals' must not contain child elements -> [Help 1]  
[ERROR]  
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.  
[ERROR] Re-run Maven using the -X switch to enable full debug logging.  
[ERROR]  
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:  
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginConfigurationException```
  
this is odd, as RC2 did not have this issue.  

I will put out a vote with a link.

Reply via email to