Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Possible regression in Tycho 0.15.0 when building eclipse-junit-tests

Thanks Igor,

This solution works for me too. I'll push this change up and re-enable building the tests in the R3 branch. I'll see if I can get this put into the R4 branch as well.


Thanh


On 07/06/2012 03:07 PM, Igor Fedorenko wrote:
${project.artifactId}-${project.version} is just the default name
template. You can change it to something else if you want to via pom.xml
configuration like

<build>
<finalName>${project.artifactId}</finalName>
</build>

--
Regards,
Igor



Back to the top