Re: How to include logo

2007-12-03 Thread Ken Turner
Johnathan Gifford wrote: A link to a site that talks specifically about how the xml schema for a company pom looks would be nice. Doing a search for 'maven company pom' turns up nothing. Is the information shown in the link suppose to be include in a project pom file? Thanks,

[c-1.1] Running assembly?

2007-12-03 Thread Mick Knutson
I am trying to understand how to run an assembly after a successful build? Can the assembly be run off the working copy, or does it work off the trunk? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson

[c-1.1] Can't edit project notifiers?

2007-12-03 Thread Mick Knutson
I have had to add an additional project notifier because the default one does not allow me to edit it. How can I edit, or how does Continuum assign the recipient to the default notifier? PROJECT NAME Type Recipient Events

Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Brett Porter
yes, and yes. in fact, I would recommend sharing the user database connection. On 04/12/2007, ossi petz [EMAIL PROTECTED] wrote: Hallo thanks for all replies. the continuum settings are ok since it would run without archiva. the error appears on archiva is 'hot deployed' (start archiva with

Failing test suite with 2.0.8

2007-12-03 Thread Francesco Vivoli
Hi all A part of my test suite uses a combination of DBUnit and HSQL to test database code. A base class basically reads a location ( using this.getClass().getClassLoader().getResource() ) and populates the database during setup. Everything is shut down on teardown. Now, after upgrading to 2.0.8

Re: [m2] archetype error with variables

2007-12-03 Thread Stuart McCulloch
On 02/12/2007, Wendy Smoak [EMAIL PROTECTED] wrote: On Dec 1, 2007 3:49 PM, Mick Knutson [EMAIL PROTECTED] wrote: I have the following resource declaration in my archetype pom.xml: resources resource directory${basedir}/src/main/resources/directory

Re: rmic compiler other then FreeHep

2007-12-03 Thread Borut Bolčina
I registered to your JIRA, but can not submit a patch to a Maven RMIC Plugin project (http://bugs.freehep.org/browse/RMICPLUGIN) as I can not select one from the drop down menu in the Create Issue step 1. Where do I submit the patch? Cheers, Borut 2007/11/30, Mark Donszelmann [EMAIL PROTECTED]:

Re: 2.0.8 broken war build

2007-12-03 Thread Francesco Vivoli
Hi all I've just posted a similar issue[*]; I'm also using war packaging and setting forkModenever/forkMode solved it. I still wonder what happens though... Anyone's got an explanation? Cheers Francesco *: http://www.nabble.com/Failing-test-suite-with-2.0.8-tf4934941s177.html Damien Lecan

CM Synergy as a SCM Provider

2007-12-03 Thread Vihung Marathe
Does anyone on the list use CM Synergy as an SCM with Maven. I understand that it is supported (http://maven.apache.org/scm/synergy.html), but since Synergy is one of those lesser used, slightly obscure SCMs, I would not be surprised if the implementation is not as well tested as, say, SVN.

maven-scm-plugin : how to ignore target directory while checkin

2007-12-03 Thread urir
Hi, I am using maven-scm-plugin to checkin the sources while deploy phase. We only manage the real source in SVN and don't want to add target directory to scm. So, how do I ignore the target directory while checkin. If I run mvn scm:checkin on clean directory - all is Ok. If I run mvn clean

Re: problems mirroring repo1.maven.org

2007-12-03 Thread Stephen Connolly
Only this one is left with bad permissions: rsync: opendir /org/objectweb/fractal/fscript (in maven2) failed: Permission denied (13) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to do incremental build?

2007-12-03 Thread Saloucious
May be I have to rectify what i would like to ask : How to make incremental build between multi-modules. As far as I know : An incremental build reuses the results of a previous build to perform an optimized build based on the changes since the last build. With M2, don't see where

Re: problems mirroring repo1.maven.org

2007-12-03 Thread Stephen Connolly
On Dec 1, 2007 7:28 PM, Brian E. Fox [EMAIL PROTECTED] wrote: Use a repository manager to only grab the dependencies you need in an on demand fashion and cache them. This is much easier on the servers that provide free access to the data. If that is the policy change, can you see about

how to change jdk verssion in continuum

2007-12-03 Thread Pallavi.Satish
Hi I am using continuum 1.0.3 to build my project which uses jdk1.4. Can anyone of you tell how will I configure continuum so that it takes jdk 1.4 to build my project? Thanks regards Pallavi

Re: Where should I place UML-models in a Maven2 structure..

2007-12-03 Thread Arne Styve
Hi Milos, Thanks for confirming my own thoughts ;-) I totally agree that the UML-model should be just another aspect of the project. That would have made it much more structured. Do you know of any other UML modelling tool that does integrate well with the Maven2 structure ? Thanks! Arne On

Re: rmic compiler other then FreeHep

2007-12-03 Thread Mark Donszelmann
Hi submit/mail the text/patch to me and I will take care of it. Regards Mark On Dec 3, 2007, at 9:59 AM, Borut Bolčina wrote: I registered to your JIRA, but can not submit a patch to a Maven RMIC Plugin project (http://bugs.freehep.org/browse/RMICPLUGIN) as I can not select one from the

Re: how to change jdk verssion in continuum

2007-12-03 Thread olivier lamy
Hi, You have to use continuum profiles. First you have to create your profile with your jdk1.4 [1]. Then you must attach your profile to the build definitions which have to use jdk1.4. -- Olivier [1] http://maven.apache.org/continuum/documentation/1_1/administrator_guides/jdk.html 2007/12/3,

Re: jetty:run - ignore changes to classfiles

2007-12-03 Thread Antony Stubbs
+1 - I also really want to be able to do this. The hot code replace causes jetty to restart so much I get jetty eventually throwing errors, so when ever i make more than half a dozen changes i have to restart maven from scratch. Surely not everyone out there is enduring jetty restarting every 3

Re: How to do incremental build?

2007-12-03 Thread Stephen Connolly
On Dec 3, 2007 10:24 AM, Saloucious [EMAIL PROTECTED] wrote: But it's not able to see affected files from modules which depend on modified one, as Eclipse do. Eclipse gets this by scanning the java files to identify dependencies (for code complete, etc) and when it does it's background

webproject does not find log4j.properties

2007-12-03 Thread VanIngen, Erik (ESTG)
Hi all, My log4j.properties is located in src/test/resources/log4j.properties Loglevel is set to ERROR During the test, all logging is done on INFO level, e.g. it seems that log4j does not find the log4j.properties. Is there something I can do more? Thanks for your help. Kind Regards, Erik

RE: how to change jdk verssion in continuum

2007-12-03 Thread Pallavi.Satish
Thanks oliver for the help I am able to configure it now. Regards Pallavi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of olivier lamy Sent: Monday, December 03, 2007 4:43 PM To: [EMAIL PROTECTED] Subject: Re: how to change jdk verssion in continuum Hi,

Re: How to do incremental build?

2007-12-03 Thread Dimitris Kapanidis
I agree, When I started using maven with multi-module projects, intuively when doing mvn package in a module I was supposing that local changes of other modules will be used to test the local changes of the tested module. A possible solution that I can see would be to have an mvn parameter

Re: How to do incremental build?

2007-12-03 Thread Steve Ebersole
This is an idea that JBoss and myself, personally, have brought up with the Maven team quite a few times. The terms we use is that of a binary (repo) dependency versus a source (module) dependency. Another name for 'source dependency' might be 'local dependency'. Whatever its term, I

hi, i need some help with mail notifications

2007-12-03 Thread Gerhard
Hi I just installed Continuum 1.1 and got it to build a Simple ant project. I am now trying to setup some notification on success/failure. I followed the gmail smtp setup and told it to use my gmail account. I get the following from the log. jvm 1| 2007-12-03 15:00:47,438

RE: Javadoc running out of memory

2007-12-03 Thread Mark Struberg
The JavaDoc process may be spawned, so this reads the JVM parameters as set in the command line. Try export MAVEN_OPTS=-Xmx512m in your shell ( or 'set MAVEN_OPTS=-Xmx512m' if under win*) before you start the javadoc again. LieGrü, strub --- EJ Ciramella [EMAIL PROTECTED] schrieb: Hello all

Javadoc running out of memory

2007-12-03 Thread EJ Ciramella
Hello all - I'm having a difficult time getting the javadoc plugin working with a rather large codebase. I keep running out of memory even though I'm using the addtionalJOption tag as follows: plugin groupIdorg.apache.maven.plugins/groupId

RE: hi, i need some help with mail notifications

2007-12-03 Thread Gerhard
I got it to try and send, but now I get another exception? DEBUG SMTP: exception reading response: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? ??? Here is my resource entry into the plexus.xml resource namemail/Session/name

Re: [m2] Continuum error with ${scm.connection} type variables in scm declaration

2007-12-03 Thread Martin Hoeller
On 28 Nov 2007, Mick Knutson wrote: I have my scm as: scm connection${scm.connection}/connection developerConnection${scm.connection}/developerConnection url${scm.url}/url /scm See this post for details:

RE: hi, i need some help with mail notifications

2007-12-03 Thread Gerhard
Sorry for the spam I used javax.net.SocketFactory instead of javax.net.ssl.SSLSocketFactory and it goes. -Original Message- From: Gerhard [mailto:[EMAIL PROTECTED] Sent: 03 December 2007 03:58 PM To: [EMAIL PROTECTED] Subject: RE: hi, i need some help with mail notifications I got

Re: hi, i need some help with mail notifications

2007-12-03 Thread Emmanuel Venisse
Your smtp server requires a SSL connection or a plain text? Emmanuel Gerhard a écrit : I got it to try and send, but now I get another exception? DEBUG SMTP: exception reading response: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? ??? Here is my resource entry

multiple profiles sharing a sommon set of plugin execution

2007-12-03 Thread Sonar, Nishant
Hi I have a project where I want to read a properties file depending on the environment. I want to use profiles here. Now my build differed only in the properties file and the plugin , rest of the plugin execution remains same. This way I need to create two profiles with 2 build and the

RE: Javadoc running out of memory

2007-12-03 Thread EJ Ciramella
Yeah, answering my original question, these two must be used in conjunction: additionalJOption-J-XX:MaxPermSize=512/additionalJOption maxmemory512/maxmemory But the exposed error is thus (and -X -e and verbose/quiet options don't expose the exact file):

RE: Javadoc running out of memory

2007-12-03 Thread EJ Ciramella
Our error apparently relates to comments with something like aword starting with a in them. This is resolved (supposedly) with the 1.6.X version of javadoc. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5082928 for full details. -Original Message- From: EJ Ciramella

Re: Javadoc running out of memory

2007-12-03 Thread Wayne Fay
What an annoying and obscure little bug... ;-) Wayne On 12/3/07, EJ Ciramella [EMAIL PROTECTED] wrote: Our error apparently relates to comments with something like aword starting with a in them. This is resolved (supposedly) with the 1.6.X version of javadoc.

continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread ossi petz
Hallo I tried to install both archiva and continuum on the same tomcat 5.5.25 / Java 1.5 When i only install continuum things work fine. When i only install archiva things work too. When i install both continuum and archiva i end up with apache derby exceptions. archiva starts (i guess

Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Emmanuel Venisse
You can't use more than one datasource on an embedded db. I think the exception is on the users db access. I'd recommend to use an external derby server instead of an embedded db. Emmanuel ossi petz a écrit : Hallo I tried to install both archiva and continuum on the same tomcat 5.5.25 /

Re: How to rebuild modules that depend on a changed module?

2007-12-03 Thread Saloucious
Not an answer, just same question as you http://www.nabble.com/How-to-do-incremental-build--tf4602698s177.html Kees van Dieren-2 wrote: This would be helpful for us as well. We have a pom.xml with multiple modules, e.g. modulemodA/module modulemodB/module modulemodC/module

Archiva Log Level

2007-12-03 Thread truebner
Hi, I'm running archiva 1.0 as a web application in tomcat 6.0.14. Everything works fine, but the archiva.log files in the logs directory are about 50MB per day. Looking in the files, I see a lot of DEBUG messages. Where can I find a setting to change the log level to info? Thanks, Tobias

Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Brett Porter
from what I can see, the error is all about the continuum database - and the derby problem shouldn't be a concern since it's all in the one JVM. I think the settings for the continuum database should be double checked. On 04/12/2007, Ingo Siebert [EMAIL PROTECTED] wrote: Hi Ossi, I posted the

unable to submit

2007-12-03 Thread bhodig
Hi, I am getting the following with Maven 2 and Perforce. The error is very vague, any ideas on what could be causing it? [INFO] [ERROR] BUILD FAILURE [INFO]

Re: Disabling guest registration

2007-12-03 Thread Brett Porter
do you mean the guest account, or ability for new people to register? On 04/12/2007, Luis Arias [EMAIL PROTECTED] wrote: Hi, I would like to disable guest registration in our archiva 1.0 instance. I have been going through redback and xwork documentation but I couldn't really find where to

Disabling guest registration

2007-12-03 Thread Luis Arias
Hi, I would like to disable guest registration in our archiva 1.0 instance. I have been going through redback and xwork documentation but I couldn't really find where to do this. Any suggestions ? Thanks ! -- Luis Arias CTO http://www.docxa.com +33 6 14 20 87 93 skype : kaaloo

Re: Disabling guest registration

2007-12-03 Thread Luis Arias
Well actually I was also trying to understand the connection between the two ! :) For the moment I would like to disable the ability for new people to register. Later on, we might like to deploy some artifacts that shouldn't be world readable. So I imagine that might have an impact on the guest

Re: Repository scanning problem in 1.0?

2007-12-03 Thread Brett Porter
On 30/11/2007, ArneD [EMAIL PROTECTED] wrote: Do you think the repository scanning problem as such, as described in my original mail, should be filed as a second issue? Yes, it looks that way. - Brett -- Brett Porter Blog: http://www.devzuz.org/blogs/bporter/

Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Ingo Siebert
Hi Ossi, I posted the same problem today, but i don't use archiva. If you find a solution, please let me know. :) Ingo ossi petz schrieb: Hallo I tried to install both archiva and continuum on the same tomcat 5.5.25 / Java 1.5 When i only install continuum things work fine. When i only

file exclude in the pom

2007-12-03 Thread Alexandre Nshimiyimana
This don't work when I try to exclude some files from my war like this: /configuration excludes * exclude**/pdf/*.pdf/exclude exclude**/travail/*.xml/exclude * /excludes /configuration Cheers,

test timeout

2007-12-03 Thread nicolas de loof
Is there any way to configure surefire plugin to stop the test JVM (in forkmode once) after some timeout ? maven1 has the maven.junit.timeout, but I can't find in m2 doc some similar feature. Nico.

Re: 2.0.8 broken war build

2007-12-03 Thread Paul Benedict
Francesco, how did you determine that forking creates the correct classpath ordering? On Dec 3, 2007 3:16 AM, Francesco Vivoli [EMAIL PROTECTED] wrote: Hi all I've just posted a similar issue[*]; I'm also using war packaging and setting forkModenever/forkMode solved it. I still wonder

Re: test timeout

2007-12-03 Thread Vincent Siveton
Hi Nico, Try surefire.timeout from the snapshot (SUREFIRE-320) Cheers, Vincent 2007/12/3, nicolas de loof [EMAIL PROTECTED]: Is there any way to configure surefire plugin to stop the test JVM (in forkmode once) after some timeout ? maven1 has the maven.junit.timeout, but I can't find in m2

deploying without deploying - how do I turn off deployment of pom (or anyother default maven goal in a phase)?

2007-12-03 Thread mrox
Hi, We have some documentation which is sufficiently code-like (html built with xslt), that it needs to be built and deployed to a web server via a maven module. I have got it working via FTP using the antrun plugin. No problems there The build of the documentation happens in the

Re: Disabling guest registration

2007-12-03 Thread Brett Porter
On 04/12/2007, Luis Arias [EMAIL PROTECTED] wrote: Well actually I was also trying to understand the connection between the two ! :) For the moment I would like to disable the ability for new people to register. This isn't actually possible right now (but the feature is already requested).

Re: Disabling guest registration

2007-12-03 Thread Luis Arias
Thank you Brett for your quick and informative reply ! Luis On Dec 3, 2007 5:44 PM, Brett Porter [EMAIL PROTECTED] wrote: On 04/12/2007, Luis Arias [EMAIL PROTECTED] wrote: Well actually I was also trying to understand the connection between the two ! :) For the moment I would like to

resources plugin question

2007-12-03 Thread Davis Ford
Hi, if I have the general maven project layout with the following: src/main/resources/mydirectory/file.xml and general pom.xml with this: version1.1/version Is it possible somehow using the resources plugin (or some other plugin) to cause it to deploy as a jar-file with the following directory

Re: Maven install

2007-12-03 Thread LinaTomy
Thanks a lot for detailed reply. I'll elaborate what I want to achieve 1. I need to filter A.properties. This file has a property name={filtered.name} that needs to be filtered with a default value at all times except when generating a war for deployment on an application server. This file is

Re: Repository scanning problem in 1.0?

2007-12-03 Thread ArneD
Brett Porter wrote: On 30/11/2007, ArneD [EMAIL PROTECTED] wrote: Do you think the repository scanning problem as such, as described in my original mail, should be filed as a second issue? Yes, it looks that way. - Brett I filed http://jira.codehaus.org/browse/MRM-612 In my

RE: Tool for reverse dependency resolution for Maven?

2007-12-03 Thread Seva Popov
Yes, we need this for analysis only. I will pass this info to my manager who requested this info and if he approves the time for researching Archiva I'll let you know the results. Thanks Wendy, --Seva -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: file exclude in the pom

2007-12-03 Thread Alexandre Nshimiyimana
I neeed help. This don't work when I try to exclude some files from my war like this: /configuration excludes * exclude**/pdf/*.pdf/exclude exclude**/travail/*.xml/exclude * /excludes /configuration Cheers,

Default executions

2007-12-03 Thread lightbulb432
How can I find out the default plugin executions? For example, how would I know that maven-clean-plugin or maven-site-plugin isn't automatically in the build lifecycle (therefore requiring me to do a mvn clean or mvn site specifically or adding it as an execution in pom.xml)? Also, why does mvn

Maven2 Xdoclet Plugin - Project Source Dir

2007-12-03 Thread Brian Ashburn
Has anyone been able to work through or dealt with using a different project source directory than src/main/java? I'm trying to get Maven2 building a legacy system. I don't have the luxury of changing the source directory. I set it in the project.build.sourceDirectory, but the xdoclet plugin

Re: Tool for reverse dependency resolution for Maven?

2007-12-03 Thread Erez Nahir
You can try this: http://www.jfrog.org/sites/dep-analyzer/latest/ We have used it in our project and it was very helpfull. Erez. On Dec 3, 2007 8:15 PM, Seva Popov [EMAIL PROTECTED] wrote: Yes, we need this for analysis only. I will pass this info to my manager who requested this info and if

RE: Tool for reverse dependency resolution for Maven?

2007-12-03 Thread Seva Popov
Big thanks Erez. I will try it. --Seva -Original Message- From: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 10:50 AM To: Maven Users List Subject: Re: Tool for reverse dependency resolution for Maven? You can try this:

Re: unable to submit

2007-12-03 Thread bhodig
Nevermind, I got it... my Perforce client root was not set right. You can see this value by typing p4 info at the command line and edit it with p4 client. -- View this message in context: http://www.nabble.com/unable-to-submit-tf4937418s177.html#a14137446 Sent from the Maven - Users mailing

Re: deploying without deploying - how do I turn off deployment of pom (or anyother default maven goal in a phase)?

2007-12-03 Thread Markku Saarela
Use mvn site-deploy for more details look at http://maven.apache.org/guides/mini/guide-site.html - markku [EMAIL PROTECTED] wrote: Hi, We have some documentation which is sufficiently code-like (html built with xslt), that it needs to be built and deployed to a web server via a maven

order of member project execution

2007-12-03 Thread Danda, Jeff X [ITG Consultant for Sprint]
I need to execute a collection of member projects in a specific order. I have some mvn artifact dependencies that need to be compiled in sequence. I have created a single Project Group and added Member Projects in a specific order all with the DEFAULT_SCHEDULE. The Project Group Summary then

Re: multiple profiles sharing a sommon set of plugin execution

2007-12-03 Thread Michael McCallum
use 3 profiles you can have more than one profile active at the same time... On Tue, 04 Dec 2007 03:27:04 Sonar, Nishant wrote: Hi I have a project where I want to read a properties file depending on the environment. I want to use profiles here. Now my build differed only in the

Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread ossi petz
Hallo thanks for all replies. the continuum settings are ok since it would run without archiva. the error appears on archiva is 'hot deployed' (start archiva with tomcat manager while continuum is running). since the database is a container resource, can i use mysql instead? oh wiki!

Build artifacts

2007-12-03 Thread Jeremy Koch
Is there a way to configure Hudson to only store the Maven build artifacts for the last X builds. I know you can turn on Discard Old Builds, but I would like to keep the build logs, just not the artifacts. My WARs are quite large and eating up quite of bit of drive space. ...regards, Jer. --

RE: Maven2 Xdoclet Plugin - Project Source Dir

2007-12-03 Thread Mark Eramo
Hi Brian, I do this for one of my projects, although I am just using the jar-plugin but this should work for any plugin. In your pom.xml you sould have a build tag. At the start of the build tag, add the following: sourceDirectoryyour src path/sourceDirectory Regards, Mark

Re: [m2] Any suggestion to include pom root in eclipse workspace

2007-12-03 Thread Yann Albou
That will be very useful... What is the feature in Europa that allows to have recursive projects ? I couldn't find any information on it... Yann. Carlos Sanchez a écrit : In Q4E we are going to add that option in the next release so you see the parent pom as another project

RE: file exclude in the pom

2007-12-03 Thread Mark Eramo
There was a bug in the jar-plugin that prevented this from working. In order to get it working for the jar, I had to downlaod a 2.2-SNAPSHOT version of the jar that contained the fix. My guess is that it is also broken in the war-plugin and may need to be fixed there, I have the same problem

RE: Failing test suite with 2.0.8

2007-12-03 Thread Brian E. Fox
Did you also update any plugins at the same time? Are your plugins locked down in your poms? I'm wondering if a new version of a plugin is forking the build causing your tests to run twice. Javadoc comes to mind, but there may be others. -Original Message- From: Francesco Vivoli

RE: Forcing the download of a dependency

2007-12-03 Thread Brian E. Fox
The dependency:copy mojo already does what you want. So you can either use that, or examine the code to make yours work. -Original Message- From: /U [mailto:[EMAIL PROTECTED] Sent: Saturday, December 01, 2007 2:37 PM To: users@maven.apache.org Subject: Forcing the download of a

RE: defining source and target VM for all Maven projects

2007-12-03 Thread Brian E. Fox
You could define the values as properties like source${jdk.version}/source and then define jdk.version to be 1.4 in your parent pom. Then in your settings, you could choose to override and use 1.5 only. Or better, you just define jdk.version in your projects that need 1.5. (this saves you from

Re: jetty:run - ignore changes to classfiles

2007-12-03 Thread Antony Stubbs
I've tried playing with the jetty configuration but can't get it to work. Does anyone else have any ideas? [code] plugin groupIdorg.mortbay.jetty/groupId artifactIdmaven-jetty-plugin/artifactId configuration webAppSourceDirectory

Re: defining source and target VM for all Maven projects

2007-12-03 Thread Michael McCallum
that will break the contract of reproducible builds the settings file should _not_ affect the result of an artifact build On Tue, 04 Dec 2007 12:57:48 Brian E. Fox wrote: You could define the values as properties like source${jdk.version}/source and then define jdk.version to be 1.4 in your

[ANN] Maven Clean Plugin 2.2 for Maven 2 Released

2007-12-03 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Clean Plugin, version 2.2. http://maven.apache.org/plugins/maven-clean-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

RE: defining source and target VM for all Maven projects

2007-12-03 Thread Brian E. Fox
Certainly...I didn't say it was a _good_ idea ;-) -Original Message- From: Michael McCallum [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 6:18 PM To: Maven Users List Subject: Re: defining source and target VM for all Maven projects that will break the contract of

Re: JUnit and Maven - compiling helper classes

2007-12-03 Thread jsweeney67
Having tried this, I now see two problems. First, the step that packages the jars reports this: [INFO] Building jar: D:\svn-source\trunk\myproject\target\myproject-[version].jar [INFO] [jar:test-jar {execution: default}] [WARNING] JAR will be empty - no content was marked for

Re: deploying without deploying - how do I turn off deployment of pom (or anyother default maven goal in a phase)?

2007-12-03 Thread Martin Hoeller
On 03 Dec 2007, [EMAIL PROTECTED] wrote: How can I stop maven from deploying the pom. Can't I disable the goal somehow? This should be possible (not tested): just configure the maven-deploy-plugin [0] not to execute in the deploy lifecycle. See the POM Reference [1] and the Introduction to