repaint-io / maven-tiles

Injecting maven configurations by composition rather than inheritance
154 stars 32 forks source link

NetBeans frets and isn't quite there #10

Closed rvowles closed 3 years ago

rvowles commented 10 years ago

NetBeans recognizes there is a custom build component and frets, but as long as dependencies are not in your tiles, it just doesn't discover the plugins and present them to you. It does build with tiles fine, so development is not affected.

rvowles commented 3 years ago

closing as no one cares about netbeans anymore

CarstenWickner commented 3 years ago

Kia ora Richard,

Were there any leads on how to solve the "external build participants" problem for Netbeans before your judgement here? 😅 I'm looking for help elsewhere too (https://stackoverflow.com/q/69206222/5127499), but no luck so far. My issue is particularly with the maven-compiler-plugin. Without its presence in the pom.xml, Netbeans refuses to compile with the right JDK during its automatic project loading.

dermot-hardy commented 5 months ago

See https://github.com/apache/netbeans/pull/4630.

You can disable the warning easily enough by creating setting the ignoreOnModelLoad flag:

image