Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How to set system property with tycho-surefire-plugin ?

On Sat, Mar 15, 2014 at 4:28 PM, Cristiano Gavião <cvgaviao@xxxxxxxxx> wrote:
I found the solution...

the right way with tycho-surefire is:

                <configuration>
                    <systemProperties>
                        <osgi.outputdir>${project.build.directory}</osgi.outputdir>
                    </systemProperties>

that's documented here

Back to the top