mojohaus / nb-repository-plugin

moved to https://github.com/apache/incubator-netbeans-mavenutils/
1 stars 4 forks source link

Apache NetBeans make nb-javac-api and nb-javac-impl optional #6

Open ebarboni opened 6 years ago

ebarboni commented 6 years ago

Hi, Some modifications occurs in libs.javacapi and libs.javacimpl. This remove the class path link to nb-javac-api and nb-javac-impl and does not populate the ext folder in the nbbuild process.

The populate goal cannot create dependencies item as manifest is not adding classpath to the library. Populate goal cannot create artifacts as they are not present in the build folder.

In the history of the plugin is such case allready happen? What would be a good strategy?

mkleint commented 6 years ago

not sure I entriely understand the problem and to be honest it's been years since I've last generated the maven repo content for a release. It's always been plagued with weird edgecases.