Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] target/classes inside output jar?

I've found a new way to mis-configure tycho. My output jar has things
like the following in it. I'm sort of suspecting that this is related
to build.properties, but I'd appreciate any hints.

target/classes/META-INF/DEPENDENCIES
target/classes/META-INF/LICENSE
target/classes/META-INF/NOTICE
target/classes/org/apache/maven/doxia/ide/eclipse/apt/ui/AptPlugin.class


Back to the top