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: 
   
![image](https://github.com/apache/netbeans/assets/2179736/56dbabd9-58ee-4702-b405-ac6d114d0b85)
   5. Choose "Reload POM" and it is there: 
   
![image](https://github.com/apache/netbeans/assets/2179736/13c1ca5f-b91e-4a78-b48b-daf76a880dde)
   
   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

Reply via email to