Unique milestone release versions with release plugin

2011-03-26 Thread Billy Bacon
Linux (Development is on Mac OSX) Maven 2.2.1 Java 1.6 I haven't found anything in the lists that describe how to do this. Our team has moved to a milestone release pattern. 1.4.0-m1-SNAPSHOT I've successfully used the maven release plugin (executing this command manually from a terminal windo

Using Custom Developed Checkstyle Checks with packagenames.xml

2011-03-26 Thread Makoto Sato
Hi, I'm using maven 3.0.2 and trying to follow the maven tutorial "Using Custom Developed Checkstyle Checks" (http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-developed-checkstyle.html). It works with long module name(1) but doesn't work with short module name(2): checksty

Re: Generating Config Files for multi-module project

2011-03-26 Thread Brian Topping
It sounds like you are mostly stuck on the config files issue so I'll focus on that. Ron already answered this, but I had this typed and didn't send it for some reason. I'm basically repeating what he's already said. I would organize the config files into a separate top-level project, then hav

Re: Generating Config Files for multi-module project

2011-03-26 Thread Ron Wheeler
On 26/03/2011 12:15 PM, Adam Retter wrote: Hi there, I am trying to migrate a complex Ant setup to Maven and need some help about how we can share our config files. I have a series of Maven project modules that make up the Jar files for my project. I also need to produce several end product sce

Generating Config Files for multi-module project

2011-03-26 Thread Adam Retter
Hi there, I am trying to migrate a complex Ant setup to Maven and need some help about how we can share our config files. I have a series of Maven project modules that make up the Jar files for my project. I also need to produce several end product scenarios - 1) A WAR file for users to deploy i

maven-resources-plugin:2.4.3:resources

2011-03-26 Thread TomazM
Environment: Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100) Java version: 1.6.0_10, vendor: Sun Microsystems Inc. Java home: D:\java\jdk1.6.0_10\jre Default locale: sl_SI, platform encoding: Cp1250 OS name: "windows xp", version: "5.1", arch: "x86", family: "windows" I'm using a multiple

Re: maven-resources-plugin:2.5:resources

2011-03-26 Thread TomazM
S, Benjamin Bentmann piše: > TomazM wrote: > >> /src/main/resources/persistence/sfinga2 > > Relative paths don't start with directory separators, the plugin is correct > in this regard. You want > src/main/resources/... > > > Benjamin > >

Re: maven-resources-plugin:2.5:resources

2011-03-26 Thread Benjamin Bentmann
TomazM wrote: /src/main/resources/persistence/sfinga2 Relative paths don't start with directory separators, the plugin is correct in this regard. You want src/main/resources/... Benjamin - To unsubscribe, e-mail: us

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-03-26 Thread Ron Wheeler
On 26/03/2011 8:21 AM, bryan.dollery wrote: Hi, I am also getting grief from maven for using variables in my version fields. For me, this is unavoidable. Let me explain... In my parent pom I have: ${productVersion} And in my properties I have: 0-SNAPSHOT 13.0.${productRevis

Re: Is this possible with Maven profiles?

2011-03-26 Thread Rafael Vanderlei
Wow... I really did not know I could put xml values on a property... unfortunately I'm unable to test ir right now because the code is at work, but on monday, as soon as I test it I'll post the result. If this works, it's gonna be enough for me. If not, I'm gonna have a look on OpenJPA to achieve

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-03-26 Thread bryan.dollery
Hi, I am also getting grief from maven for using variables in my version fields. For me, this is unavoidable. Let me explain... In my parent pom I have: ${productVersion} And in my properties I have: 0-SNAPSHOT 13.0.${productRevision} On a developer's machine, this produces a