mbien commented on PR #4147:
URL: https://github.com/apache/netbeans/pull/4147#issuecomment-1137807823

   i think there is an issue.
    - create a java maven application
    - create a "POM Project"
   
   now i see the following:
   ```
   tree
   .
   ├── mavenproject1
   │   ├── pom.xml
   │   └── src
   │       └── main
   │           └── java
   │               └── com
   │                   └── mycompany
   │                       └── mavenproject1
   │                           └── Mavenproject1.java
   └── pomproject1
       ├── pom_1.xml
       └── pom.xml
   ```
   some paths must be wrong since the pom is copied into the wrong project and 
NB attaches a `_1`, the other pom is a default maven pom.


-- 
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