You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Andy Gumbrecht <ag...@tomitribe.com> on 2017/09/22 00:28:39 UTC

Deploy to apache

I'm using:

mvn -V 
-DaltDeploymentRepository=repository.apache.org::default::https://repository.apache.org/service/local/staging/deploy/maven2 
-Dmaven.javadoc.opts='-Xdoclint:none -Xdoclint:-html' 
-Dmaven.javadoc.failOnError=false -DretryFailedDeploymentCount=10 
-Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false 
-ff -Dassemble -DskipTests -DfailIfNoTests=false -P 
apache-release,apache clean deploy

This always fails when it gets to the examples.

I seem to recall there was some magic required to get past this?

Anyone have a wand?

Andy.


Re: Deploy to apache

Posted by Andy Gumbrecht <ag...@tomitribe.com>.
-pl '!examples'


On 22/09/17 02:28, Andy Gumbrecht wrote:
> I'm using:
>
> mvn -V 
> -DaltDeploymentRepository=repository.apache.org::default::https://repository.apache.org/service/local/staging/deploy/maven2 
> -Dmaven.javadoc.opts='-Xdoclint:none -Xdoclint:-html' 
> -Dmaven.javadoc.failOnError=false -DretryFailedDeploymentCount=10 
> -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false 
> -ff -Dassemble -DskipTests -DfailIfNoTests=false -P 
> apache-release,apache clean deploy
>
> This always fails when it gets to the examples.
>
> I seem to recall there was some magic required to get past this?
>
> Anyone have a wand?
>
> Andy.
>