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
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
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
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
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
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
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
>
>
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
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
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
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
11 matches
Mail list logo