Fwd: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not using yui-compressor output

2011-12-02 Thread Jeff MAURY
By default, the compress goal of the YUI maven plugin is bound to the process-resources phase. So, you need to bind it to another phase after the war plugin has produced the war directory structure the Tomcat plugin will use. I recommand you also customize the outputDirectory parameter of the YUI

Re: Generate report PDF with Maven PDF Plugin

2011-12-02 Thread 4ndrew
Thank you! ;) -- View this message in context: http://maven.40175.n5.nabble.com/Generate-report-PDF-with-Maven-PDF-Plugin-tp5035890p5041661.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe,

Re: Handling Non-Public runtime packages

2011-12-02 Thread Steve Cohen
On 12/02/2011 01:47 AM, Anders Hammar wrote: I recognize your situation and here's what I've done for JBoss EAP (4.3 and 5.0): For all the runtime artifacts of the platform, I've created a tool that analyzes the dependencies between those artifacts. Based on this information I've created poms

Re: Current state of Maven native plugins

2011-12-02 Thread Satya
Hi Dan I have a problem with maven native pluging, If my header file contains code like: (I mean any conditional operator in macros) /#if (_MSC_VER 1300)/ then it is giving me error operator '' has no left operand Please help me on this, Thanks In Advance, Satya -- View this message in

Re: Handling Non-Public runtime packages

2011-12-02 Thread Anders Hammar
Who decided they're not going to support EAP6.0? Your company or JBoss/Red Hat? I don't think the jboss community version fully support Maven, at least not for jboss.org 5.0 and earlier (which EAP 5 is based on). The thing is that it is hard to do magic when the individual components don't use

[ANN] Maven Common Artifact Filters 1.4 Released

2011-12-02 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Common Artifact Filters, version 1.4 A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution. http://maven.apache.org/shared/maven-common-artifact-filters You should specify the

[ANN] Maven Assembly Plugin 2.2.2 Released

2011-12-02 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Assembly Plugin, version 2.2.2 A Maven plugin to create archives of your project's sources, classes, dependencies etc. from flexible assembly descriptors. http://maven.apache.org/plugins/maven-assembly-plugin/ You should specify the

Re: Error opening zip file (because it isn't there)

2011-12-02 Thread mnkartik
It is mostly a downloading issue when downloaded from the repo. When I checked out opening the jar in the .m2/repository/corresponding dependency folder then found that downloaded jar is corrupted. So one possible solution is to delete the folder and then execute the maven build commands which

Maven Native Pluging Problem when building

2011-12-02 Thread Satya
Hi I have a problem with maven native pluging, If my header file contains code like: (I mean any conditional operator in macros) #if (_MSC_VER 1300) then it is giving me error *operator '' has no left operand * Please help me on this, Thanks In Advance, Satya -- View this message

RE: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not using yui-compressor output

2011-12-02 Thread Robert Scholte
You could keep the names of the files the same (so without the -min postfix), so modifications are picked up immediately. -Robert From: jeffma...@jeffmaury.com Date: Fri, 2 Dec 2011 11:16:01 +0100 Subject: Fwd: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not

[ANNOUNCE] Apache Maven Scm 1.6

2011-12-02 Thread Olivier Lamy
Hello, The Apache Maven team is pleased to announce the release of Apache Maven Scm 1.6. Apache Maven SCM provide a common API for doing SCM operations. Web Site: http://maven.apache.org/scm/ Release Notes - Maven SCM - Version 1.6 ** New Feature * [SCM-619] - [patch] Add revision number

Re: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not using yui-compressor output

2011-12-02 Thread Olivier Lamy
and bind the yui compressor to prepare-package phase. As it js files will be compressed only when you will package your war for deployment on target servlet container. So js files won't be change using tomcat:run (IMHO better to have real js files for debugging purpose). 2011/12/2 Robert Scholte

Re: Maven Native Pluging Problem when building

2011-12-02 Thread Dan Tran
can you produce a test case using existing test case? what version of MSC you are using? -D On Fri, Dec 2, 2011 at 8:23 AM, Satya satyarajesh.ravip...@gmail.com wrote: Hi    I have a problem with maven native pluging, If my header file contains code like: (I mean any conditional operator in

Profile - activeByDefault in Maven 3.0

2011-12-02 Thread tpatch
Hi All, I am currently upgrading to maven 3 from 2. I have a settings.xml that I have been using for a couple of years now. It has a profile in it called dev it looks something like this: profiles profile iddev/id

Re: Profile - activeByDefault in Maven 3.0

2011-12-02 Thread Jörg Schaible
Hi Todd, tpatch wrote: Hi All, I am currently upgrading to maven 3 from 2. I have a settings.xml that I have been using for a couple of years now. It has a profile in it called dev it looks something like this: profiles profile iddev/id activation

Re: Error using Maven in Red Hat 5

2011-12-02 Thread Wayne Fay
mvn --version + Error stacktraces are turned on. Maven version: 2.0.9 Java version: 1.6.0_29 You can most likely ignore that error and just move on with life. Basically Maven is saying you didn't tell me what build action you wanted me to take which isn't entirely accurate because you were

Where is a dependency coming from?

2011-12-02 Thread deusaquilus
I have some dependencies that exist in multiple repositories that are in my search order and I want to find out which one the dependency is actually coming from, it doesn't look like the maven-dependency-plugin can do this. What I'm looking for is something like this: mvn

Re: Handling Non-Public runtime packages

2011-12-02 Thread Steve Cohen
Sorry, it's our company who will not bless use of EAP 6.0 at all, but will bless it EAP 7.0 soon. Hopefully there will be Maven for that. I didn't mean to imply anything about JBoss's plans. There is a Maven repo for jboss.org 5.1.0.GA. I was groaning about having to go backwards from

RE: Where is a dependency coming from?

2011-12-02 Thread Martin Gainty
Look at dependency:analyze-reporthttp://maven.apache.org/plugins/maven-dependency-plugin/ Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha

[mojo-announce] [ANN] Maven Findbugs plugin version 2.3.3 Released

2011-12-02 Thread Garvin LeClaire
Hi, The Mojo team is pleased to announce the release of the Maven FindBugs Plugin version 2.3.3. FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns. You can see more about the plugin at: http://mojo.codehaus.org/findbugs-maven-plugin/ To get this

Re: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not using yui-compressor output

2011-12-02 Thread Ken Egervari
I tried to bind this to the prepare-package phase actually, but the copying of the webapp resources directory to the target directory still occurs after the yui:compress goal. Am I missing something? Setting the phase to process-resources actually runs the yui:compress goal before the compilation

Re: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not using yui-compressor output

2011-12-02 Thread Ken Egervari
There's a lot that confuses me too about how to get this to work with tomcat:run. For example, if I am in development mode, I actually want to use the uncompressed javascript files for the same reason you said - it'll be better to debug and reason about the code. But I'd also like to test the