Re: [ANN] StatSVN 0.2.0 released as well as a Maven 2 plugin for it.

2006-11-30 Thread Thierry Barnier
I'm having hard times too... with mvn -x site [DEBUG] stat-scm: resolved to version 1.0-20061130.191424-10 from local repository [DEBUG] net.sf:stat-scm:maven-plugin:1.0-20061130.191424-10:runtime(selected for runtime) [DEBUG] net.sf:stat-svn:jar:0.2.0:runtime (selected for runtime) [DEBUG]

Re: excluding unit tests

2006-08-18 Thread Thierry Barnier
Have you tried mvn package -Dmaven.test.skip=true or defining the property inside your pom: maven-surefire-plugin true Thierry

Re: Adding hibernate generated resources to JAR?

2006-08-15 Thread Thierry Barnier
Dear Sean, Would generating these HIBERNATE XDOCLET into src/main/ressources would be an option? Worked perfect for me. Thierry Le 20 juin 06 à 19:55, Sean McNamara a écrit : Thanks Mike. I didn't realize we were setting the output path for the generated hibernate files since /target/

Re: eclipse plugin archetype?

2006-07-25 Thread Thierry Barnier
have you tried mvn eclipse:eclipse ? Thierry 2006/7/26, Valerio Schiavoni <[EMAIL PROTECTED]>: hello everyone, i was wondering if there's an eclipse plugin archetype... any idea ? thanks, valerio -- http://valerioschiavoni.blogspot.com http://jroller.com/page/vschiavoni

Re: New user

2006-07-11 Thread Thierry Barnier
Hi Mayank, as you put your jar files as dependencies, you should install them in your local repository, using the maven install-file command... More on this on: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html Cheers Thierry 2006/7/11, Mayank Gupta <[EMAIL PROTECTED]>: H

Re: [m2] How to include a file in a WAR file's /META-INF folder?

2006-06-07 Thread Thierry Barnier
I put my jars in WEB-INF/lib Adding the following section to my POM file maven-war-plugin true ./lib Regards Thierry 2006/6/7, Mark Reynolds <[EMAIL PROTECTED]>: If I include

Re: package classes of a WAR as jar with war-plugin

2006-06-06 Thread Thierry Barnier
You should define a multi-module POM project 1 master pom, packaged as POM, demending on the JAR module and the WAR modules . pom ... jar war ... Then in you JAR directory, POM should look like this YYY jar .. here comes your master-pom

Re: Getting Started / Problem with plugin

2006-06-02 Thread Thierry Barnier
got the same problem M2 plugin for Eclipse ignored the M2_REPO shell variable, the Repossitory location defined from inside the IDE plugins property page/ The only one it accepts is ~/.m2/settings.xml I don't have this problem with MVN command line tool Maybe should be documented in "troubles

ear:generate-application-xml : ability to disable the of a web module

2006-06-01 Thread Thierry Barnier
Hi, I'm developping some portlets, and bundling them into an EAR module. I use a multi module POM architecture the ear:generate-application-xml goal generate a tag, when it depends on a WAR module. However, this line is problematic when you deploy a portlet, because it seems illegal in this ca

Re: Configuration of maven-war-plugin

2006-06-01 Thread Thierry Barnier
Hi , The plugin documentation is now generated in a different way. from page http://maven.apache.org/plugins/maven-war-plugin/index.html Click on "Project reports" on the bottom left side, then on "Plugin documentation" Or directly go to http://maven.apache.org/plugins/maven-war-plugin/plugin-

Re: date in manifest

2006-05-31 Thread Thierry Barnier
Hi Julian, have you tried this stuff (look @ the section) More info on http://maven.apache.org/guides/mini/guide-manifest.html Thierry ... org.apache.maven.plugins maven-jar-plugin com.mycompany.app.App