AW: Need advice automating a Java test suite.

2014-01-09 Thread Christofer Dutz
Hi Todd, we use a combination of the cargo, antrun and surefire plugin for this. I dumped the pom for one of our Projects in my Confluence, so feel free to have a look: https://dev.c-ware.de/confluence/display/PUBLIC/Maven+setup+for+Integrationtesting In general we use: - Cargo to

Re: Need advice automating a Java test suite.

2014-01-09 Thread Anders Hammar
- Surefire is configured to run tests ending with IT after starting the Container and before stopping it again. You should use the failsafe plugin instead. It is specifically designed for ITs. /Anders Perhaps this helps. Chris Von: Todd

Re: release-plugin non-interactive release and system properties

2014-01-09 Thread thorsten . heit
Hi Steve, I’m confused as to how the version number in a pom file and the system properties like -DdevelopmentVersion=2.0-SNAPSHOT and - DreleaseVersion=1.2 interact. When I run a mvn –B release:prepare –DdryRun=true –Dtag=1.2 - DdevelopmentVersion=2.0-SNAPSHOT -DreleaseVersion=1.2 for a

RE: release-plugin non-interactive release and system properties

2014-01-09 Thread Weston, Steve
Thanks for the reply. Unfortunately I get the same result when using a SNAPSHOT in the version tag too. Is my assumption that the command line arguments override the values in the pom correct ? Steve Weston Principal Software Engineer PAREXEL International Perceptive Informatics UK Ltd 8th

Re: release-plugin non-interactive release and system properties

2014-01-09 Thread Stephen Connolly
did you remove release.properties first... because once that file is sitting there all bets are off On 9 January 2014 10:29, Weston, Steve steve.wes...@perceptive.com wrote: Thanks for the reply. Unfortunately I get the same result when using a SNAPSHOT in the version tag too. Is my

RE: release-plugin non-interactive release and system properties

2014-01-09 Thread Weston, Steve
That is indeed the problem, thanks for assistance. Steve Weston Principal Software Engineer PAREXEL International Perceptive Informatics UK Ltd 8th Floor, Centre City Tower 5/7 Hill Street Birmingham, UK, B5 4UA T +44.(0)121.616.5600 steve.wes...@parexel.com www.PAREXEL.com This

Re: New logo?

2014-01-09 Thread Mark H. Wood
All rather nicely done. FWIW I'm partial to #5. http://people.apache.org/~stephenc/maven-logo-contest/maven-5.png -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: New logo?

2014-01-09 Thread Curtis Rueden
Hi all, All of the logos are OK, but none of them really symbolize anything in particular about Maven. IMO the best logos encapsulate the purpose of the project somehow, either overtly, covertly or both. Here is a related article that discusses some of that:

Re: New logo?

2014-01-09 Thread Mark H. Wood
On Thu, Jan 02, 2014 at 03:53:46PM -0500, Jeffrey E Care wrote: Stephen Connolly stephen.alan.conno...@gmail.com wrote on 01/02/2014 02:06:55 PM: I personally liked the anteater idea... We can ask the Ant PMC if we have a winning logo that we are worried about While some Ant folks

Re: New logo?

2014-01-09 Thread Arnaud Héritier
I agreed about the animal/mascot choice and its meaning. We come back to another thread (on dev ML AFAIR) : what Maven is for you ? How to describe it (easily) ? What is differentiating it from others tools like Makefile, ant, gradle, builder Arnaud On Thu, Jan 9, 2014 at 4:39 PM, Mark H.

Re: New logo?

2014-01-09 Thread Mark H. Wood
On Thu, Jan 09, 2014 at 09:32:54AM -0600, Curtis Rueden wrote: All of the logos are OK, but none of them really symbolize anything in particular about Maven. IMO the best logos encapsulate the purpose of the project somehow, either overtly, covertly or both. Good point. I was associating with

Re: New logo?

2014-01-09 Thread Stephen Connolly
The Owl is usually a symbol of wisdom, e.g. the wise owl. Maven embodies the collective wisdom of how to build software Hence why I did #5 On 9 January 2014 15:51, Mark H. Wood mw...@iupui.edu wrote: On Thu, Jan 09, 2014 at 09:32:54AM -0600, Curtis Rueden wrote: All of the logos are OK,

Re: New logo?

2014-01-09 Thread Paul Benedict
Good choice. I was hoping someone would find a picture that played off the expertise definition of the word Maven. On Thu, Jan 9, 2014 at 10:07 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: The Owl is usually a symbol of wisdom, e.g. the wise owl. Maven embodies the collective

Re: New logo?

2014-01-09 Thread Tamás Cservenák
About raven, is already taken: http://www.maven.co/ Some sneaky peaks for same named (but non related sites) -- just to see what others came up with: http://www.maven-sf.com/ http://lasp.colorado.edu/home/maven/ http://www.php-maven.org/ And my personal fav: http://mavenberlin.com/en Their

Re: New logo?

2014-01-09 Thread Curtis Rueden
Hi Tamás, a mountain(s), a twin peak (M), you have to climb. (and everyone finish their story, mountain might be effort, knowledge, sweat or whatever :D ) That is excellent! And gurus (a.k.a. mavens) also like to live on top of mountains. ;-) Regards, Curtis On Thu, Jan 9, 2014 at

RE: New logo?

2014-01-09 Thread Will Hoover
Here's a VERY rough draft of a possible logo (I'm sure someone else can make it look more sleek): http://s21.postimg.org/41q3n4mk7/maven.png -Original Message- From: t.cserve...@gmail.com [mailto:t.cserve...@gmail.com] On Behalf Of Tamás Cservenák Sent: Thursday, January 09, 2014 11:33

Re: New logo?

2014-01-09 Thread Arnaud Héritier
Added in the list : https://cwiki.apache.org/confluence/display/MAVEN/Logo+contest On Thu, Jan 9, 2014 at 6:35 PM, Will Hoover java.whoo...@gmail.com wrote: Here's a VERY rough draft of a possible logo (I'm sure someone else can make it look more sleek):

Can't set Class-Path in jar using external manifest file

2014-01-09 Thread Earl.Bennett
I've been going around and around with this one for a few hours now. I am using Maven 3.1.1 I created a jar file, and had the maven-jar-plugin generate the manifest file with the classPath for me. I am then able to sucessfully execute the jar file with java -jar. I then exported the manifest

Re: Can't set Class-Path in jar using external manifest file

2014-01-09 Thread Wayne Fay
I exported the manifest from the non-working jar file to a second file. I then compared the two files. The files are identical except for the position of the Built-By and Build-Jdk elements. In the maven generated manifest, ... The Class-Path elements themselves are identical!! How did you

Re: Can't set Class-Path in jar using external manifest file

2014-01-09 Thread Earl.Bennett
I compared the files using WinMerge. I have tried Java 1.6.0_32 and 1.7.0_09. They both behave the same. Earl -- View this message in context: http://maven.40175.n5.nabble.com/Can-t-set-Class-Path-in-jar-using-external-manifest-file-tp5781041p5781045.html Sent from the Maven - Users

Re: Can't set Class-Path in jar using external manifest file

2014-01-09 Thread Wayne Fay
I have tried Java 1.6.0_32 and 1.7.0_09. They both behave the same. Try this: create a jar file that you know works with Maven test to be sure it works unzip the file edit the file by hand to swap those 2 lines zip the file back up, rename to .jar etc test with JVM Just remove Maven entirely

RE: Can't set Class-Path in jar using external manifest file

2014-01-09 Thread Martin Gainty
From: wayne...@gmail.com Date: Thu, 9 Jan 2014 13:06:10 -0600 Subject: Re: Can't set Class-Path in jar using external manifest file To: users@maven.apache.org I have tried Java 1.6.0_32 and 1.7.0_09. They both behave the same. Try this: create a jar file that you know works with Maven

Re: Can't set Class-Path in jar using external manifest file

2014-01-09 Thread Earl.Bennett
Well... This is weird... I was generating an index.list file in my jar using archiveindextrue/index/archive When I removed that, all my problems with the external manifest went away... It looks like there is some kind of problem with the index element and using an external manifest. My thanks

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-09 Thread S. Ali Tokmen
Hi Anders Thanks for your reply - and happy new year :) Is there any way I can inject / read the whole plugin configuration from the plugin? Best regards S. Ali Tokmen http://ali.tokmen.com/ My IM, GSM, PGP and other contact details are on http://contact.ali.tokmen.com On 08/01/14 20:00,

Re: Maven Central Opinion

2014-01-09 Thread Tommy Svensson
Bintray seems quite interesting. I signed up directly! I see that it is still a beta and there are some bugs, and a bit of confusion signing up. It refused to work signing up with my google account, but after signing upp directly I can stil login with my google account. That you can

Re: New logo?

2014-01-09 Thread Stephen Connolly
On 9 January 2014 16:32, Tamás Cservenák ta...@cservenak.net wrote: About raven, is already taken: http://www.maven.co/ Some sneaky peaks for same named (but non related sites) -- just to see what others came up with: http://www.maven-sf.com/ http://lasp.colorado.edu/home/maven/

Options for producing class files with different compilers via Maven

2014-01-09 Thread Mirko Friedenhagen
Hello, in the JaCoCo project (a Java code coverage library which uses a Java agent approach during runtime) we produce some false positives of uncovered code because of unreachable (e.g. private constructor of a util class) or synthetic java code (e.g. enum values()). As we inspect the class

Re: Maven install phase - Access is denied

2014-01-09 Thread andre999
Thanks for the input. Apologies for the goose chase. I have found that there is an element attachtrue/attach property in the artifactIdmaven-install4j-pluginartifactId, which I did not include in this thread. With the attach set to false, the maven install has stopped reading any resources from

Re: [jacoco-dev] Options for producing class files with different compilers via Maven

2014-01-09 Thread Evgeny Mandrikov
Hi, I have feeling that you ( we :) ) could simply use single module and define several executions of: 1. maven-compiler-plugin for compilation 2. maven-assembly-plugin to create JARs and attach them as additional project artifacts But I never tried this. On Thu, Jan 9, 2014 at 10:13

Re: [jacoco-dev] Options for producing class files with different compilers via Maven

2014-01-09 Thread Evgeny Mandrikov
Indeed, but I missed your point about sources (time to go to bed) and thought that you wanted to duplicate sources. But then it looks good already, isn't it? Or I again missed what embarrasses you in the current solution? On Thu, Jan 9, 2014 at 11:16 PM, Mirko Friedenhagen

ArtifactNotFoundException 'com.sonatype.nexus.plugins:nexus-staging-client:jar:2.7.0-02'

2014-01-09 Thread Martin Gainty
building com.jayway.maven.plugins.android.generation2:maven-android-plugin:3.8.3-SNAPSHOT org.eclipse.aether.transfer.ArtifactNotFoundException: com.sonatype.nexus.plugins:nexus-staging-client:jar:2.7.0-02 any ideas where to find this artifact? thanks! Martin

Re: New logo?

2014-01-09 Thread Kristian Rosenvold
I think the association-work around what maven /is/ is a great way to approach a logo contest elsewhere. I have worked with some great graphic designers in my time, and the kind input the good ones want are typically related around your thoughts/feelings around the product rather than which