Hi folks. I am a Build / Release Engineer just getting familiar with Maven. I've been tasked with adding the JRE + the Jar utility to our Maven build. I have done some research, but thought it would be a really good idea to get advice from the experts. Here are my questions:
* Should we include the JRE in the maven repo? I didn’t see it in http://repo1.maven.org/, so I assume this is not a standard approach. Should we just check it into SVN? Our project lead did not have any strong opinions on either approach. * What is the best way to include it in the build? Should I use the assembly plugin? If so, does this code snippet make sense: <filesets> <fileset> <directory>checkout directory/java/jre</directory> <outputDirectory>target/jre</outputDirectory> </fileset> </filesets> Thanks, Jack -- View this message in context: http://maven.40175.n5.nabble.com/Adding-the-JRE-Jar-ulitily-to-the-build-tp2259801p2259801.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
