Access is denied when running mvn release:prepare (Help!)

2007-11-11 Thread dev dev
Here is the stack trace. DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-release-plugin:2.0-beta-7:prepare' --> [DEBUG] (f) addSchema = true [DEBUG] (f) allowTimestampedSnapshots = false [DEBUG] (f) autoVersionSubmodules = false [DEBUG] (s) basedir = C:\cygwin\tmp\myproject\web [DE

add new property (${parent.artifactId} to the pom.properties during jar packaging

2007-11-11 Thread dev dev
we plan to use the META-INF/maven/../pom.properties to read the application/jar version and parent.artifactId at runtime. Current pom.properties: #Generated by Maven #Sun Nov 11 19:49:00 PST 2007 version=1.0.0-SNAPSHOT groupId=com.mycompany.myproject artifactId=myproject-web-common I want to ad

Using tag for plugin

2007-11-13 Thread dev dev
I noticed a few of the sample pom.xml files are using tag. For instance, the below pom.xml snippet. true maven-deploy-plugin 2.3 What is its purpose of using ? Thanks dev - To unsubscribe, e-mail: [EM

only ONE allowed per per (WHY?)

2007-11-13 Thread dev dev
I tried to define this in my profile and when i run it, i got an error. prod maven.test.skip true

how to use profiles exclusively? (HELP!)

2007-11-14 Thread dev dev
I have defined 2 project profiles (below) and the goal is to be able to run in exclusively in devel or release environment (and not both). However, when i run mvn help:active-profiles, i got the below message. It should be just "release" and NOT both (devel and release). What did you do wrong, is

performance unit testing with maven 2

2007-11-27 Thread dev dev
We are trying to find out which are the best ways for us to create performance unit tests directly to our already existing test cases. Have anyone have a good way to do that (we are looking at junitperf performance unit testing framework) but we are not sure how to integrate with maven pom.xml so t