[ANN] SCM Changelog Maven Plugin 1.3 Released

2009-09-23 Thread Rémy Sanlaville
The SCM Changelog Maven Plugin team is pleased to announce the scmchangelog-maven-plugin-1.3 release This release contains fixes, documentation improvements and enhancements : * Changelog report is wrong due to revision string comparison * Now you can comment some part of the commit message *

Re: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-14 Thread Rémy Sanlaville
Hi Jan, Rémy, Do you also use it for Perl? Perl also uses a lot of libraries (.pm files e.g.) and even perl make scripts sometimes. I couldn't find any maven plugin supporting perl projects. Do you have any idea if this is possible? No we haven't try it and I am not aware about perl

Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-14 Thread Rémy Sanlaville
Hi Vincent, Thanks for your interesting feedback. I have some more questions : - Are your patches applied in the trunk of the nar plugin ? - Is the nar plugin works well also for other phase than compile (for instance, test phase) ? If yes, which unit test framework are you using

Re: AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-12 Thread Rémy Sanlaville
We also try to use maven with C/C++ language (cf. [1]). It seems that it exists three plugins : 1. native-*maven*-plugin (the first one ?) 2. jade native maven plugin, it is an spin off of native plugin and covers cppunit 3. nar plugin At the time, it seemed (I don't remember why) that jade

Re: Maven: The Definitive Guide in French

2009-05-19 Thread Rémy Sanlaville
Same as Arnaud. I will try to do my best but I am very busy at the moment. Rémy On Mon, May 18, 2009 at 9:45 PM, Arnaud HERITIER aherit...@gmail.comwrote: I think you can create a google group to discuss in french.I'll join it, even if I don't think I'll have the time to help you before

Re: Maven Overview Plugin version 1.4 has been released

2009-04-09 Thread Rémy Sanlaville
as long as the plugin has its own groupId, the artifactId can be any thing. IMHO, even if the plugin has its own groupId, I agree with Stephen that it's better to keep the convention : maven-_-plugin for o.a.m.p plugins _-maven-plugin for other plugins Rémy

[ANN] SCM Changelog Maven Plugin 1.2 Released

2009-04-03 Thread Rémy Sanlaville
The SCM Changelog Maven Plugin team is pleased to announce the scmchangelog-maven-plugin-1.2 release This release contains fixes, documentation improvements and enhancements : * We have introduced support for Buzilla style grammar and tracker. * The refactoring asked by Mark Struberg has been

Re: Maven 2 and C/C++ Testing Framework

2009-03-04 Thread Rémy Sanlaville
Hi Dan, The mentioned test phase is for java test. True and it why i was surprise that native-maven-plugin is linked to it. Take a look at jade native maven plugin, it is an spin off of native plugin and covers cppunit test Thanks, I wasn't aware of this plugin. We will have a look. I

Re: Maven 2 and C/C++ Testing Framework

2009-03-04 Thread Rémy Sanlaville
having .h files as dependencies is not possible as this moment. The main problem here is how you would know which one is really include files, user may want .c, .hpp as include file as well. Also the pom will be polluted with lots of .h dep Isn't it possible to use dependencies directly in

Maven 2 and C/C++ Testing Framework

2009-03-03 Thread Rémy Sanlaville
Hi, I am looking for using C/C++ Testing Framework (like CppUnit, CxxTest or googletest) with maven 2. Does anybody already done it ? We are using native-maven-plugin for the compilation. But I am quite surprise that the native build lifecycle for this plugin consists of the following phases

Re: [ANN] - SCM Changelog Maven Plugin 1.1 Released

2009-02-10 Thread Rémy Sanlaville
Congrats, keep up the good work! Thanks Stevo. We hope that our plugin One new feature suggestion - support for filtering subtasks (at least when jira is issue tracker), e.g. through optional excludeSubtasks attribute of filter configuration element. Are you sure that it is for our

[ANN] - SCM Changelog Maven Plugin 1.1 Released

2009-02-09 Thread Rémy Sanlaville
The SCM Changelog Maven Plugin team is pleased to announce the scmchangelog-maven-plugin-1.1 release This release contains fixes and documentation improvements. See *http://mojo.codehaus.org/scmchangelog-maven-plugin/changelog.htmlhttp://mojo.codehaus.org/rpm-maven-plugin * for details. Have

Re: Good weblogic plugin?

2008-12-05 Thread Rémy Sanlaville
Hi , David : We are testing the Cargo weblogic (9.x and 10.x) implantation right now. I will try to let you know if it works fine or not. Scott : What are the difference between your weblogic plugin and Cargo weblogic implantation ? We rather want to use cargo because we have several J2EE

Re: cargo-maven2-plugin

2008-11-03 Thread Rémy Sanlaville
Hi Rémy, You'd better ask your question directly to the cargo mailing list (cf. http://www.nabble.com/Cargo---User-f2406.html). Rémy

Re: Time to release maven-release-plugin v2.0-beta-8

2008-10-27 Thread Rémy Sanlaville
Hi, Have a look to this thread http://www.nabble.com/Re%3A-Maven-release-plugin-td19653492.html Rémy

Re: [ANN] - SCM Changelog Maven Plugin 1.0 Released

2008-10-13 Thread Rémy Sanlaville
Hi, It's a new plugin (neither maven-changelog-plugin nor maven-changes-plugin). If you want to understand why a new plugin, just have a look to http://mojo.codehaus.org/scmchangelog-maven-plugin/faq.html Thanks, Rémy

Re: evaluation report-history tools (e.g. xradar, sonar)

2008-10-08 Thread Rémy Sanlaville
Hi, We tried Qalab one year ago but we had some strange/incorrect results and it does not evolve anymore. We are thinking about using Sonar now. Rémy

Re: Can maven generate this kind report?

2008-10-08 Thread Rémy Sanlaville
Hi, You can have a look also to the scmchangelog-maven-plugin ( http://mojo.codehaus.org/scmchangelog-maven-plugin/). We are working for it's first release in few days. Rémy

Re: Maven release plugin

2008-09-24 Thread Rémy Sanlaville
Hi, ping: Someone know when the 2.0-beta-8 of maven release plugin will be released ? We are really waiting for it. Thanks, Rémy

Re: How to stop Maven to look for updates on snapshots?

2008-09-08 Thread Rémy Sanlaville
Hi, It seems that the offline mode does not work with SNAPSHOT. You also have this issue : http://jira.codehaus.org/browse/MNG-3314 Rémy

Re: Resource filtering in WAR overlays

2008-09-05 Thread Rémy Sanlaville
Hi, Have a look to this discussion http://www.nabble.com/damage-image-files-td15431864.html#a15432280. I think it could help. Rémy

maven-rar-plugin and filtering

2008-09-03 Thread Rémy Sanlaville
Hi, I just wonder if it possible to use filtering with maven-rar-plugin (it seems not). For instance, we need it for login/password and jdbc urls parameters. If not, I think the best way to add this feature is to use the shared component maven-filtering. Are you agree ? Rémy

Re: maven-rar-plugin and filtering

2008-09-03 Thread Rémy Sanlaville
Hi Olivier, If I can do it, I will. Thanks, Rémy

Re: How to deploy a Flex library (swc)

2008-07-15 Thread Rémy Sanlaville
mvn validate [INFO] Scanning for projects... [INFO] [INFO] Building Unnamed - com.yahoo.maps.flash:yahoo-map:swc:3.5 [INFO]task-segment: [validate] [INFO]

Re: How to deploy a Flex library (swc)

2008-07-15 Thread Rémy Sanlaville
Thanks Emmanuel, it works ! I didnt notice that it's possible to add packaging type by adding a mojo as an extension. Rémy

How to deploy a Flex library (swc)

2008-07-10 Thread Rémy Sanlaville
Hi, I wonder how to deploy a Flex library (swc) in a repository. It does not exist the swc value for pom's packaging node (cf. http://maven.apache.org/maven-v4_0_0.xsd). So, if you indicate swc, mvn validate complains. One solution seems to indicate the pom value but I don't really like that

Re: How to deploy a Flex library (swc)

2008-07-10 Thread Rémy Sanlaville
Yes I know but my problem is not how to create the flex library but how to deploy it with the maven-deploy-plugin to a repository. I would like to know what is the best practice for the pom's packaging node. Regards, Rémy

Re: How to deploy a Flex library (swc)

2008-07-10 Thread Rémy Sanlaville
Yes it's true we have test it but I am not comfortable by the fact mvn validate complains. We want to can check that the pom is valid before to deploy it. Rémy

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-08 Thread Rémy Sanlaville
I put it in JIRA so it won't be forgotten: http://jira.codehaus.org/browse/MPLUGIN-124 Handsome ! So, if I understand, the site goal of the maven-site-plugin is a build mojo. My bad, I though that it was a reporting mojo. Yes, it is a build plugin. But it's easy to think of it as

Re: ignore missing web.xml war plugin

2008-07-08 Thread Rémy Sanlaville
Unfortunately, I don't think that it's possible at the moment. But we are looking for the same feature (war overlay also). For the moment we have to create a basic web.xml. I haven't look if an issue is loading or not for this feature. Rémy

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-07 Thread Rémy Sanlaville
You define the site plugin inside reporting, I guess you want it inside build. Isn't strange to have to define the maven-site-plugin inside build just to specify the version ? Why maven 2 can't take into account the version declare inside reporting ? It seems to more natural isn't it ? Rémy

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-07 Thread Rémy Sanlaville
There are two kinds of Mojos. A Mojo is a goal in plugin. There are build mojos and there are reporting mojos. Build mojos are configured in the build section of the POM while reporting mojos are configured in the reporting section of the POM. We should enhance the plugin-plugin to make it

Re: Suggestion for artifact parametrization

2008-06-25 Thread Rémy Sanlaville
This is a good topic, that IMO is not simple with maven 2. I'm also looking for a simple or elegant solution. Rémy

Re: Excluding packages and classes from jar

2008-06-09 Thread Rémy Sanlaville
Hi, and called it like that:mvn package -P myflag Not sure but you have an extra space between -P and myflag try mvn package -Pmyflag If it is not working, first try without profile in order to be sure that the exclusion configuration is working. HTH, Rémy

Re: More one phase for the execution's plugin

2008-05-30 Thread Rémy Sanlaville
In order to share your configurations plugins, have a look to the pluginManagment cf. http://blogs.sonatype.com/brian/2008/05/26/1211857049779.html HTH, Rémy

Re: Q4E and m2eclipse

2008-05-30 Thread Rémy Sanlaville
That's a good news for maven eclipse user. I also have the same questions than Nico. In iam project we can see SVN/CVS integration (2008-10 M3) what about m2eclipse ? I think it's a major feature and it's really frustrating at the moment (parent pom hell with eclipse). Rémy

Re: Q4E and m2eclipse

2008-05-30 Thread Rémy Sanlaville
It's really a pain to manage the parent pom for a multi-modules project in eclipse. It would be nice to can solve this issue for instance : http://jira.codehaus.org/browse/MNGECLIPSE-635 Many problem comes from the fact that eclipse do not manage nested project hierarchies. It seems that eclipse

Q4E and m2eclipse

2008-05-29 Thread Rémy Sanlaville
Hi, We are working to choose an eclipse plugin : Q4E vs m2eclipse - The Eclipse IAM project proposal (based on Q4E) has been recently approved by the Eclipse Foundation (cf. http://code.google.com/p/q4e/) - m2eclipse has been recently reviewed (cf.

Re: [m2eclipse-user] Re: Question about Maven, Eclipse WTP and war overlay

2008-05-28 Thread Rémy Sanlaville
An issue exists for supporting war overlays : http://jira.codehaus.org/browse/MNGECLIPSE-597 Please vote for this issue. Done ! In fact, this feature is important and it's not just for war overlay but also for filtering... Rémy

Re: Site staging versus local deploy

2008-05-15 Thread Rémy Sanlaville
Hi, I am also interested to know what is the good practice for this. I normally use the staging method but I wonder if it's not better to use the local deploy workaround. What the pre/cons to use the staging or local deploy method ? Rémy

Re: cant build the next version until dependency built in a multi-module project

2008-05-13 Thread Rémy Sanlaville
Hi, It's a common problem. Cf. http://www.nabble.com/release-problem-with-multi-modules-project-tt14101519.html#a14102400 HTH, Rémy

Re: Dependency licenses

2008-05-08 Thread Rémy Sanlaville
Hi, Do you know this one too ? http://java.dzone.com/announcements/maven-license-plugin-130-relea I haven't try both of them so I don't know which one is the best. But it could be nice to merge the effort in order to have just one. Don't you think ? Rémy

Re: Dependency licenses

2008-05-08 Thread Rémy Sanlaville
Yes you have right, I wrote a little bit to fast. I agree it would be nice to have just one plugin for both functionalities. Rémy

Re: disabling default deploy behavior

2008-04-16 Thread Rémy Sanlaville
The next version of the deploy plugin will have the option to skip deployment. http://jira.codehaus.org/browse/MDEPLOY-63 Nice, but rather than each plugin implements the skip feature, it would better to manage this feature at the maven or plexus level instead of the plugins level. See

Re: maven2 jira plugin?

2008-03-20 Thread Rémy Sanlaville
The proposed plugin did not fit well into either maven-changes-plugin or maven-changelog-plugin. The author of the plugin has since approached the Mojo project at codehaus. The plugin is currently an enhancement request there: http://jira.codehaus.org/browse/MOJO-1026 Yes I am aware

Re: axistools-maven-plugin, namespace mapping and axis 1.2.1

2008-03-19 Thread Rémy Sanlaville
Hi, For information, I think I found the solution. It seems that it comes from the issue http://jira.codehaus.org/browse/MNG-2972. It is fixed with maven 2.0.9. Rémy

Re: maven2 jira plugin?

2008-03-17 Thread Rémy Sanlaville
Because we already have a plugin that generates a report from an SCM system, namely maven-changelog-plugin. Yes but the reports are completely different : - maven-changes-plugin : http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html - maven-changelog-plugin :

Re: maven2 jira plugin?

2008-03-17 Thread Rémy Sanlaville
Because we already have a plugin that generates a report from an SCM system, namely maven-changelog-plugin. Yes but the reports are completely different : - maven-changes-plugin : http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html - maven-changelog-plugin :

Re: Findbug's Maven2 Plugin future direction

2008-03-14 Thread Rémy Sanlaville
I agree with Dan. It's better to keep a branch for the jdk 1.4 in case for legacy systems. I f we found a bug in the plugin it's better to be able to load a jira and fix it. +1 to use Findbugs 1.3.x and require Java 5 to run for the trunk Rémy 2008/3/14, Dan Tran [EMAIL PROTECTED]: last one

Re: maven2 jira plugin?

2008-03-14 Thread Rémy Sanlaville
If you read the comments in that issue you will understand why. I read it, but I still have the feeling that maven community do not understand what exactly this improvement is and why it is interesting. This improvement does exactly what the maven-changes-plugin do. The only difference is

Re: Findbug's Maven2 Plugin future direction

2008-03-14 Thread Rémy Sanlaville
2008/3/14, Stephen Connolly [EMAIL PROTECTED]: However, I would add a check that won't try and run findbugs if maven is started with jdk 1.4... have it instead print diagnostic information or a friendly error message to let people know that JDK 5.0 is required or else that they should use the

axistools-maven-plugin, namespace mapping and axis 1.2.1

2008-03-14 Thread Rémy Sanlaville
Hi, I try to use the axistools-maven-plugin with namespace mapping and axis 1.2.1 : - axistools-maven-plugin:1.0 : uses axis 1.2.1 but does not handle namespace mapping, - axistools-maven-plugin:1.1 : I am able to configure the namespace mapping but it uses axis 1.4 and it's not possible to

Re: maven2 jira plugin?

2008-03-13 Thread Rémy Sanlaville
Hi Dennis No, it has been closed as Won't Fix. What a shame. Don't you think this feature is not usefull (this issue has 17 Votes...) ? why ? Thanks, Rémy

Re: maven2 jira plugin?

2008-03-13 Thread Rémy Sanlaville
Furthermore, this feature is more and more added in other tools (so people ask for it and found that it's an interesting feature). For instance, just have a look to this post : Linking Check-in Comments to Issues in Tracker (http://java.dzone.com/news/linking-check-comments-issuesi ). Rémy

Re: maven2 jira plugin?

2008-03-12 Thread Rémy Sanlaville
Hi Dennis, What about MCHANGES-78 ? Any chance to see it in version 2.0 ? Rémy

Re: java.class.path and the surefire-plugin

2008-03-06 Thread Rémy Sanlaville
This feature is often request and it would be nice to add it in the surefire plugin. Rémy

Re: Started getting exception when packaging war

2008-02-27 Thread Rémy Sanlaville
Hi Daniel, Just try to update your repository : mvn package -U or indicate the last version (2.1-alpha-1) of maven war plugin in you pom. We also had this error and it seems that it comes from an old version of a transitive dependency of the maven-war-plugin. HTH, Rémy

Re: Using different localRepositories in a continuous build environment?

2008-02-26 Thread Rémy Sanlaville
Effectively Wendy, I forget this -Dmaven.repo.local argument. Nevertheless, reproducibility is the way to go. For the moment, I found that it is difficult to be 100% sure without cleaning the local repository. It's possible for instance to just do it once by night (and not for all build). We can

Re: Using different localRepositories in a continuous build environment?

2008-02-25 Thread Rémy Sanlaville
Hi Torsten, I am not sure it's possible to setup a localRepository for each kind of build. But perhaps, you can clean the repository before launching each build. It takes more time but it's better for reproducibility. Rémy

Re: Extending Maven2 plugins

2008-02-20 Thread Rémy Sanlaville
Hi Julien, I am not an expert but, what I understood, it is not possible to extend a mojo for the moment. Look at the archive of the mailing list maven-user and maven-dev. You will find some post related to this question. Rémy

Re: damage image files

2008-02-18 Thread Rémy Sanlaville
Hi Olivier, It works well. Thanks (again). But (for information) it seems that it not deploy yet (the 2.1-alpha-2-20080216.004105-7 version does not include this improvement, cf. http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-2-SNAPSHOT/).

Re: What format is recommended for documentation when using mvn site ?

2008-02-15 Thread Rémy Sanlaville
Hi Arne I've also seen mentioned that there is work going on to create PDF from apt and xdoc. I also saw that for maven1, the xdoc format was the recomended format to use for any user specific documentation. What is the status for xdoc and Maven2 ? Do you know ? I am not the responsible of

Re: Is there an XDoclet Plugin which uses XJavadoc 1.5 (Generics) ?

2008-02-15 Thread Rémy Sanlaville
Hi, We are also interested by using Xdoclet with JDK 1.5. What I understood is we need a specific version of the xjavadoc library : xjavadoc-1.5-050611.jar An issue was opened in order to upload this library : MAVENUPLOAD-1399 (cf. http://jira.codehaus.org/browse/MAVENUPLOAD-1399). The status

Re: What format is recommended for documentation when using mvn site ?

2008-02-14 Thread Rémy Sanlaville
Hi Arne, Have a look at the docbook format http://www.nabble.com/forum/Search.jtp?forum=178local=yquery=docbook and the corresponding plugin named docbkx-tools ( http://code.google.com/p/docbkx-tools/)

Re: damage image files

2008-02-13 Thread Rémy Sanlaville
Hi John, It's amazing that we had the same problem yesterday. It seems that it comes from filter but not sure for the moment. I will try to create a simple example project in order to can reproduce the problem. Rémy

Re: damage image files

2008-02-13 Thread Rémy Sanlaville
Your solution seems to be good. But with war overlays mechanism (cf [1] and [2]) it's not possible to specify the path of the directory resources because it is generated at runtime. I don't know for the moment how to solve this case. Rémy 1.

Re: damage image files

2008-02-13 Thread Rémy Sanlaville
Hi John I'm keen to put a change into the resource plugin so that it can optionally try and only filter text files. I have an idea to do this, how can I contribute to the project? (Even if I am not a commiter) Your help and contribution is welcome . You can get the source code of the plugin

Re: Nexus repository manager

2008-02-13 Thread Rémy Sanlaville
Neither me but I hope that Proximity 2.0 will be release soon. Rémy

Re: damage image files

2008-02-13 Thread Rémy Sanlaville
Hi Olivier, What about a configuration parameter in the mojo (maven-resources-plugin) like : filteringIgnoreExtensionsjpg,jpeg,pdf/filteringIgnoreExtensions good idea. Currently adding this in the resource configuration in the pom needs some core changes. Remy, I'm sure you can load an

Re: War Overlays and resources filtering

2008-02-08 Thread Rémy Sanlaville
Hi Olivier, Thanks for your suggestion. Unfortunately it's not working, so I have opened an issue : MWAR-143 ( http://jira.codehaus.org/browse/MWAR-143). You will find an example in attachment in order to reproduce the problem. Rémy

War Overlays and resources filtering

2008-02-04 Thread Rémy Sanlaville
Hi, I have multiple web applications who share common resources. So I use the war overlays mechanism ( http://maven.apache.org/plugins/maven-war-plugin/overlays.html) All seems ok except for common properties files that I want to filter when creating the web applications. For instance : My

Re: Maven plugins that can check for hardcoded (un-externalized) strings at build time? (i18n)

2008-01-31 Thread Rémy Sanlaville
Hi, I don't think so but it will be a useful plugin. Rémy

Re: Questions: Automatically-set tokens in Maven 2 loading properties from files

2008-01-25 Thread Rémy Sanlaville
Hi Wayne, This was available in M1 and the dev team decided that it was a bad idea, and so in M2 the pom itself is the one true source of this kind of information. I am interested to know why it was a bad idea ? For instance, with ant your are able to use properties files. Do you have some

Re: Is there a tool that can dowload and package the dependencies from Maven repository?

2008-01-25 Thread Rémy Sanlaville
When using the assembly plugin, I get a zip file containing all the dependencies of my module. Is it normal that the module itself is also packaged in the zip file? If you POM declares in its packaging, that you are creating a jar - then yes ;-) I found that it's a strange behavior.

Re: creating a sample project

2008-01-24 Thread Rémy Sanlaville
Hi, You also can use archetype. For instance, for a simple project : mvn archetype:create -DgroupId=demo -DartifactId=helloworld But it's good to read documentations like : Better Builds with Maven : http://www.devzuz.com/web/guest/products/resources MavenBook - Maven: The Definitive Guide :

Re: mvn release perform error inMultiple Module Projects

2008-01-24 Thread Rémy Sanlaville
Hi, It's a well-known problem (cf. archives) In situations like this it usually helps to run the prepare step with: mvn *release*:prepare -DpreparationGoals=clean install cf. http://www.nabble.com/forum/ViewPost.jtp?post=14102400framed=yskin=177 Rémy

Re: can maven solve circle dependencies problem in multiple module projects

2008-01-24 Thread Rémy Sanlaville
Hi, Cyclic dependence is not allowed with maven (it's a good practice). You have to cut your cyclic dependence. Rémy

Re: Any tool available for generating docs from pom.xml?

2008-01-23 Thread Rémy Sanlaville
You also could have a look to the docbook format and plugin. A friend of mine worked on it in order to improve it. He is off today but I will ask him to give some information when he will come back. Rémy

Re: Using unreleased plugin

2008-01-16 Thread Rémy Sanlaville
Hi, Try this command : mvn org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-5-SNAPSHOT:tree HTH, Rémy

Re: [M2] Reproducible build

2007-12-23 Thread Rémy Sanlaville
Hi Ryan, Thanks for the link. I will try it and let you know. For the moment I am on holidays so it won't be before mi-January 2008. Rémy 2007/12/23, Ryan Moquin [EMAIL PROTECTED]: I really like the tool BeyondCompare. I had my company get me a license a couple weeks ago so I could do

Re: generated sources convention

2007-12-20 Thread Rémy Sanlaville
Hi, Use the *build* *helper* *plugin* to add additional source paths http://mojo.codehaus.org/*build*-*helper*-maven-*plugin*/http://mojo.codehaus.org/build-helper-maven-plugin/ cf. http://www.nabble.com/Second-source-directory-for-generated-code-to6446457s177.html#a6446995 Rémy

Re: [M2] Reproducible build

2007-12-17 Thread Rémy Sanlaville
Thanks all for your comments, Yes, the package will be different for date or time stamps reason and comparing hashes (MD5 or SHA1) seems to be not enough. But it's not always a problem to have such differences and it would be nice to find a tools that shows what changes from two packages. I had

Re: [M2] multi-modules vs multi-projects

2007-12-17 Thread Rémy Sanlaville
Any hints ? Rémy 2007/12/14, Rémy Sanlaville [EMAIL PROTECTED]: Hi, I am looking for some criteria in order to can decide how to organized my project. For instance, I want to produce three artifacts a.jar, b.jar and c.war. I can organized my project in different ways : 1) Multiple

[M2] multi-modules vs multi-projects

2007-12-14 Thread Rémy Sanlaville
Hi, I am looking for some criteria in order to can decide how to organized my project. For instance, I want to produce three artifacts a.jar, b.jar and c.war. I can organized my project in different ways : 1) Multiple Projects project A = a.jar project B = b.jar project C = c.war 2)

[M2] Reproducible build

2007-12-14 Thread Rémy Sanlaville
Hi, I would like to make sure that my project build is reproducible. For instance, I want to be sure that I can package again a tagged version. So I am looking for a tools that can compare two package (two jar, two war, two ear...) and eventually shows the potential differences. Do you know if a

Re: SDL and the config folder

2007-12-04 Thread Rémy Sanlaville
Hi Stefano, Have a look to the mailing archive : http://www.nabble.com/Default-location-of-config-files--%3E-Maven-Standard-Directroy-Layo-ut--tf3466078s177.html#a9672316 It would be nice to update the documentation in order to clarifier this point because it's a quite common question.

Re: How to create multi-module project from archetype?

2007-12-04 Thread Rémy Sanlaville
I agree also that more and more people use the multi-project feature and will be happy to have the possibility to create a multi-project archetype. Hope that ArchetypeNG plugin will offer this feature soon. Rémy

Re: [M2] Pb Release and preserve timestamps

2007-11-22 Thread Rémy Sanlaville
Hi Lee, I am not sure to have been enough clear about my problem/context. Let's assume that we are a team working in a same project (possibly in different site). We want to be able that different person can make a release. The problem is that, as I mentioned before, is not possible for the

Re: Doxia Macro in a xdoc file

2007-11-21 Thread Rémy Sanlaville
Hi Dennis, You are right it works with the 2.0-beta-6-SNAPSHOT. Thanks for the hint. I was using the 2.0-beta-5 version. As the Doxia site has not project summary page (cf. http://maven.apache.org/doxia/project-info.html), it not possible to know which version to use. I would be nice to add this

Re: [M2] Pb Release and preserve timestamps

2007-11-21 Thread Rémy Sanlaville
I tried to go more in depth to understand the problem. In short: It seems that the problem comes from the class org.apache.maven.wagon.providers.ssh.jsch.SftpWagon from wagon-ssh version 1.0-beta-2 In fact, in line 88 86if ( permissions != null permissions.getFileMode() != null ) 87

Doxia Macro in a xdoc file

2007-11-20 Thread Rémy Sanlaville
Hi, I wanted to add a TOC to my xdoc files. In the Doxia web site, the Doxia Macros Guide explains that it exists a TOC Macro (cf. http://maven.apache.org/doxia/macros/index.html). In a xdoc file, it will be: macro name=toc param name=section value=2/ param name=fromDepth value=0/ param

Re: Mvn2

2007-11-15 Thread Rémy Sanlaville
Ok, I understand now your point of view. It's link to the important reproducibility topic. One (common ?) way is to just use release version. Your proposition is more radical. So you have to don't use any snapshot pluginRepositroies and repositories (not just apache.snapshots). Rémy

Re: maven deploy keep asking me the password of scp connection

2007-11-14 Thread Rémy Sanlaville
I found that it's a great pity to have to make a ssh connection with a ssh client in order to store the server key in your account before launching maven 2. Isn't it possible to ask if you accept/trust or not the server key during the maven 2 command ? It would be a great improvement and really

Re: Maven site plugin not connecting the projects and children properly

2007-11-14 Thread Rémy Sanlaville
Hi Kannan, I think that you have something like that in your pom.xml: project [...] urlmaven.apache.org/url [...] /project If so, just remove the url node. Rémy

Re: Mvn2

2007-11-14 Thread Rémy Sanlaville
Hi Olivier, I wonder why ? Rémy

Re: Accessing java.class.path inside a test execution

2007-11-12 Thread Rémy Sanlaville
Hi, This a common request and unfortunately the ${maven.test.classpath} variable is not valuated in the surefire configuration plugin. For the moment, I found a workaround but it is unsatisfactory build plugins plugin artifactIdmaven-antrun-plugin/artifactId

[M2] Pb Release and preserve timestamps

2007-11-07 Thread Rémy Sanlaville
Hi, When I try to do a release with the maven-release-plugin, it seems that it (or certainly wagon) asks to preserve the timestamps when deploying my artifact to my repository. My problem is if I am not the owner of the file (for instance the maven-metadata.xml file), it fails when deploying my

Re: release:prepare failure during scm-tag : Server certificate verification failed: issuer is not trusted

2007-10-29 Thread Rémy Sanlaville
Jason, I am happy to see that you solved your problem and it's nice from you that you explained how to do it. Graham, it's nice to know how Subclipse works especially to handling credentials. But as Jason mentioned, it's strange that the maven release plugin is able to execute a commit but not a

Re: release:prepare failure during scm-tag : Server certificate verification failed: issuer is not trusted

2007-10-25 Thread Rémy Sanlaville
Hi Jason, Not sure, but if you can access to your svn repo with different URLs ( https://www.domain-ommitted.com and http://www.domain-ommitted.com for instance) it's possible that you made a checkout via one URL (http://www.domain-ommitted.com for instance) and maven-release-plugin try with

Re: Site Plugin 2.0-beta-6-SNAPSHOT .vm filtering fails now

2007-10-23 Thread Rémy Sanlaville
Hi Olivier, Just renaming the page is enough. You have sample here : https://svn.apache.org/repos/asf/maven/site/trunk/src/site/apt/ file download.apt.vm https://svn.apache.org/repos/asf/maven/site/trunk/src/site/xdoc/ file index.xml.vm Thanks, I will try. What about the site.xml file ?

  1   2   3   >