You can Integrate with the assumption that a is positive.
Assuming[a > 0,
(v^2 Exp[-a v^2])/Integrate[v^2 Exp[-a v^2], {v, 0, Infinity}]]
Mathematica has a framework for declaring assumptions like these. There's also a global variable for tracking assumptions called $Assumptions.