ebarboni commented on PR #246:
URL: 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/246#issuecomment-3024467553

   a bit more info this is the end of verifyintegrity 
   Looks like some artefacts are considered as jar but should be nbm-file. 
   
   
   ```
   line 219 in CreateCLusterAppMojo
   System.err.println("art:" + art + 
super.artifacts.getArtifactType(art).getId());
   if (super.artifacts.getArtifactType(art).getId().equals("nbm-file")) {
    System.err.println("process as nbm file");
   // 14.4
   
art:org.netbeans.modules:org-netbeans-modules-web-webkit-tooling:nbm:RELEASE260nbm-file
   process as nbm file
   Generating Auto Update information for 
org.netbeans.modules.web.webkit.tooling
   art:com.mycompany:testbadboy-branding:jar:1.0-SNAPSHOTjar
   art:org.netbeans.api:org-netbeans-api-annotations-common:jar:RELEASE260jar
   art:com.mycompany:jaxbwrapper:jar:1.0-SNAPSHOTjar
   art:jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2jar
   art:com.sun.xml.bind:jaxb-impl:jar:4.0.5jar
   art:com.sun.xml.bind:jaxb-core:jar:4.0.5jar
   art:org.eclipse.angus:angus-activation:jar:2.0.2jar
   art:jakarta.activation:jakarta.activation-api:jar:2.1.2jar
   ```
   
   
   ```
   line 226 in CreateCLusterAppMojo (14.3)
    System.err.println("art:" + art + art.getType());
   if (art.getType().equals("nbm-file")) {
   System.err.println("process as nbm file");
   // 14.3
   
art:org.netbeans.modules:org-netbeans-modules-web-webkit-tooling:nbm-file:RELEASE260:compilenbm-file
   process as nbm file
   Generating Auto Update information for 
org.netbeans.modules.web.webkit.tooling
   art:com.mycompany:testbadboy-branding:nbm-file:1.0-SNAPSHOT:compilenbm-file
   process as nbm file
   Generating Auto Update information for com.mycompany.testbadboy.branding
   
art:org.netbeans.api:org-netbeans-api-annotations-common:nbm-file:RELEASE260:compilenbm-file
   process as nbm file
   Generating Auto Update information for org.netbeans.api.annotations.common
   art:com.mycompany:jaxbwrapper:nbm-file:1.0-SNAPSHOT:compilenbm-file
   process as nbm file
   Cannot find cluster for 
C:\Users\barboni\Documents\NetBeansProjects\testbadboy\jaxbwrapper\target\jaxbwrapper-1.0-SNAPSHOT.nbm
 Falling back to default value - 'extra'.
   Generating Auto Update information for org.netbeans.libs.jaxb
   art:jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:compilejar
   art:com.sun.xml.bind:jaxb-impl:jar:4.0.5:compilejar
   art:com.sun.xml.bind:jaxb-core:jar:4.0.5:compilejar
   art:org.eclipse.angus:angus-activation:jar:2.0.2:runtimejar
   art:jakarta.activation:jakarta.activation-api:jar:2.1.2:compilejar
   ```


-- 
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: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to