> I think the maven/mvn-deploy.sh is missing the new poi-excelant artifact? > > Index: maven/mvn-deploy.sh > =================================================================== > --- maven/mvn-deploy.sh (revision 1078402) > +++ maven/mvn-deploy.sh (working copy) > @@ -46,7 +46,7 @@ > VERSION=@VERSION@ > DSTAMP=@DSTAMP@ > > -for artifactId in poi poi-scratchpad poi-ooxml poi-examples > poi-ooxml-schemas > +for artifactId in poi poi-scratchpad poi-ooxml poi-examples > poi-ooxml-schemas poi-excelant > do > mvn gpg:sign-and-deploy-file -DrepositoryId=apache-releases -P > apache-releases \ > -Durl=$M2_REPOSITORY \ > > I can open a ticket if required for the trival fix. > > Good catch, thanks. I fixed trunk and the generated script for 3.8-beta1 (the latter fix is not in svn).
Yegor
