Application deployement, user config file
"robert4444" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
If you use maven, it can be done with this : Code: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>nbm-maven-plugin</artifactId> <configuration> ... <etcConfFile>XXX.conf</etcConfFile> ... </configuration> </plugin>