Re: maven-changes-plugin does not use maven-changes-plugin

2013-08-29 Thread Anders Hammar
The report to look at is the one based on the JIRA tickets: http://maven.apache.org/plugins/maven-changes-plugin/jira-report.html The changes report should be removed. Thanks for reporting; I've filed a ticket for this [1]. /Anders [1] http://jira.codehaus.org/browse/MCHANGES-320 On Wed, Aug

[surefire] Combining test, runOrder and forkCount

2013-08-29 Thread Stevo Slavić
Hello Apache Maven community, To reproduce random failing test issue, I'm trying to run two tests in parallel, but start running them in specific order. Problem is that runOrder (added via SUREFIRE-614) doesn't seem to be respected, at least not when forkCount and/or test is specified as well.

Overriding a plugin dependency's profile property?

2013-08-29 Thread David Hay
Hi, I am trying to use the mojo cobertura plugin in our project, and it won't run on my Mac as the tools jar is in the wrong place. The plugin depends on cobertura, which defines the following property in the mac profile: profile idOSXProfile/id activation os

Re: agency theory and software development

2013-08-29 Thread MartinHarrison
its a f*cker but I think it boils down to 'user error'! + and bad programming. On 15/08/13 08:18, Kristian Rosenvold wrote: 2013/8/14 SARTAJ HUNDAL vektor.kni...@gmail.com: Given the future of computation and being in a technological singularity, how do we divert a total disaster when the

No source jar attached with maven-assembly-plugin

2013-08-29 Thread motes motes
I have the following project maven (3.10) multi project: my-mvn - my-mvn-a - my-mvn-b - my-mvn-assembly `my-mvn-a` and `my-mvn-b` build source jars using: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-source-plugin/artifactId version2.2.1/version executions

Re: Overriding a plugin dependency's profile property?

2013-08-29 Thread Wayne Fay
I have tried adding my own profile and setting toolsjar appropriately, but it seems to be ignored. I also tried specifying it on the command line, and again, it complains it can't find ../lib/tools.jar. Did you perhaps try using ln to ensure the jar appears where Cobertura is expecting it to

Re: Overriding a plugin dependency's profile property?

2013-08-29 Thread David Hay
hi Wayne, Yes, I can create a symlink pointing ../lib/tools.jar to ../Classes/classes.jar which works. However, it requires all of our devs to add such a symlink and is very inconvenient. Seems to me that maven should allow us to override it in the pom, but I'm struggling to figure out if it

updatePolicy for release repositories

2013-08-29 Thread Leon Franzen
I can't seem to find a detailed description of how updatePolicy affects release repository behavior. Can someone explain or point me to a document that does? I'm also interested in understanding how, if at all, updatePolicy affects release-version range resolution with regard to how often

adding directories to maven exec runtime classpath?

2013-08-29 Thread Karl Gierach
Greetings! I had a question regarding adding 2 well known directories to the runtime classpath of the Exec Maven Plugin for the exec:exec action. I had found some tips that ultimately don't work in this case wherein a directory being added to the class path is a requirement. The various

Maven Assembly Plugin - Changing File Name Case Using FileSets

2013-08-29 Thread Peter Berkman
Help please I am using the Maven Assembly Plugin to build a distribution zip and am getting some strange behavior with filename cases (which is a problem because we deploy to Unix and Windows - issue on Unix). POM: plugin groupIdorg.apache.maven.plugins/groupId

Maven, Access denied to: http://repo1.maven.org/maven2

2013-08-29 Thread vovanok
*Hello. I have just downloaded last version of Maven. And when i am trying to run* mvn archetype:generate *i get error message* [WARNING] Error reading archetype catalog http://repo1.maven.org/maven2 org.apache.maven.wagon.authorization.AuthorizationException: Access denied to:

Re: Maven Assembly Plugin - Changing File Name Case Using FileSets

2013-08-29 Thread Wayne Fay
groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId What version of the plugin (and Maven, and your JDK) is this? And which OS? Can you create a sample project (zip) and post somewhere online so it can be downloaded and executed locally

Re: adding directories to maven exec runtime classpath?

2013-08-29 Thread Wayne Fay
I had a question regarding adding 2 well known directories to the runtime classpath of the Exec Maven Plugin for the exec:exec action. I had found some tips that ultimately don't work in this case wherein a directory being added to the class path is a requirement. I might suggest using the