Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Plug-in test runs fine inside eclipse IDE but fails in maven build

Platform: Debian 10.0 "buster", amd64
	eclipse IDE 2019-06
        opendjdk-11 11.0.4+11-1~deb10u1
        maven 3.6
        tycho 1.4.0

This project fails when running with "mvn clean verify", but succeeds
when running inside eclipse:
 https://github.com/steinarb/scratch/tree/modeler/move-to-new-tycho-structure-and-new-eclipse/tests/modeler.test

"mvn clean verify" in the parent project fails with this log:
 https://gist.github.com/steinarb/f65a3b1c1428bc84c17388fa33f3090a

Does anyone know what might cause this?

To reproduce
 git clone https://github.com/steinarb/modeler.git
 cd modeler
 git remote add scratch https://github.com/steinarb/scratch.git
 git fetch scratch
 git checkout modeler/move-to-new-tycho-structure-and-new-eclipse
 mvn clean verify

Thanks!


- Steinar



Back to the top