Maven -nsu (--no-snapshot-updates) doesn't work properly

2011-04-26 Thread Geoffrey De Smet
Is anyone else experiencing that mvn --no-snapshot-updates still downloads snapshots? I created http://jira.codehaus.org/browse/MNG-5064 -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: users-unsubscr

Re: Changing the groupId/artifactId of an artifact in the next version but keep maven conflict detection

2011-01-19 Thread Geoffrey De Smet
ally wants to manage that file. No, I think the current approach is the most sane one. People using Maven for their builds should be expected to know what their dependencies (including transitives) are, and manage these kinds of changes with exclusions etc. Wayne -- With kind

Re: Changing the groupId/artifactId of an artifact in the next version but keep maven conflict detection

2011-01-18 Thread Geoffrey De Smet
and only fools use ranges!) and it does not do exactly what you want, but it will at least give a bit more of a hint. I should probably add some goals to v-m-p to help trace relocation poms and add exclusions for the old locations to the tree -Stephen On 18 January 2011 07:58, Geoffrey De Smet

Changing the groupId/artifactId of an artifact in the next version but keep maven conflict detection

2011-01-17 Thread Geoffrey De Smet
tory 5.2.0 org.drools drools-repository So it does detect the dependency conflict and lets just 5.2.0 survive? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional c

Re: webstart question

2008-03-31 Thread Geoffrey De Smet
explains it too. With kind regards, Geoffrey De Smet walterw schreef: Hi all, I am having issues setting up webstart inside my maven 2 war project. The issue I get is the mainClass is not found. I specify my main class which does exist inside the web application

Request to make MIDEA-102 of priority blocker

2007-12-22 Thread Geoffrey De Smet
ot of other people encounter this bug? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven-jar-plugin: how to avoid conflicts in

2007-08-27 Thread Geoffrey De Smet
Vote for http://jira.codehaus.org/browse/MJAR-82 :) With kind regards, Geoffrey De Smet Tim Kettler schreef: This is currently not possible with the jar-plugin , but it sounds like a useful feature. The assembly-plugin has an option for dependency-sets called 'outputFileNameMapping'

testcompile: Nothing to compile - all classes are up to date (but they're not)

2007-08-20 Thread Geoffrey De Smet
xp" version: "5.1" arch: "x86" java version "1.6.0_02" -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database lifecycle in Maven

2007-08-05 Thread Geoffrey De Smet
runs in development for now use hbm2ddl=update. Maven's lifecycle really isn't used in this process. With kind regards, Geoffrey De Smet Wayne Fay wrote: This is the second time you've asked, so I figured I'd reply with what I know, which isn't much. 1) Not that I a

Re: repository with latest hibernate jars ?

2007-08-01 Thread Geoffrey De Smet
e jboss repo in order to get it to work :/ With kind regards, Geoffrey De Smet nicolas de loof schreef: Sure, I allready searched the maven public repo. But none of the latests hibernate jars are available there. So I'm just curious if jboss/hibernate developers use a custom maven repo to dep

Re: Looking for IZPack mater in the repo

2007-07-30 Thread Geoffrey De Smet
ote one at maven-plugins.sf.net which could be ported (though not by me). With kind regards, Geoffrey De Smet Aron Sogor schreef: The izpack poms has some issues: 1. the causes mvn 2.0.6 to call the pom invalid. 2. 3.8.0 is old 3. The biggest pain is none of the packages co

Re: or in maven expression, something like ${${maven.test.skip} || !${database.available}}

2007-05-25 Thread Geoffrey De Smet
"mvn -Dmaven.test.skip=true install" still doesn't work because the profile system property wins over the command line system property. Is this a known bug? With kind regards, Geoffrey De Smet Geoffrey De Smet schreef: Hi, I'd like to skip the tests for my build if no database is a

or in maven expression, something like ${${maven.test.skip} || !${database.available}}

2007-05-23 Thread Geoffrey De Smet
}} so skip the tests if maven.test.skip is on or if the database is not available. This way even developers with a database can skip them by using the all known command "-Dmaven.test.skip" -- With kind regards, Geoffrey De Smet

array (or collecton) as a default-value of a mojo configuration parameter

2007-05-02 Thread Geoffrey De Smet
a.xml," but each time it's not the correct literal for a single value array, so what is? Thanks -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: m2.0.6 with false transitive dependencies fails on windows, works on linux

2007-04-25 Thread Geoffrey De Smet
With kind regards, Geoffrey De Smet Jerome Lacoste schreef: On 4/25/07, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: Since 2.0.6 maven is reacting differently on windows in linux for our poms. We have some "false transitive dependencies": transitive dependencies that

m2.0.6 with false transitive dependencies fails on windows, works on linux

2007-04-25 Thread Geoffrey De Smet
if it will build on windows. Is this a known issue since 2.0.6? Has anyone else seen this problem occur? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dynamic jar manifest classpath based on groupId, artifactId and version in repository

2007-04-24 Thread Geoffrey De Smet
Jerome Lacoste schreef: On 4/23/07, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: I also have a dependency on spring-core: /repo/org/springframework/spring-core/2.0.2/spring-core-2.0.2.jar So I need a different classpathPrefix depending on the dependency. what is your use case ? I

Re: Dynamic jar manifest classpath based on groupId, artifactId and version in repository

2007-04-23 Thread Geoffrey De Smet
I also have a dependency on spring-core: /repo/org/springframework/spring-core/2.0.2/spring-core-2.0.2.jar So I need a different classpathPrefix depending on the dependency. With kind regards, Geoffrey De Smet Ian Springer schreef: Hi, Add: ../../../../org/ggg/ggg-core/1.0/ as a child

Dynamic jar manifest classpath based on groupId, artifactId and version in repository

2007-04-23 Thread Geoffrey De Smet
The problem is that this needs to be "../../../../org/ggg/ggg-core/1.0/ggg-core-1.0.jar" How I make that happen? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Analyze dependency tree without compiling

2007-04-16 Thread Geoffrey De Smet
A direct call on that contains a bug with skin resolving: http://jira.codehaus.org/browse/MPIR-65 Once that's fixed, it would be the solution: a quick, nicely formatted dependency report without compiling. With kind regards, Geoffrey De Smet franz see schreef: Good day, Try project

Analyze dependency tree without compiling

2007-04-13 Thread Geoffrey De Smet
Hi all, Is it possible to analyze the dependency tree without compiling? Compiling gives a build failure, so the following commands don't work: mvn dependency:analyze mvn site -- With kind regards, Geoffrey De Smet ---

Re: assembly and jar plugins with SNAPSHOT dependencies and classpath manifest

2007-02-19 Thread Geoffrey De Smet
FYI, I just found this one which seems to be the bug (please vote ;) http://jira.codehaus.org/browse/MJAR-28 With kind regards, Geoffrey De Smet Geoffrey De Smet schreef: I have a dependency on a SNAPSHOT which I didn't build myself, for example fun-0.1.0-SNAPSHOT.jar. My jar plug

assembly and jar plugins with SNAPSHOT dependencies and classpath manifest

2007-02-16 Thread Geoffrey De Smet
em is, it doesn't add fun-0.1.0-SNAPSHOT.jar but fun-0.1.0-20070215.103444-1.jar So my classpath fails. Thanks for any and all help, PS: grats on the 2.0.5 release :) -- With kind regards, Geoffrey De Smet - To unsu

Re: Thanks for Maven 2

2007-01-28 Thread Geoffrey De Smet
With kind regards, Geoffrey De Smet Franz Garsombke wrote: I know that most of the time people post to ask questions or report problems. I would like to give thanks to the Maven team for producing some much needed forward-thinking software that really does revolutionize how we build compo

Re: cygwin and settings.xml

2007-01-25 Thread Geoffrey De Smet
Maven just uses the Java system property user.home, which on windows is "C:\doc..." The new Cygwin uses that directory as your default home directory anyway. With kind regards, Geoffrey De Smet Seth Mason schreef: Maven isn't reading my settings file from /home/seth/.m2/settings

Re: Adding Logo In My Site

2007-01-18 Thread Geoffrey De Smet
this generated in APT? Try adding this into src/site/site.xml. BerliOS.de http://developer.berlios.de/bslogo.php?group_id=0 http://developer.berlios.de ... ... Good luck - Jiaqi Guo http://www.cyclopsgroup.org -- With kind regards, Geoffrey De Smet ---

Inheriting profiles

2007-01-18 Thread Geoffrey De Smet
kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

maven-source-plugin and [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.

2007-01-08 Thread Geoffrey De Smet
ecursive invocation. Why do I get this warning and is it dangerous? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
/3, Geoffrey De Smet <[EMAIL PROTECTED]>: Subversive 1.1.0-RC? (not 1.0.x) works in some of my test workspaces - but not in all. The sequence of the actions taken seems to affect when it works or not - most of the time team/share is not available (and when it is it could end up corrupti

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
search sub-directories. Nico. 2007/1/3, Geoffrey De Smet <[EMAIL PROTECTED]>: In Eclipse, I 've have a multiproject open like this: myproj-> simple project myproj/myproj-api -> java project myproj/myproj-gui -> java project Which subversion plugin for ecli

Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
get confused about file locations - Subversion: won't even allow me to enable my subprojects as team synchronized. Has anyone accomplished combining a svn plugin for eclipse with a non-flat mutliproject? Thanks for any and al

Re: Maven2 & Hibernate.

2006-12-01 Thread Geoffrey De Smet
poses of this E-Mail "the Company" means The Carphone Warehouse Group Plc and/or any of its subsidiaries. Please feel free to visit our website: http:// www.carphonewarehouse.com or http://www.phonehouse.com The Carphone Warehouse Group Plc (Registered in England No. 32537

Re: Maven and Sourceforge

2006-11-27 Thread Geoffrey De Smet
) Currently, it only has information on deploying your maven-generated website to sourceforge. I will add info on file releases if I have done it. all contributions are welcome! regards, Wim -- With kind regards, Geoffrey De Smet

Re: jars not being included in compiler classpath

2006-11-14 Thread Geoffrey De Smet
ing.If scope is test , does that mean the jars will only be used in the test phase of the build lifecycle? Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042

Re: [OT] cargo / codehaus mailing lists

2006-11-08 Thread Geoffrey De Smet
, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Are there a m2 plugin to izpack? and another?

2006-11-02 Thread Geoffrey De Smet
SF version and port it to an m2 mojo at codehaus.org under ASL license. With kind regards, Geoffrey De Smet Dudu wrote: Are there a installer generator plugin to maven 2 ? I found only to maven 1 :( - To unsubscribe, e-ma

Re: basedir

2006-10-27 Thread Geoffrey De Smet
mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/basedir-tf2509183.html#a6998978 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do i use the hibernate3 plugin from codehause

2006-10-21 Thread Geoffrey De Smet
ripts. It's *very* scary when you try to create script files and it starts doing things on the database. With kind regards, Geoffrey De Smet Charles Harvey III wrote: I'll be damned. I had setup before and it never did anything. Maybe because I had it as a .txt file. I don't

Re: How do i use the hibernate3 plugin from codehause

2006-10-19 Thread Geoffrey De Smet
I made patch MOJO-517 to make it work for me. With kind regards, Geoffrey De Smet Charles Harvey III wrote: No. It does not work. I have been trying to get that thing to generate SQL files for a month now. Don't bother wasting your time. Charlie Yves Van Steen said the following

Re: bundle archives to ejb or war

2006-10-18 Thread Geoffrey De Smet
war-archive. So as you can see there are different projects which have the same problem. thanks Mark Geoffrey De Smet schrieb: 1 artifact = 1 pom with 1 (default is jar). By using scopes on your dependencies in that pom: compile runtime provided etc see guides. It's best to inheri

Re: bundle archives to ejb or war

2006-10-18 Thread Geoffrey De Smet
es for the dependencies like true in the ejb project and true in the web application project. Now how can I do in Maven 2 Thanks for helpeing Mark -- With kind regards, Geoffrey De Smet - To unsubscribe, e-ma

Re: [m2]Multi-module site aggregation

2006-10-16 Thread Geoffrey De Smet
s Daniel -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: idea project jdk

2006-10-12 Thread Geoffrey De Smet
ct jdk was not set. Is there something I can do in maven to have the project jdk said. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Machine specific settings

2006-10-11 Thread Geoffrey De Smet
subject to change without notice. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] release plugin - how to automatic releasing (nightly build)

2006-10-10 Thread Geoffrey De Smet
schland.de Diese E-Mail und etwaige Anh�nge enthalten vertrauliche und/oder rechtlich gesch�tzte Informationen. Wenn Sie nicht der richtige Adressat sind, benachrichtigen Sie bitte den Absender und vernichten Sie anschlie�end diese Mail und die Anlagen. -- With kind

Re: mvn2: build release

2006-10-10 Thread Geoffrey De Smet
e all dependent snapshot projects? thanks, Attila __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- With kind regards, Geoffrey De

Re: Idea plugin and hot deploys from Maven

2006-10-09 Thread Geoffrey De Smet
pment progress for the Maven2 idea plugin. Stay tuned Ralf Mick Knutson wrote: Will the Idea plugin allow me to run maven and hot deploy through IDea with JBoss 4? -- With kind regards, Geoffrey De Smet - To unsubscri

Re: Site issue

2006-10-09 Thread Geoffrey De Smet
ssage, or the taking of any action based on it, is strictly prohibited. [v.E.1] -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Idea plugin and hot deploys from Maven

2006-10-08 Thread Geoffrey De Smet
I hot deploy from idea - it doesn't use maven With kind regards, Geoffrey De Smet Mick Knutson wrote: Will the Idea plugin allow me to run maven and hot deploy through IDea with JBoss 4? - To unsubscribe, e-mail: [EMAIL

Re: How to change plugin version

2006-10-06 Thread Geoffrey De Smet
as a dependency but no luck. -Ronny -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can I bypass the whole Maven build part?!

2006-10-05 Thread Geoffrey De Smet
he current project structure and build process? Sorry if my question is noobish, FreshGraduate! Thanx guys. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Maven Changes Plugin 2.0-beta-2 for Maven 2 Released

2006-10-03 Thread Geoffrey De Smet
r feedback to the users list. Have fun! -The Maven team -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M1] compiling jasper reports

2006-09-29 Thread Geoffrey De Smet
but I keep getting "No supported regular expression matcher found". I check the jasper forums (http://www.jasperforge.org) and found simular questions, but none of the proposed solutions seem to work. any help would be highly appriciated! regards, Wim -- With kind regards, G

Re: plugin development

2006-09-28 Thread Geoffrey De Smet
from the following site http://maven.apache.org/guides/introduction/introduction-to-plugins.html but not able to understand Regards Neeraj Singh Bisht -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [

Re: Uploading multiproject to central repo: Packaging cannot be POM when creating an upload bundle.

2006-09-27 Thread Geoffrey De Smet
We 'll wait with pushing Spring-richclient to Ibiblio till http://jira.codehaus.org/browse/MREPOSITORY-3 is fixed. (Anyone else is free to push it up there though) With kind regards, Geoffrey De Smet Geoffrey De Smet wrote: We 'd like to get spring-richclient 0.2.1 (build with

Re: java version for all plugins

2006-09-27 Thread Geoffrey De Smet
that represents your company/organisation. Within this file you define the plugin versions. Then do you make this the parent to all of your projects? Trent On 26/09/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: I always lock down the plugin versions in my parent project's plugi

Re: java version for all plugins

2006-09-26 Thread Geoffrey De Smet
alexsun wrote, On 2006-09-26 12:19 PM: Is it posible to set up java version for all maven plugins, that used in project, in one place? And forget about it? )) -- With kind regards, Geoffrey De Smet - To unsubscribe, e-ma

Re: Maven site with sub-projects

2006-09-24 Thread Geoffrey De Smet
Offline the links are wrong because online they are different: Offline: funambol target site a.html links to common/b.html common target site b.html Online (after deployment): a.html still links to common/b.html common b.html With kind regards, Geoffrey De Smet Stefano

Uploading multiproject to central repo: Packaging cannot be POM when creating an upload bundle.

2006-09-23 Thread Geoffrey De Smet
he parent pom's also manually? - Just wait till MREPOSITORY-3 is fixed and then do it (even it's just a snapshot)? - Will Archiva help in this in any way in the future? Thanks for any and all help. -- With kind regards, Geoffrey De Smet --

Re: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-19 Thread Geoffrey De Smet
n number. All in all, you're poking the wrong mailing list :) -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven site not showing sub module links in parent html

2006-09-19 Thread Geoffrey De Smet
5 AM: I have tried these two also. But its not showing in parent html Geoffrey De Smet-2 wrote: Try tulasi wrote, On 2006-09-18 2:54 PM: Hi, I have created my /src/site/site.xml and pom.xml like as follows. But when i am trying create mvn site, its not creating sub mod

Re: maven site not showing sub module links in parent html

2006-09-18 Thread Geoffrey De Smet
subF org.apache.maven.plugins maven-site-plugin 2.0-beta-5 en -- With kind regards, Geoffrey De Smet

Re: Ibiblio and Spring commons validator

2006-09-18 Thread Geoffrey De Smet
espondence with customers as a part of an email. This email message has been virus checked by the anti virus programs used in the DnB NOR Group. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -- With kind

Re: [m2] Creating site docs on multi-module project

2006-09-15 Thread Geoffrey De Smet
again, Ian -----Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey De Smet Sent: 15 September 2006 13:47 To: users@maven.apache.org Subject: Re: [m2] Creating site docs on multi-module project Orford, Ian wrote, On 2006-09-15 2:16 PM: Hi all, This may well be a

Re: [m2] Creating site docs on multi-module project

2006-09-15 Thread Geoffrey De Smet
ed this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, please refer to http://www.dresdnerkleinwort.com/disc/email/ or contact the sender. ------

Continuum svn update suddenly not working

2006-09-14 Thread Geoffrey De Smet
n plugin version are locked down, our SVN url didn't change and the continuum version is still 1.0.3. Does anyone have any idea what is going on? -- With kind regards, Geoffrey De Smet

Re: Calling mvn commands from Java

2006-09-12 Thread Geoffrey De Smet
-Dwtpversion=1.0 cd .. rmdir testproject Thanks, Matt W. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven Site

2006-09-12 Thread Geoffrey De Smet
les. I am Creating site for my project. Site is Creating, but Parent index.html not showing modules and module links details. How will i do it?. please help me. any Configuration required? Thanks in advance. -- With kind regards, Geoffr

Re: Maven 2: applet and war

2006-09-10 Thread Geoffrey De Smet
There's a handy mojo dependency-maven-plugin for this, which I also use for my webstart client application, see bottom of: http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/howto.html With kind regards, Geoffrey De Smet Marc Chételat ML wrote: Hi all, One o

Does javadoc aggregation have any know classpath issues?

2006-09-10 Thread Geoffrey De Smet
oes not exist import org.springframework.binding.convert.Converter; ^ ... -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

pluginManagement configuration ignored for reporting plugins?

2006-09-10 Thread Geoffrey De Smet
when I move the to inside the part, it is applied. Is this normal and desired behavior? I would expect pluginManagement to be applied for reporting plugins too. -- With kind regards, Geoffrey De Smet - To unsubscribe, e

Re: site.xml inheritence

2006-09-09 Thread Geoffrey De Smet
gards, Geoffrey De Smet Geoffrey De Smet wrote: Are you using site-2.0-beta5 (the latest site plugin release)? I've been trying to replicate this behavior, but I am not succeeding. I even made a simple new project with one module, with no success. With kind regards, Geoffrey De Smet Phil St

Re: site.xml inheritence

2006-09-09 Thread Geoffrey De Smet
Are you using site-2.0-beta5 (the latest site plugin release)? I've been trying to replicate this behavior, but I am not succeeding. I even made a simple new project with one module, with no success. With kind regards, Geoffrey De Smet Phil Steitz wrote: Better links (specifying svn rev

Re: [m2] all our builds are failing...

2006-09-08 Thread Geoffrey De Smet
-Russ -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: site.xml inheritence

2006-09-08 Thread Geoffrey De Smet
il Steitz wrote, On 2006-09-07 6:41 PM: On 9/7/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: Are there any examples of this available? The docs doesn't show how to make a module site.xml "extend" from the parent project's site.xml. Have a look at

site.xml inheritence

2006-09-07 Thread Geoffrey De Smet
Are there any examples of this available? The docs doesn't show how to make a module site.xml "extend" from the parent project's site.xml. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-ma

Re: Maven2 newbee question

2006-09-05 Thread Geoffrey De Smet
ithin us." -Ralph Waldo Emerson -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sql server jars

2006-09-01 Thread Geoffrey De Smet
Server? Google turned up jTDS: http://jtds.sourceforge.net/ It's on ibiblio in groupId net.sourceforge.jtds http://www.ibiblio.org/maven2/net/sourceforge/jtds/ HTH, -- With kind regards, Geoffrey De Smet - To unsubs

Re: sql server jars

2006-09-01 Thread Geoffrey De Smet
cause it's corrupted (in my experience with it). Douglas Ferguson wrote, On 2006-09-01 3:48 PM: Are there sql server jars in central, of so what’s the groupId? -- With kind regards, Geoffrey De Smet - To unsubscri

Re: Way to organizing common JSPs?

2006-09-01 Thread Geoffrey De Smet
completeness of this email or its attachment, if any, which could contain > virus, be corrupted, destroyed, incomplete, intercepted, lost or arrive late. > The Parites do not accept liability for any damage caused by this email. > > -- With kind regards, Geoffrey De Smet

Re: Reproducing maven builds versus auto updating maven.

2006-09-01 Thread Geoffrey De Smet
-- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Caused by: java.lang.OutOfMemoryError: Java heap space

2006-08-31 Thread Geoffrey De Smet
set MAVEN_OPTS=-Xmx1024m -Xms1024m -XX:MaxPermSize=1024m , but that doesn't seem to help. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

repository-bundle should contain source and javadocs (specify this in pom)

2006-08-31 Thread Geoffrey De Smet
cally do a "repository:bundle-create"? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: openoffice-maven-plugin for files in src/site/odf

2006-08-30 Thread Geoffrey De Smet
There seems to be a really good LGPL tool to do such things http://www.artofsolving.com/jooconverter -- With kind regards, Geoffrey De Smet Geoffrey De Smet wrote, On 2006-08-05 3:12 PM: Does anyone know if there is some sort of openoffice-maven-plugin available that duplicates my odf

Re: [ANN] Maven findbugs plugin 1.0-beta-1 for Maven 2 released

2006-08-29 Thread Geoffrey De Smet
us.org/findbugs-maven-plugin/ Sample report: http://mojo.codehaus.org/findbugs-maven-plugin/findbugs.html -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: building several jar files using maven-jar-plugin

2006-08-25 Thread Geoffrey De Smet
ile are in the location I want. I´ve written location but it doesn´t work. Any idea? Thanks and sorry for the lenght. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] copy of Central Repository

2006-08-25 Thread Geoffrey De Smet
e repository and rename the files as required. I would much appreciate to hear from anyone who has solved this problem or is there a tool/process that I have overlooked. Thanks in advance Lakshman -- With kind regards, Geoffrey De Smet ---

Re: [m204] JDevloper plugin not found

2006-08-23 Thread Geoffrey De Smet
-jdeveloper-plugin/1.4/ --- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Profile which removes a plugin execution from the build

2006-08-17 Thread Geoffrey De Smet
... with true in your pom.xml (or settings.xml). And then use: mvn install -Dwebstart=false to disable the profile activation? -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Geoffrey De Smet Sent: 17 August 2006 09:13 To: users@maven.apache.org Subject

Profile which removes a plugin execution from the build

2006-08-17 Thread Geoffrey De Smet
.mojo webstart-maven-plugin Is there any way to turn of a plugin execution by using a profile? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Can the latest released maven-idea-plugin handle [1.5,) like dependencies?

2006-08-17 Thread Geoffrey De Smet
1 required artifact is missing. for artifact: org.codehaus.mojo.webstart-maven-plugin:pack200-anttasks:jar:1.0-SNAPSHOT from the specified remote repositories: codehaus.org (http://repository.codehaus.org), central (http://repo1.maven.org/maven2), snapshots (http://snapshots.repository.codehaus.o

openoffice-maven-plugin for files in src/site/odf

2006-08-05 Thread Geoffrey De Smet
Does anyone know if there is some sort of openoffice-maven-plugin available that duplicates my odf documents as pdf, html and doc to the generated website? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail

commons-logging-api vs commons-logging

2006-07-21 Thread Geoffrey De Smet
commons-logging 1.0.4 -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M2] webapp

2006-07-05 Thread Geoffrey De Smet
experience with the tomcat plugin (I'd prefer to avoid it since the j2ee plugin supports more platforms)? Thanks for any help, chris [1] http://www.eclipse.org/webtools/jst/components/j2ee/scenarios/MavenEclipseIntegration.html -- With kind regards, Geoffrey De

Re: Site schema and inheritence

2006-06-30 Thread Geoffrey De Smet
Has anyone tried site inheritance and managed to do use it in child module's site.xml files? Geoffrey De Smet wrote: Is there an updated version of the site.xml schema available? http://maven.apache.org/maven-navigation-1.0.xsd is outdated as it doesn't support etc I couldn

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-23 Thread Geoffrey De Smet
Thanks, I was reading an outdated cached version of that url... Mike Perham wrote: Geoffrey, read this: http://mojo.codehaus.org/javancss-maven-plugin/howto.html -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey De Smet Sent: Friday, June 23, 2006 8:32 AM

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-23 Thread Geoffrey De Smet
http://repository.codehaus.org/ which will allow to retrieve all the latest mojo snaphsots. Keep in mind this is temporary. On 6/22/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: Any chance that it will be synced to the central repo too? jean-laurent de morlhon wrote: > As stated at

Re: Loading a pom in Continuum

2006-06-23 Thread Geoffrey De Smet
gards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Site schema and inheritence

2006-06-23 Thread Geoffrey De Smet
tes how to inherit the site in the child site.xml. How do I do that? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Geoffrey De Smet
- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   >