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

2011-12-04 Thread Stephen Connolly
this is a perfect use case for profiles. in the release profile you use yui-compress to copy them into the war in a development profile you add warResources to construct the war from the direct sources that (assuming the tomcat maven plugin is written right... jetty can do this for sure)

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

2011-12-04 Thread Ken Egervari
Yes, I've been playing around with getting the development/production part working, and I think I've got it. I am still having problems getting the yuicompressor:compress goal to be called at the right time. The problem is that the war:war goal has a bunch of actions backed into it, and I don't

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

2011-12-04 Thread Robert Scholte
What about warSourceExcludes[1]? Don't make the m-war-plugin responsible for copying these files but the yuicompressor. -Robert [1] http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#warSourceExcludes Date: Sun, 4 Dec 2011 08:44:28 -0500 Subject: Re: YUI Compressor

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

2011-12-04 Thread Ken Egervari
I think there has to be a better way than using the excludes. I really don't want to be maintaining so many lists of javascript files... it'll be way too much of a maintenance problem. I just want this to work. My project is massive. There is at least 150 javascript files as it is, and probably

[ANN] Maven Surefire Plugin 2.11 Released

2011-12-04 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.11 This release includes the maven-surefire-plugin, which executes the unit tests of an application, the maven-surefire-report-plugin, which parses surefire/failsafe test results and renders them to DOXIA

[ANN] Maven Surefire Plugin 2.11 Released

2011-12-04 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.11 This release includes the maven-surefire-plugin, which executes the unit tests of an application, the maven-surefire-report-plugin, which parses surefire/failsafe test results and renders them to DOXIA

Re: Download Page Broken?

2011-12-04 Thread Ronald Petty
Olivier, Sorry for the extended delay, I lost my connection for almost 24 hours. Here are the links and they still appear to be broken. On this page: http://maven.apache.org/download.html - http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-3.0.3-bin.tar.gz -

Re: Download Page Broken?

2011-12-04 Thread Barrie Treloar
On Mon, Dec 5, 2011 at 11:59 AM, Ronald Petty ronald.pe...@gmail.com wrote: Olivier, Sorry for the extended delay, I lost my connection for almost 24 hours.  Here are the links and they still appear to be broken. On this page: http://maven.apache.org/download.html   -  

Maven+Nexus and OSGi bundles via Fuse ESB

2011-12-04 Thread wulfgar.pro
Hi, I'm using Fuse ESB which is built on-top of Apache Karaf. Under Karaf I'm using Apache Felix as my OSGi run-time. One of my Java projects is a data-layer for MongoDB. This project relies on various 3-rd party dependencies: - morphia - mongodb-java-driver - etc. I've had trouble in the

Re: Download Page Broken?

2011-12-04 Thread Ronald Petty
Barrie, After some more testing it must be my misunderstanding. I tried the links below in FireFox and they worked (aka. they redirected me to a page listing mirrors.) For some reason my Safari installation is not, but only on the tar.gz links, the .zip links go to the mirror listings. It must

Re: Handling Non-Public runtime packages

2011-12-04 Thread Stephen Coy
For JEE 6 applications you can use this pom fragment: dependency groupIdorg.jboss.spec/groupId artifactIdjboss-javaee6-specs-bom/artifactId version2.0.0.Final/version typepom/type scopeimport/scope

What to do with .pom files?

2011-12-04 Thread Adler György
Hi! I'm totally new with Maven and I would like to manage .pom files with it. I've downloaded some (hopefully) eBooks which have .pom extensions. I would like to execute these files somehow to see their content or just convert these .pom files into a more common format. Thank you for your

Re: Download Page Broken?

2011-12-04 Thread Stephen Coy
I don't know when it started working. I have updated to OS X Lion in the last couple of months. You may be able to use the Web Inspector to see what's going on. On 05/12/2011, at 3:04 PM, Ronald Petty wrote: Stephen, Based on your feedback, I checked and saw I was running 5.1.1. I

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

2011-12-04 Thread Ken Egervari
Hi guys, I finally got one comment from someone that looks promising, but I'm not how to do what he's suggesting since he didn't give an example: The reason you're having problems is because the copying of webapp resources is done by the war

Re: What to do with .pom files?

2011-12-04 Thread Anders Hammar
If you're looking for some books you should look for the pre-built books, not try building them yourself. What books are you looking for? The pom file is the description of a Maven project. Very simplified, you could compare it to Ant's build.xml. If you have the source of a Maven project you

Re: What to do with .pom files?

2011-12-04 Thread Ben Caradoc-Davies
On 05/12/11 11:21, Adler György wrote: I'm totally new with Maven and I would like to manage .pom files with it. I've downloaded some (hopefully) eBooks which have .pom extensions. Maven POM files are not eBooks. They are configuration files for the Maven software dependency management