Hi, i just browsed through the standard directory layout for Maven2. http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html here
I still could not find out where to put my shell-scripts (batch-files), that for example start my application from the CLI. If anyone knows what is the "best practice" where to put these additional .bat and .sh files, pls let me know. (Since they are not needed in the classpath, i guess it is wrong to put them into the resources directory.) i would just need them for some assemblies, e.g. an assembly for a LINUX OS would include some shell scripts (.sh), while an assembly for a WINDOWS OS would include some batch files (.bat). Both of them would start up my application/singular services. regards R.C. -- View this message in context: http://www.nabble.com/Maven2---Where-to-put-script-files--tf2033674.html#a5594755 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
