tycho icon indicating copy to clipboard operation
tycho copied to clipboard

pomless should use the declared output folder(s)

Open laeubi opened this issue 3 years ago • 0 comments

It is usual to configure the source/output folder in eclipse as

  • src
  • bin

while maven uses

  • main/java
  • target/classes

that currently leads to the situation, that in a pomless build scenario there are two distinct output folders where classes resides (and e.g. eclipse uses the first while maven uses the later).

Because of this, Tycho pomless should configure the output folders accordingly.

laeubi avatar Aug 26 '22 15:08 laeubi