chema-valls commented on issue #1203: [NETBEANS-2361] Fix app.conf and launcher on macOS after changes in #573 URL: https://github.com/apache/netbeans/pull/1203#issuecomment-533905467 > @branscha FYI, the current workaround would be to add `etcConfFile` to your pom. > > ``` > <configuration> > <etcConfFile>src/main/resources/my.conf</etcConfFile> > </configuration> > ``` > > See Geertjan's blog entry https://blogs.oracle.com/geertjan/nimbus-look-and-feel-for-maven-based-netbeans-rcp-applications @oyarzun , @branscha That workaround did not work form me but adding the property `netbeans.conf.file` to the pom did: ```xml <properties> <netbeans.conf.file>src/main/resources/my.conf</netbeans.conf.file> </properties> ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
