Re: Proposal: Parent pom for Java 11 and 17 with latest maven plugin versions

2023-06-28 Thread Geoffrey De Smet
Maybe we need a BOM import for all maven plugin versions instead? Currently all projects in the ASF forge have to individually update the compiler, surefire, ... plugin versions individually and figure out which maven plugin versions are compatible. With kind regards, Geoffrey De Smet

Proposal: Parent pom for Java 11 and 17 with latest maven plugin versions

2023-06-28 Thread Geoffrey De Smet
e Java number. Every release increases the minor version number. This is Apache version guidelines compatible. (More proposals welcome.) What do you think? -- With kind regards, Geoffrey De Smet

5 maven dependency puzzlers - How can maven prevent these unwelcome surprises?

2013-10-03 Thread Geoffrey De Smet
That's a bug. With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: DepMgt is useless because not transitive

2013-05-19 Thread Geoffrey De Smet
I've always believed this is a bug, not a feature. I am still hoping to convince Jason etc of that. I talked about this last year already at Devoxx 2012 in my session Maven dependency puzzlers. I had several reactions that this must be a bug. Just look at 3 slides, and tell me maven 3.0.4

Re: DepMgt is useless because not transitive

2013-05-19 Thread Geoffrey De Smet
-dependency-puzzlers/tree/master/child-with-dependencyManagement Ignore the fix directory, which is a way to fix the bug by using boms (which didn't work, but I've haven't tried decently yet). The other dirs are modules as shown in the slides. On May 17, 2013, at 11:42 AM, Geoffrey De Smet

Re: DepMgt is useless because not transitive

2013-05-19 Thread Geoffrey De Smet
are not recompiled. HTH :) On May 19, 2013, at 11:05 AM, Jason van Zyl ja...@tesla.io wrote: You have the POMs handy you made the slides from? On May 17, 2013, at 11:42 AM, Geoffrey De Smet ge0ffrey.s...@gmail.com wrote: I've always believed this is a bug, not a feature. I am still hoping

Re: Plugin to Increment Project Version

2012-04-05 Thread Geoffrey De Smet
...@apache.org http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter http://twitter.com/brettporter -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional

Re: '+1' vs 'I agree'

2011-01-26 Thread Geoffrey De Smet
...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h

Re: Typo on http://maven.apache.org/general.html ?

2009-07-30 Thread Geoffrey De Smet
The javadoc you specified clearly state though, that skipTests is recommended because maven.test.skip doesn't compile the testcases :) IMHO the FAQ should follow the recommended guidelines, so shouldn't it use skipTests instead of maven.test.skip? With kind regards, Geoffrey De Smet Olivier

Typo on http://maven.apache.org/general.html ?

2009-07-27 Thread Geoffrey De Smet
The offical FAQ on http://maven.apache.org/general.html Still mentions this text: How do I skip the tests? Add the parameter -Dmaven.test.skip=true in the command line Hasn't that been changed to -DskipTests? -- With kind regards, Geoffrey De Smet

Re: [Pre-Vote] release maven 2.0.9

2008-03-20 Thread Geoffrey De Smet
The reporting section ignores pluginManagement, which is said to be a feature, but IMHO it violates the principle of least suprise and it's a bug. With kind regards, Geoffrey De Smet Jörg Schaible schreef: [EMAIL PROTECTED] wrote: nicolas, I won't speak for Brian, but I thought his

Re: Maven 2.0.8 Release

2007-11-28 Thread Geoffrey De Smet
Thanks, One issue though: http://maven.apache.org/ notes: Get Maven 2.0.8 Released: 20 June 2007 That release date might be a bit off :) With kind regards, Geoffrey De Smet Brian Fox schreef: The Apache Maven team would like to announce the availability of Maven 2.0.8. We closed out 32

Re: [poll] Requiring users to specify plugin versions in Maven 2.1 or later

2007-09-03 Thread Geoffrey De Smet
Has anyone thought about enforcing the compiler-plugin source and target version also to be locked down? The default is also causing much grief. mvn enforcer:make-maven-stable could then call mvn enforcer:lock-plugins enforcer:lock-compiler With kind regards, Geoffrey De Smet Andrew Williams

Re: [poll] Requiring users to specify plugin versions in Maven 2.1 or later

2007-09-03 Thread Geoffrey De Smet
[A] All plugin versions must be specified by the project or its parent hierarchy somewhere, at the cost of some verbosity (though we should look at ways to make this easier/smaller/etc per the current discussion) With kind regards, Geoffrey De Smet Brett Porter schreef: I'd like to hear from

Re: [VOTE] Configure IDE plugins to download sources by default within Maven projects

2007-07-04 Thread Geoffrey De Smet
this sounds pretty much consistent like do not change the pom after it has been deployed PS: sources should be deployed by default with mvn deploy, that's fixed in 2.1 IRC? With kind regards, Geoffrey De Smet Mark Hobson schreef: Okay, bit of a mixed bag for this vote: +1 javadoc: Brett

Re: [vote] Attempt 3: Release maven-assembly-plugin 2.2-beta-1 - lock down of plugin versions

2007-04-11 Thread Geoffrey De Smet
btw.) With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[assembly 2.2-SNAPSHOT] self artifact not included anymore (regression?)

2007-02-19 Thread Geoffrey De Smet
is there. Is this a regression or an intentional change? And how do I get it there (with a file with finalName hack I suppose?)? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Maven 2.0.5 - open bugs?

2007-02-06 Thread Geoffrey De Smet
Is there any new info on the state of the m2.0.5 release? With kind regards, Geoffrey De Smet Brett Porter schreef: Can you try the build extension one with the latest snapshot from the branch? I think I already fixed it. - Brett On 26/01/2007, at 8:03 PM, Fabrice Bellingard wrote: Yes, I

Re: cmd line property is ignored - bug? (and which jira component to file in?)

2007-01-24 Thread Geoffrey De Smet
maven.test.skip=true doesn't work either http://jira.codehaus.org/browse/MNG-2206 could be the issue, but it's rather vague. With kind regards, Geoffrey De Smet Kenney Westerhof schreef: Geoffrey De Smet wrote: [based on the almost latest m2.0.5 branch] I have this profile in my pom.xml

cmd line property is ignored - bug? (and which jira component to file in?)

2007-01-18 Thread Geoffrey De Smet
-Dmaven.test.skip install The tests are still run, while I expected my cmd line variable to overwrite my pom.xml and setting.xml properties. Is this a known bug? or shall I file a jira (and in which component)? -- With kind regards, Geoffrey De Smet

Re: [VOTE] Release Maven 2.0.5

2007-01-17 Thread Geoffrey De Smet
+1: no problems here -- With kind regards, Geoffrey De Smet Jason van Zyl schreef: Hi, The entire release is staged here: http://people.apache.org/~jvanzyl/maven-2.0.5/ The assemblies that people are interested in are staged here: http://people.apache.org/~jvanzyl/maven-2.0.5/org/apache

timeframe 2.0.5 (use 2.0.5 in prerequisites)

2007-01-08 Thread Geoffrey De Smet
: http://jira.codehaus.org/browse/MNG?report=com.atlassian.jira.plugin.system.project:roadmap-panel I 'd like to introduce prerequisites in our pom to enforce maven 2.0.5, so I was wondering if there is any timeframe for 2.0.5? :) Thanks a great product. -- With kind regards, Geoffrey De Smet

Re: Maven and Fedora

2006-12-07 Thread Geoffrey De Smet
maven2's RPM (and also RPM's for my maven2ized projects :) -1 for maintaining the RPM's in a separate project instead of a cleanly configured RPM-plugin on the maven build -1 for factoring the maven2 directory - unless system links can solve this problem. -- With kind regards, Geoffrey De Smet

Re: Sync spring-richclient repo

2006-11-08 Thread Geoffrey De Smet
-07 5:19 PM: Take a look at the end of http://maven.apache.org/guides/mini/guide-ibiblio-upload.html We use rsync over ssh. On 11/7/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: Carlos, When spring-richclient released 0.2.1 I tried to make an upload bundle, but there's an issue

Sync spring-richclient repo

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

Re: Releasing javadoc plugin

2006-10-03 Thread Geoffrey De Smet
in the javadoc plugin, and last release was in march. Can we go for a new one? This is a question mostly for Vincent Siveton, which has done a lot of work in the plugin. -- With kind regards, Geoffrey De Smet - To unsubscribe

Re: [discuss] Java 5

2006-07-07 Thread Geoffrey De Smet
on the first point before the first/next releases of them unless there are reasons not to. Cheers, Brett -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[Bug?] 2 repo's, one repo returns 503, second repo is not check

2006-07-06 Thread Geoffrey De Smet
/xstream/1.1.3/xstream-1.1.3.pom at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149) at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:85) ... 33 more -- With kind regards, Geoffrey De

Re: [Bug?] 2 repo's, one repo returns 503, second repo is not check

2006-07-06 Thread Geoffrey De Smet
Thanks :) Ignore my mail Kenney Westerhof wrote: On Thu, 6 Jul 2006, Geoffrey De Smet wrote: Hi Geoffrey, This issue is already fixed: http://jira.codehaus.org/browse/MNG-2282 -- Kenney I looked in JIRA, but couldn't find this bug. But I am not sure in which module it should belong, I

Re: [RANT] This Maven thing is killing us....

2006-07-05 Thread Geoffrey De Smet
don't use the parent's basedir, but their own basedir. Is there a workaround for that problem? -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Proposal] Documenting Maven

2006-06-19 Thread Geoffrey De Smet
to reincoporate any additional thoughts into the current discussions (as I should have done *ages* ago). - Brett -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

doxia-renderer alpha 8 not on mergere repo

2006-05-16 Thread Geoffrey De Smet
. It was mentioned somewhere in the user list deep down already, but it's unclear if someone will be so kind to upload doxia-renderer alpha 8? Thanks. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: doxia-renderer alpha 8 not on mergere repo

2006-05-16 Thread Geoffrey De Smet
: null:doxia -site-renderer:jar:1.0-alpha-8 With kind regards, Geoffrey De Smet Brett Porter wrote: yes, it is: http://repo.mergere.com/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-8/ Geoffrey De Smet wrote: Just to double check if you guys are aware of this problem? mvn -U site

Re: doxia-renderer alpha 8 not on mergere repo

2006-05-16 Thread Geoffrey De Smet
it on my home computer (did mvn -U site before codehaus was down). If I still have it tommorrow on my work computer, I 'll find out the cause and provide a decent report as I should have done in the first place. With kind regards, Geoffrey De Smet Brett Porter wrote: yes, it is: http

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-12 Thread Geoffrey De Smet
] 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

Re: [vote] Release Maven Project Info Reports 2.0

2006-05-11 Thread Geoffrey De Smet
+1 (user) Fabrizio Giustina wrote: +1 fabrizio On 5/10/06, Brett Porter [EMAIL PROTECTED] wrote: based on: maven-project-info-reports-plugin 2.0-beta-4-20060510.110344-4 (r405712) This also depends on a release of doxia. [ ] +1 [ ] +0 [ ] -1 -- With kind regards, Geoffrey De Smet

Re: Nabble

2006-05-11 Thread Geoffrey De Smet
forum functionality instead of sending directly a mail to our lists but the result is the same, all messages come in our lists. right - just the wrong list :) - Brett -- With kind regards, Geoffrey De Smet - To unsubscribe, e

Re: Debugging Maven with Eclipse?

2006-04-13 Thread Geoffrey De Smet
I created a mvnd script and there is an issue for it. After that it's just a matter of creating a remote debugger in eclipse. With kind regards, Geoffrey De Smet Jochen Kuhnle wrote: Hi, is there a guide/howto for this? Or even better, does anybody have a working .launch file? Regards

Re: proposed mailing lists names

2006-03-09 Thread Geoffrey De Smet
FYI (so no one else does it) I 've requested those both lists on gmane.org to be separated from the dev list. With kind regards, Geoffrey De Smet Brett Porter wrote: I have some bandwidth so I'm doing this a bit earlier today. Going once, going twice - Brett Brett Porter wrote

[jira] Commented: (MJAR-31) [webstart] NPE when signing dependencies

2006-03-06 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MJAR-31?page=comments#action_60207 ] Geoffrey De Smet commented on MJAR-31: -- This patch makes point 1 of http://mail-archives.apache.org/mod_mbox/maven-dev/200603.mbox/[EMAIL PROTECTED] obsolete, but not point 2

[jira] Commented: (MJAR-31) [webstart] NPE when signing dependencies

2006-03-06 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MJAR-31?page=comments#action_60208 ] Geoffrey De Smet commented on MJAR-31: -- for the record, point 2 is the following HACK: 2) Nullpointer on org.apache.maven.plugin.jar.JarSignMojo, line 282

Re: signing jar and webstart plugin

2006-03-06 Thread Geoffrey De Smet
. Geoffrey De Smet wrote: For networktools.sf.net I used the webstart plugin, which uses the jar plugin to sign jars. I 've had a bunch of problems, most of wrong configuration on my part, but some I believe lay in the jar plugin. In the end I changed these few lines in the jar plugin to get

signing jar and webstart plugin

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

Re: [m2] Timestamp plugin

2006-03-02 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

[jira] Created: (MNG-2105) Enable remote debugging command line option (+ docs)

2006-02-23 Thread Geoffrey De Smet (JIRA)
Reporter: Geoffrey De Smet Priority: Minor [dev list mailing reference: Debugging maven with breakpoints feed-back: --jdwp + docs] Problem: Currently its hard to enable remote debugging for a remote debugger of your IDE. Basically you need to set MAVEN_OPTS something like: export MAVEN_OPTS=-Xdebug

Re: Debugging maven with breakpoints feed-back: --jdwp + docs

2006-02-23 Thread Geoffrey De Smet
with breakpoints feed-back: --jdwp + docs Geoffrey, I like it! I prefer more --jdpa rather than --jpwd (Think about geronimo or tomcat) What do others think? Vincent 2006/2/22, Geoffrey De Smet [EMAIL PROTECTED]: I just used my first debug breakpoint in maven 2 to fix the jasperreports plugin

[jira] Commented: (MNG-719) New Plugin - buildinfo (buildnumber and buildclass)

2006-02-23 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MNG-719?page=comments#action_59313 ] Geoffrey De Smet commented on MNG-719: -- It would be nice if it also includes the scm revision number (if the scm supports a revision number, like SVN, not CVS): http

Debugging maven with breakpoints feed-back: --jdwp + docs

2006-02-22 Thread Geoffrey De Smet
settings, use MAVEN_OPTS instead. Then connect to it with a remote debugger in your IDE. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: repository manager overview

2006-02-21 Thread Geoffrey De Smet
/repository-manager/trunk/ J -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sending JIRA mail to commits@maven.apache.org

2006-02-21 Thread Geoffrey De Smet
a different mailing list (and gmane newsgroup) would fix it. With kind regards, Geoffrey De Smet Emmanuel Venisse wrote: -0 for the same reason. Emmanuel John Casey a écrit : -0 I filter it all into a separate folder anyway, so I don't notice. I would tend to think that jira issues are much

[jira] Created: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-20 Thread Geoffrey De Smet (JIRA)
Deploy Plugin Type: Bug Versions: 2.1 Reporter: Geoffrey De Smet Priority: Minor deploy:deploy-file installs a jar in a remote repository, but currently also installs it in the local repository. I believe this is a bug, because it makes you wrongly believe that the remote

[jira] Commented: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-20 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-25?page=comments#action_59035 ] Geoffrey De Smet commented on MDEPLOY-25: - fair enough, but could it deploy:deploy-file at least note that it's also installing it locally? deploy:deploy-file installs

[jira] Commented: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-20 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-25?page=comments#action_59036 ] Geoffrey De Smet commented on MDEPLOY-25: - (both in the documentation and in the logging output would be nice) deploy:deploy-file installs the file in the local repository

[jira] Commented: (MASSEMBLY-64) jar-with-dependencies has a last-one-copies-wins policy which can fail signed jars

2006-02-15 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-64?page=comments#action_58707 ] Geoffrey De Smet commented on MASSEMBLY-64: --- Implementing the exclusing of the META-INF's shouldn't be to hard. If none of the Maven guys have the time, maybe we can

[jira] Commented: (MASSEMBLY-64) jar-with-dependencies has a last-one-copies-wins policy which can fail signed jars

2006-02-14 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-64?page=comments#action_58626 ] Geoffrey De Smet commented on MASSEMBLY-64: --- Benjamin.Keil also contacted me for this problem. Currently I just remove them with winrar afterwards, I don't need

[jira] Updated: (MAVENUPLOAD-707) Glazedlists 1.5.0

2006-02-01 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-707?page=all ] Geoffrey De Smet updated MAVENUPLOAD-707: - Attachment: pom.xml Glazedlists 1.5.0 - Key: MAVENUPLOAD-707 URL: http://jira.codehaus.org/browse

[jira] Commented: (MAVENUPLOAD-707) Glazedlists 1.5.0

2006-01-29 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-707?page=comments#action_57237 ] Geoffrey De Smet commented on MAVENUPLOAD-707: -- Here's the full discussion on the mailing list: http://comments.gmane.org/gmane.comp.java.glazedlists.user/741

[jira] Created: (MAVENUPLOAD-707) Glazedlists 1.5.0

2006-01-28 Thread Geoffrey De Smet (JIRA)
Glazedlists 1.5.0 - Key: MAVENUPLOAD-707 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-707 Project: maven-upload-requests Type: Task Reporter: Geoffrey De Smet JTable with sorting filtering, used in spring-rich and many Swing applications

[jira] Created: (MASSEMBLY-64) jar-with-dependencies has a last-one-copies-wins policy which can fail signed jars

2006-01-26 Thread Geoffrey De Smet (JIRA)
Type: Bug Versions: 2.0.1 Reporter: Geoffrey De Smet Fix For: 2.1 I've configured the plugins like this: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId configuration

[jira] Commented: (MASSEMBLY-64) jar-with-dependencies has a last-one-copies-wins policy which can fail signed jars

2006-01-26 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-64?page=comments#action_56992 ] Geoffrey De Smet commented on MASSEMBLY-64: --- Found a fix: exclude /META-INF/*.RSA /META-INF/*.SF /META-INF/*.rsa /META-INF/*.sf Problem solved. Please note that the fact

[jira] Created: (MNG-1997) document xsd support for pom and settings in guides

2006-01-20 Thread Geoffrey De Smet (JIRA)
Reporter: Geoffrey De Smet Fix For: 2.0.3 Your favorite IDE probably supports xsd schema's for pom.xml and settings.xml editing. Yet very few have the defined the xsd in those files because they don't know about it. The guides should note that pom.xml files best start with: ?xml version

[jira] Commented: (MNG-1997) document xsd support for pom and settings in guides

2006-01-20 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MNG-1997?page=comments#action_56453 ] Geoffrey De Smet commented on MNG-1997: --- Just found out, settings should be: settings xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance