Re: [SOLVED] maven-ear-plugin is not including jarModule into application.xml

2012-08-30 Thread Stephane Nicoll
mvn help:effective-pom is your friend here. S. On Thu, Aug 23, 2012 at 5:20 PM, Stuart Stephen stuart.step...@tracegroup.com wrote: I worked it out. I was being an idiot as usual. User error. Strangely it was producing the EAR file pretty much correctly, even though my plugin wasn't

Re: maven compiler plugin reports warnings as error

2012-08-30 Thread Sascha Vogt
Hi Wayne, Am 29.08.2012 16:13, schrieb Wayne Fay: I did a few more tests, see the output below. Should I open a ticket for that? What JDK are you using in each example? I tried with 1.6.0_32 and 1.7.0_04, both 64-bit Version on Windows7 64-bit And yes, in general, if you think you have

Re: How to Sign a .par file through Maven

2012-08-30 Thread TarunKhandelwal
Hello All, I found an option. Just thought of sharing. I am using now ant plugin for Maven. and through that i am including extra files to par file and signing it using batch command. Thanks, Tarun Khandelwal -- View this message in context:

Re[SOLVED]: How to Sign a .par file through Maven

2012-08-30 Thread TarunKhandelwal
-- View this message in context: http://maven.40175.n5.nabble.com/How-to-Sign-a-par-file-through-Maven-tp5718722p5718845.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail:

How can call j2meunit TestRunner using mvn test

2012-08-30 Thread Neeraj Kumawat
Hi All I am using j2meunit for creating the unit test cases. For executing these j2meunit test cases i need to call j2meunit TestRunner, So How can i call j2meunit TestRunner from maven? By default maven is calling Junit TestRunner. Thanks Neeraj -- View this message in context:

Re: jdk for os 10.5.8

2012-08-30 Thread Thorsten Heit
Hi, Hi can any one advise which jdk for os 10.5.8 / would be good to start with , im new to maven . and just starting out If you're on Mac OS X 10.7, then you have to live with the JDK Apple is providing: - Java 5 for 10.5.x (*) - Java 6 for 10.6.x (*) I'm not sure, but I guess I have

RE: [Q] v3.0.3 exec-maven-plugin hanging

2012-08-30 Thread Hoying, Ken
Thanks, Curtis! I had not thought of that. I was able to work around my issue though by using the maven-antrun-plugin with a java task. It works fine when I run it this way. Thank you! Ken -Original Message- From: ctrueden.w...@gmail.com [mailto:ctrueden.w...@gmail.com] On Behalf

JDK - Maven - Orekit - Output Charts

2012-08-30 Thread corvin1982
Hey thanks for the info // Essentially all i wanted to do was get this http://www.iers.org/nn_11252/IERS/EN/DataProducts/EarthOrientationData/__Function/Plots__GpsrapidDaily/generischeTabelle__Diagramm.html data series and reconfigure the output charts. { Look/Feel } And redisplay them on a

JDK - Maven - Orekit - Re-configure / Output Charts { Look/Feel}

2012-08-30 Thread corvin1982
Hello / Essentially all i wanted to do was get this http://www.iers.org/nn_11252/IERS/EN/DataProducts/EarthOrientationData/__Function/Plots__GpsrapidDaily/generischeTabelle__Diagramm.html data series and reconfigure the output charts. { Look/Feel } And redisplay them on a website. I

Re: JDK - Maven - Orekit - Re-configure / Output Charts { Look/Feel}

2012-08-30 Thread Thorsten Heit
Hi, Essentially all i wanted to do was get this http://www.iers.org/nn_11252/IERS/EN/DataProducts/ EarthOrientationData/__Function/Plots__GpsrapidDaily/ generischeTabelle__Diagramm.html data series and reconfigure the output charts. { Look/Feel } And redisplay them on a website. I

[ANN] Maven Project Info Reports Plugin 2.5.1 Released

2012-08-30 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Maven Project Info Reports Plugin, version 2.5.1 The Maven Project Info Reports Plugin is a plugin that generates standard reports for the specified project. http://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should

Re: JDK - Maven - Orekit - Re-configure / Output Charts { Look/Feel}

2012-08-30 Thread corvin1982
ok // This is the table data for those charts - http://data.iers.org/products/14/1389/output/123019/gpsrapid.daily.html The only thing that can read this data series and out put the data into charts is Orekit All I wanted to do is to create the same charts - using the same supplied

[ANN] JAXB-2 Maven Plugin 1.5 Released

2012-08-30 Thread Anders Hammar
Hi, The Mojo team is pleased to announce the release of the JAXB-2 Maven Plugin version 1.5. http://mojo.codehaus.org/jaxb2-maven-plugin/ To get this update, simply specify the version in your project's plugin configuration: plugin groupIdorg.codehaus.mojo/groupId

Build Configurator Maven Plugin and Extension 1.0.0 Released

2012-08-30 Thread Aliaksei Lahachou
Hello everyone, I recently released Build Configurator Maven Plugin and Build Configurator Maven Extension, version 1.0.0. With Build Configurator you can: * Load multiple property files. * Add or update dependencies and dependency exclusions. * Add or update plugins, plugin executions, and

[Q] Skinny Wars and Taglibs

2012-08-30 Thread Hoying, Ken
I am betting someone already has a clever solution to the following problem. I am trying to create a deployment ear which contains a war. I did not want to bloat the ear by repeating the jar files in both the EAR and WAR libs. So I used the skinnyWars setting for the maven-ear-plugin (v2.7).

Re: Creating one big jar in Maven?

2012-08-30 Thread Barrie Treloar
On Sat, Aug 25, 2012 at 2:49 PM, Barrie Treloar baerr...@gmail.com wrote: On Sat, Aug 25, 2012 at 5:44 AM, jpyork john-paul.y...@dhltd.com wrote: Hello I am a bit new to Maven and have taken over a build from a departed employee that uses Maven. The issue is that he over complicated it with vb

Re: JDK - Maven - Orekit - Re-configure / Output Charts { Look/Feel}

2012-08-30 Thread corvin1982
Hi , yea i've just started reading through better builds with maven i know the first two links / i didnt know this though - http://docs.codehaus.org/display/MAVENUSER/Home Thanks -- View this message in context:

Re: JDK - Maven - Orekit - Re-configure / Output Charts { Look/Feel}

2012-08-30 Thread Wayne Fay
The only thing that can read this data series and out put the data into charts is Orekit All I wanted to do is to create the same charts - using the same supplied table data ... Where I am at the moment is researching How to make that happen ... And if there are simpler methods to

[ANN] chronos maven-plugin 1.1.0 released

2012-08-30 Thread Kent Sølvsten
Hi, The Mojo team is pleased to announce the release of the chronos version 1.1.0. Chronos is a collection of maven plugins designed to invoke performancetests and create nice visual representations of the results. Performancetesting with jmeter is supported, either by letting Chronos invoke