Re: How do I stop a plugin from being inherited by child modules?

2007-11-18 Thread Wayne Fay
Adding false to the plugin declaration should take care of this for you. Wayne On 11/18/07, Kevin Stembridge <[EMAIL PROTECTED]> wrote: > Hi folks, > If I define a plugin in a parent pom, how do I prevent it from being > inherited and run by child modules? > Is this something that depends on the

New Maven integration for Eclipse project proposed to the Eclipse Foundation

2007-11-18 Thread Carlos Sanchez
Hi all, I'm proud to say that a new project proposal has been approved at the Eclipse Foundation to add Maven integration into the Eclipse IDE as an official Eclipse project. The proposal is called Eclipse Integration for Apache Maven (Eclipse IAM) http://www.eclipse.org/proposals/iam/ and is the

Re: no net in java.library.path

2007-11-18 Thread ozymandias
Thank you for your quick reply! Wayne Fay wrote: > > What OS? What Java JDK version? What Maven version? > OS - Windows XP JDK - 1.6.0_03 Maven - 2.0.7 Wayne Fay wrote: > > Can you try running mvn with the -X parameter, to capture the full > debug output? > Here is the full debug ou

Re: Package and Tag

2007-11-18 Thread Brad Smith
Excellent. Thank you Marijn. This is exactly what I need. Brad On Sun, 2007-11-18 at 17:52 +0100, Martijn Dashorst wrote: > I think you need the > mvn release:prepare release:perform > > goals. signature.asc Description: This is a digitally signed message part

Re: problem with maven embebed in netbeans 5.5.1

2007-11-18 Thread Milos Kleint
does the same happen when invoking on the command line? worth filing as issue at http://jira.codehaus.org/browse/MEVENIDE Milos On Nov 14, 2007 4:06 PM, logancillo <[EMAIL PROTECTED]> wrote: > > hi everybody, i`using netbeans 5.5.1 with jdk 1.6. App server is embebed > tomcat 5.5.17 and i `m hav

Re: Mavenide and NetBeans 6 RC1

2007-11-18 Thread Milos Kleint
check the faq (http://mevenide.codehaus.org/m2-site/faq.html) for answer. Unfurtunately for 6.0 fcs, we're stuck with the current embedder version. I'll be upgrading to latest 2.1-SNAPSHOT embedder binaries soon for trunk, then you will be able to get the bits from http://deadlock.netbeans.org/huds

Re: Difficulty configuring dependency plugin

2007-11-18 Thread chago
I have also determined using -X debugging that the plugin appears to be getting configured: [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-5-SNAPSHOT:resolve' --> [DEBUG] (f) excludeGroupIds = com.mydomain ... [INFO] [dependency:resolve] [DEBUG] Including T

Maven Sites Generation Creates Out-Of-Memory Error

2007-11-18 Thread Morgovsky, Alexander (US - Glen Mills)
It looks like there is a problem with being able to generate Maven sites. Even though plugins like Codestyle and PMD are available, it is not possible to run the full suite of Maven sites because I always get an Out-of-Memory Error. I have tried updating Maven Java memory settings through MAVEN_O

Re: The OpenJPA Enhancer tool exited with a non-null exit code.

2007-11-18 Thread Rahul Thakur
Hi Julien, Can you try invoking the goal with -X (for debug)? Also, where is the persistence.xml located in your project? Rahul - Original Message - From: "Julien Martin" <[EMAIL PROTECTED]> To: "Maven Users List" ; <[EMAIL PROTECTED]> Sent: Wednesday, October 24, 2007 6:31 AM Subjec

Re: Package and Tag

2007-11-18 Thread Martijn Dashorst
I think you need the mvn release:prepare release:perform goals. Martijn On Nov 18, 2007 5:48 PM, Brad Smith <[EMAIL PROTECTED]> wrote: > I use maven on several projects that provide components to other > applications. I would like to have maven automatically create a tag in > the subversion re

Package and Tag

2007-11-18 Thread Brad Smith
I use maven on several projects that provide components to other applications. I would like to have maven automatically create a tag in the subversion repository for each time package is run to create a distributable jar from the project. Is this possible? If so, how might I accomplish this?

How do I stop a plugin from being inherited by child modules?

2007-11-18 Thread Kevin Stembridge
Hi folks, If I define a plugin in a parent pom, how do I prevent it from being inherited and run by child modules? Is this something that depends on the plugin itself or is there a Maven configuration property? Cheers, Kevin

Re: SCM

2007-11-18 Thread Wendy Smoak
On Nov 18, 2007 9:03 AM, Filippo De Luca <[EMAIL PROTECTED]> wrote: > Dear maven users > I setup a simple project, i have my subversion server an want to upload my > project to the server. ... > but i try to do > > mvn -Dmessage="First try" scm:checkin > > but it failed! > > [ERROR] Provider messag

SCM

2007-11-18 Thread Filippo De Luca
Dear maven users I setup a simple project, i have my subversion server an want to upload my project to the server. my scm config is: scm:svn: http://svn.ganga.locale/svn/main/DataAccess/trunk scm:svn: http://svn.ganga.locale/svn/main/DataAccess/trunk http://svn.ganga.

Emma code coverage

2007-11-18 Thread Vishal Pahwa
Hi In our project we are using maven2.06. and Emma for the code coverage report but it gives report module wise but we want consolidated coverage report so we would like to fetch the information from emma reports ao can anyone please tell me emma reports are in which format apart from html page

Difficulty configuring dependency plugin

2007-11-18 Thread chago
I am trying to exclude certain artifacts from dependency:resolve, and I am using the following configuration: org.apache.maven.plugins maven-dependency-plugin