[NETBEANSINFRA-37] Include macOS Info.plist to facilitate adding a build-mac goal in nbm-maven-plugin
diff --git a/pom.xml b/pom.xml
index 471964b..a218e19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,8 @@
                                 <unzip src="${project.build.directory}/harness.nbm" dest="${project.build.directory}/classes">
                                     <patternset>
                                         <include name="netbeans/etc/app.conf" />
-                                        <include name="netbeans/etc/applicationIcon.icns*" />
+                                        <include name="netbeans/etc/applicationIcon.icns" />
+                                        <include name="netbeans/etc/Info.plist" />
                                         <include name="netbeans/launchers/app*" />
                                     </patternset>
                                     <mapper type="glob" from="netbeans/*" to="harness/*" />