Re: Native library files

2010-05-01 Thread Andrew Hughes
Off the top of my end the Eclipse "run configuration" should set -Djava.library.path BEFORE it get's to m2eclipse/maven. Same as it would do for a non maven run configuration. So look at the options under the eclipse run configurations :) On Thu, Apr 22, 2010 at 4:41 AM, Jon Kristensen wrote: >

[ANN] Maven Archetypes Released

2010-05-01 Thread Hervé Boutemy
The Maven team is pleased to announce the release of some Maven Archetypes. - parent maven-archetype-bundles version 4 - maven-archetype-plugin version 1.1 - maven-archetype-plugin-site version 1.1 - maven-archetype-quickstart version 1.1 - maven-archetype-site version 1.1 - maven-archetype-site-si

Re: release plugin: Create new SNAPSHOT from release tag?

2010-05-01 Thread Rick Mangi
Check out the 1.0 tag and run mvn release:branch http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html See the note about branching from a tag. On 4/30/10 7:08 AM, "Kalpak Gadre" wrote: > Past discussion which happened on similar question, > > http://www.mail-archive.com/

Re: dependency:unpack handling of overwrite for individual items in the archive

2010-05-01 Thread Marshall Schor
Thanks, that saves me from doing another learning experiment :-) I think a workaround will be to run the antrun plugin -> unzip action to do the unpacking, which is documented [1] to support a replace-only-if-newer action on the individual parts as the default, and also to pay attention to timezon