matthiasblaesing commented on PR #6789: URL: https://github.com/apache/netbeans/pull/6789#issuecomment-1853293752
@sdedic you can test it trivially yourself. What I did was this: 1. Create the test project: `mvn -DarchetypeGroupId=io.dropwizard.archetypes -DarchetypeArtifactId=java-simple -DarchetypeVersion=4.0.4 -DarchetypeRepository=https://repo.maven.apache.org/maven2/ -DgroupId=test -DartifactId=test -Dversion=0.1-SNAPSHOT -Dpackage=test.test -Dbasedir=BASEDIR -Dshaded=true -Dname=test -Ddescription=null -Darchetype.interactive=false -DarchetypeCatalog=local --batch-mode org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate` (replace BASEDIR with the directory you want the project to be created in) 2. Fetch a copy of NB20 and start it with a clean user+cachedir `bin/netbeans-20/bin/netbeans --userdir x --cachedir x` 3. Activate the Java SE cluster 4. Open the project and wait for scanning to be finished: At that point I don't see a warning indicator on the project:  5. Choose "Reload POM" and it is there:  In step 4 all dependencies were present. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
