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
what their dependencies (including transitives) are, and manage these kinds of changes with exclusions etc. Wayne -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

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

2011-01-18 Thread Geoffrey De Smet
/artifactId legacy-identification /legacy-identifications 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

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

2011-01-17 Thread Geoffrey De Smet
-identifications 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 commands, e-mail: users-h

Re: webstart question

2008-03-31 Thread Geoffrey De Smet
, it 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
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 addClasspath

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' [1] where

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

2007-08-20 Thread Geoffrey De Smet
-- 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 am aware of. 2) Not that I

Re: repository with latest hibernate jars ?

2007-08-01 Thread Geoffrey De Smet
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 deploy latest artifacts

Re: Looking for IZPack mater in the repo

2007-07-30 Thread Geoffrey De Smet
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 dependencies dependency/ /dependencies causes mvn 2.0.6 to call the pom invalid. 2. 3.8.0 is old 3. The biggest pain

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

2007-05-25 Thread Geoffrey De Smet
-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 available. When a database

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

2007-05-23 Thread Geoffrey De Smet
${${maven.test.skip} || !${database.available}}/skip 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
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]

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

2007-04-25 Thread Geoffrey De Smet
. 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: 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 should be direct

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 am

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

2007-04-23 Thread Geoffrey De Smet
/manifest /archive /configuration /plugin And now the manifest contains an entry ggg-core-1.0.jar. 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

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: classpathPrefix../../../../org/ggg/ggg-core/1.0

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-info

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 plugin

assembly and jar plugins with SNAPSHOT dependencies and classpath manifest

2007-02-16 Thread Geoffrey De Smet
outputDirectory/lib/outputDirectory scoperuntime/scope /dependencySet The problem 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

Re: Thanks for Maven 2

2007-01-28 Thread Geoffrey De Smet
, 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 componentized software. I

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.xml when I run

Inheriting profiles

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

Re: Adding Logo In My Site

2007-01-18 Thread Geoffrey De Smet
/site.xml. project bannerLeft nameBerliOS.de/name srchttp://developer.berlios.de/bslogo.php?group_id=0/src hrefhttp://developer.berlios.de/href /bannerLeft body links ... ... Good luck - Jiaqi Guo http://www.cyclopsgroup.org -- With kind regards, Geoffrey De Smet

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

2007-01-08 Thread Geoffrey De Smet
call mvn source:jar), however I consistently get this warning: [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. Why do I get this warning and is it dangerous? -- With kind regards, Geoffrey De Smet

Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
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 all help, Geoffrey De Smet

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
. 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 eclipse can handle this? I've tried both Subclipse and Subversion

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 corrupting the local

Re: Maven2 Hibernate.

2006-12-01 Thread Geoffrey De Smet
Warehouse Group Plc (Registered in England No. 3253714) 1 Portal Way, London W3 6RS -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven and Sourceforge

2006-11-27 Thread Geoffrey De Smet
contributions are welcome! regards, Wim -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jars not being included in compiler classpath

2006-11-14 Thread Geoffrey De Smet
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 -- With kind regards, Geoffrey De Smet

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
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-mail: [EMAIL

Re: basedir

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

Re: How do i use the hibernate3 plugin from codehause

2006-10-21 Thread Geoffrey De Smet
. 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 outputFile setup before and it never did anything. Maybe because I had it as a .txt file. I don't care

Re: bundle archives to ejb or war

2006-10-18 Thread Geoffrey De Smet
properties for the dependencies like properties ejb.bundletrue/ejb.bundle properties in the ejb project and properties war.bundletrue/war.bundle properties in the web application project. Now how can I do in Maven 2 Thanks for helpeing Mark -- With kind regards, Geoffrey De Smet

Re: bundle archives to ejb or war

2006-10-18 Thread Geoffrey De Smet
validation in the web-application I need to bundle the tld's to the 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 packaging (default is jar). By using scopes on your dependencies

Re: [m2]Multi-module site aggregation

2006-10-16 Thread Geoffrey De Smet
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
in idea, the project 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

Re: Machine specific settings

2006-10-11 Thread Geoffrey De Smet
be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -- With kind regards, Geoffrey De Smet

Re: mvn2: build release

2006-10-10 Thread Geoffrey De Smet
to tell maven to recompile 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 Smet

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

2006-10-10 Thread Geoffrey De Smet
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 regards, Geoffrey De Smet

Re: Site issue

2006-10-09 Thread Geoffrey De Smet
, 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
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 PROTECTED

Re: How to change plugin version

2006-10-06 Thread Geoffrey De Smet
switch to another version? I tried to configere the plugin 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
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
it moved from the Mojo project. Please try it and send your 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

Re: [M1] compiling jasper reports

2006-09-29 Thread Geoffrey De Smet
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, Geoffrey De Smet

Re: plugin development

2006-09-28 Thread Geoffrey De Smet
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: [EMAIL

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 pluginManagement

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 m2

Re: java version for all plugins

2006-09-26 Thread Geoffrey De Smet
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-mail: [EMAIL

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
? - 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 - To unsubscribe

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

2006-09-19 Thread Geoffrey De Smet
have tried these two also. But its not showing in parent html Geoffrey De Smet-2 wrote: Try menu ref=modules / menu ref=reports / 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

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

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

Re: Ibiblio and Spring commons validator

2006-09-18 Thread Geoffrey De Smet
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 regards, Geoffrey De Smet

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

2006-09-18 Thread Geoffrey De Smet
artifactIdmaven-site-plugin/artifactId version2.0-beta-5/version configuration localesen/locales /configuration /plugin /plugins /reporting /project -- With kind regards, Geoffrey De Smet

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

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

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

2006-09-15 Thread Geoffrey De Smet
] 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 newbie question. I've got a parent directory/pom which has sub-modules. I

Continuum svn update suddenly not working

2006-09-14 Thread Geoffrey De Smet
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: Maven Site

2006-09-12 Thread Geoffrey De Smet
modules. 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, 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]

pluginManagement configuration ignored for reporting plugins?

2006-09-10 Thread Geoffrey De Smet
for the reporting plugin. Only when I move the configuration to inside the reporting 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

Does javadoc aggregation have any know classpath issues?

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

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 of our

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 revision

Re: site.xml inheritence

2006-09-09 Thread Geoffrey De Smet
, 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 Steitz wrote

Re: site.xml inheritence

2006-09-08 Thread Geoffrey De Smet
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 the inheritence section in the site plugin howto: http://maven.apache.org

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

2006-09-08 Thread Geoffrey De Smet
because it is so overloaded. tia, -Russ -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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-mail: [EMAIL PROTECTED

Re: Maven2 newbee question

2006-09-05 Thread Geoffrey De Smet
(especially on the Java EE side which I'm now using exclusively though the ejb plugiin has to be updated for Java EE 5). Thanks guys! -aps -- What lies behind us and what lies in front of us is of little concern to what lies within us. -Ralph Waldo Emerson -- With kind regards, Geoffrey De

Re: Reproducing maven builds versus auto updating maven.

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

Re: Way to organizing common JSPs?

2006-09-01 Thread Geoffrey De Smet
. The Parites do not accept liability for any damage caused by this email. -- 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
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 unsubscribe, e-mail

Re: sql server jars

2006-09-01 Thread Geoffrey De Smet
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 unsubscribe, e-mail: [EMAIL

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

2006-08-31 Thread Geoffrey De Smet
-create? -- 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
-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]

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
/, a program which looks for bugs in Java code. http://mojo.codehaus.org/findbugs-maven-plugin/ Sample report: http://mojo.codehaus.org/findbugs-maven-plugin/findbugs.html -- With kind regards, Geoffrey De Smet - To unsubscribe

Re: [m2] copy of Central Repository

2006-08-25 Thread Geoffrey De Smet
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 - To unsubscribe, e-mail: [EMAIL

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

2006-08-25 Thread Geoffrey De Smet
are in the location I want. I´ve written basedirlocationbasedir 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

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]

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

2006-08-17 Thread Geoffrey De Smet
-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.org) -- With kind regards, Geoffrey De Smet

Profile which removes a plugin execution from the build

2006-08-17 Thread Geoffrey De Smet
/pluginManagement /build /profile /profiles 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

Re: Profile which removes a plugin execution from the build

2006-08-17 Thread Geoffrey De Smet
: 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 My pom contains the webstart plugin which executes on mvn install and signs all dependencies: build

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

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 Smet

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 skin etc I couldn't find one

Site schema and inheritence

2006-06-23 Thread Geoffrey De Smet
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: Loading a pom in Continuum

2006-06-23 Thread Geoffrey De Smet
, 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-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-22 Thread Geoffrey De Smet
, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

M2 project with modules where the artifactId != directory name

2006-06-21 Thread Geoffrey De Smet
too :) -- With kind regards, Geoffrey De Smet

Re: Spring 2.0 M4 vs. M5

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

Re: Macker plugin maven 2

2006-06-20 Thread Geoffrey De Smet
. - 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: Maven 2.0.5

2006-06-19 Thread Geoffrey De Smet
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]

  1   2   >