Not that I know of.

However, I can't see how
mvn -Pdev clean install
would be much easier to type than
mvn -T 4 clean install

The latter is even more flexible as the developer can adapt it to his
hardware.

/Anders


On Wed, Nov 27, 2013 at 7:10 PM, laredotornado-3 <[email protected]>wrote:

> Hi,
>
> I'm using Maven 3.1.1.  Normally if you want to try and run builds in
> parallel you can run
>
>     mvn -T 4 clean install
>
> Is there a way you can figure the "-T 4" to be automatically run if someone
> specifies a profile, e.g.
>
>     mvn -P dev clean install
>
> ?  Thanks, - Dave
>
>
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Possible-to-set-number-of-threads-within-a-profile-tp5776665.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to