Is there a plugin to override classifiers based on groupId?

2016-10-21 Thread Rémy Saissy
and painless way to ensure that classifiers are respected. Hence the question. Thanks! -- Rémy Saissy Photos: http://picasaweb.google.com/remy.saissy Blog: http://blog.remysaissy.com

maven-assembly-plugin

2011-11-10 Thread Rémy
/tarLongFileMode /configuration /execution /executions /plugin Have you any idea ? Thanks. Rémy -- View this message in context: http://maven.40175.n5.nabble.com/maven-assembly-plugin-tp4981554p4981554.html Sent from the Maven - Users mailing list archive

jspc-maven-plugin java 1.6

2011-02-08 Thread Rémy
févr. 2011 15:54:27 org.apache.jasper.compiler.JDTCompiler generateClass ATTENTION: Unknown target VM 1.6 ignored. 8 févr. 2011 15:54:28 org.apache.jasper.JspC processFile INFO: Built File: \jsp\Controleur.jsp Thanks. Rémy -- View this message in context: http://maven.40175.n5.nabble.com/jspc

Re: jspc-maven-plugin java 1.6

2011-02-08 Thread Rémy
{ // Default to 1.5 settings.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); } Thanks. Rémy -- View this message in context: http://maven.40175.n5.nabble.com/jspc-maven-plugin-java-1-6-tp3376142p3376357.html Sent from the Maven

Re: Maven 3 Sufire 2.6 errors

2010-12-13 Thread Rémy
Hi, With surefire 2.7-SNAPSHOT it works fine !!! Thanks. Rémy -- View this message in context: http://maven.40175.n5.nabble.com/Maven-3-Sufire-2-6-errors-tp3297429p3303213.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven 3 Sufire 2.6 errors

2010-12-09 Thread Rémy
Hi, It doesn't work, and there is no option testErrorIgnore... I'm surprised not to have the same behavior with Maven 2 and Maven 3. Thanks. Rémy -- View this message in context: http://maven.40175.n5.nabble.com/Maven-3-Sufire-2-6-errors-tp3297429p3298743.html Sent from the Maven - Users

Maven 3 Sufire 2.6 errors

2010-12-08 Thread Rémy
(not -Dmaven.skip.test=true) allowing the build to go to completion ? Thanks. Rémy -- View this message in context: http://maven-users.828.n2.nabble.com/Maven-3-Sufire-2-6-errors-tp5815406p5815406.html Sent from the maven users mailing list archive at Nabble.com

Write Maven plugin : read configuration in POM

2010-03-05 Thread Rémy
Hello, I wrote a Maven plugin. I manage to access the settings of my plugin (tags configuration in the POM). I would like access to configuration information of another plugin, I don't know how to do that (for exemple the finalName element of maven-war-plugin). Thanks. Remy -- View this message

Re: Write Maven plugin : read configuration in POM

2010-03-05 Thread Rémy
ListPlugin plugins = mavenProject.getBuildPlugins(); for (Plugin plugin : plugins) { if (plugin.getArtifactId().equalsIgnoreCase(maven-war-plugin)) { ...plugin.getConfiguration(); } } Rémy wrote: Hello, I wrote a Maven plugin. I manage to access

Nexus and http://repository.codehaus.org KO

2010-02-03 Thread Rémy
Hello, I defined a proxy repository in Nexus pointing on http://repository.codehaus.org. This one was unavailable this morning. To run the builds, I had to use the block proxy option in Nexus. In the settings.xml file I have referenced the enterprise repository. I thought to be independent from

Generate 2 war with the same POM

2010-01-25 Thread Rémy
informations between differents profiles. In the example above, I would like to factorize the adding of repo in the war. Thank you. Rémy -- View this message in context: http://old.nabble.com/Generate-2-war-with-the-same-POM-tp27307985p27307985.html Sent from the Maven - Users mailing list archive

Re: release:prepare and plugin in snapshot version

2010-01-05 Thread Rémy
] [INFO] Internal error in the plugin manager getting plugin 'org.codehaus.mojo:jspc-maven-plugin': Plugin 'org.codehaus.mojo:jspc-maven-plugin:1.4.6-mycompany-1' has an invalid descriptor: 1) Plugin's descriptor contains the wrong version: 1.4.7-SNAPSHOT Thanks for your help. Rémy Stephen

Re: release:prepare and plugin in snapshot version

2010-01-05 Thread Rémy
It's OK. I've to update version in the plugin.xml file in jspc-maven-plugin-1.4.6-mycompany-1.jar. Rémy Rémy wrote: With 1.4.6-mycompany-1 in my repository, I've got this problem. mvn help:effective-pom [INFO] Scanning for projects... [INFO

release:prepare and plugin in snapshot version

2009-12-29 Thread Rémy
Hello, To compile the JSP I use the plugin org.apache.maven.plugins:jspc-maven-plugin:1.4.7-SNAPSHOT. I use version 1.4.7-SNAPSHOT and not 1.4.6 to exclude some JSP from compilation http://jira.codehaus.org/browse/MJSPC-8 http://jira.codehaus.org/browse/MJSPC-8 . To my knowledge there is no

Re: release:prepare and plugin in snapshot version

2009-12-29 Thread Rémy
delete the version plugin in the pom.xml. Le goal release:prepare is ok. Is it the best way ? Rémy Rémy wrote: Hello, To compile the JSP I use the plugin org.apache.maven.plugins:jspc-maven-plugin:1.4.7-SNAPSHOT. I use version 1.4.7-SNAPSHOT and not 1.4.6 to exclude some JSP from

pom.xml : scm element

2009-12-14 Thread Rémy
Hello, What is the purpose of the scm element defined in the pom.xml. I can't understand its usefulness. In Hudson, the link to the SCM is configured in the job. When I make a release (maven-release-plugin), I feel that the plugin is based on information contained in the workspace.

Release a version

2009-10-06 Thread Rémy
the snapshots of all projects for the next version. Thanks. Rémy -- View this message in context: http://www.nabble.com/Release-a-version-tp25777117p25777117.html Sent from the Maven - Users mailing list archive at Nabble.com

[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
, CxxTest, googletest...) ? - In C++ with the same code, you need to build one binary for each platform. Worst, you need to build on each platform to generate the good binary. Agree and it's quite pain with platform dependent languages such C/C++ How do you cope with this problem ? Rémy

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

2009-08-12 Thread Rémy Sanlaville
, There's few documentations and often not up-to-date... We are still waiting for a real/better solution to use maven with C/C++ language. Otherwise, we have others projects using maven with flex, php or .NET. Rémy [1]. http://www.nabble.com/Maven-2-and-C-C%2B%2B-Testing-Framework-td22311500.html

Where an artefact is being brought

2009-06-26 Thread Rémy
an artefac is being brought. Thanks. Rémy -- View this message in context: http://www.nabble.com/Where-an-artefact-is-being-brought-tp24224988p24224988.html Sent from the Maven - Users mailing list archive at Nabble.com

release:prepare with uberwar

2009-06-17 Thread Rémy
Hello, I use the Cargo uberwar plugin. I also use the Maven release plugin. When I run the prepare goal, It also update the first version dependency. I specified the dependencies in the parent POM (dependencyManagement section). For 'jar' or 'war' artefact, I don't specify the version in the

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
directory. I rather prefer to use a dependency (it's really better if you have different modules/projects). Isn't it possible ? Rémy [1] http://mojo.codehaus.org/maven-native/native-maven-plugin/examples/share-lib.html [2] http://www.jfrog.org/sites/jade-plugins/1.3/jade-plugin-parent/jade-build

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

2009-03-04 Thread Rémy Sanlaville
and use maven-dependency-plugin to unpack them into a location under target directory, then reference the native source path to pick them up. It's the workaround we thought to use. Thanks, Rémy

Maven 2 and C/C++ Testing Framework

2009-03-03 Thread Rémy Sanlaville
: - an execution of the native-maven-plugin to the test-compile phase - an execution of the maven-antrun-plugin to the test phase Rémy [1] http://mojo.codehaus.org/maven-native/native-maven-plugin/lifecycle.html

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

2009-02-10 Thread Rémy Sanlaville
plugin and not for the maven-changes-plugin. In fact, with our plugin, you just have to not add the subtasks id in the SCM comment. Regards, Rémy

[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

It's works, but I don't understand why...

2008-12-30 Thread Rémy
version2.3/version /plugin /plugins /pluginManagement Why ? :D Thanks. Rémy. -- View this message in context: http://www.nabble.com/It%27s-works%2C-but-I-don%27t-understand-why...-tp21215546p21215546.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Good weblogic plugin?

2008-12-05 Thread Rémy Sanlaville
container (not just weblogic) to test for our application. Rémy

Re: Includes files in a war

2008-11-19 Thread Rémy
destFileNameactiClient.jar/destFileName /artifactItem /artifactItems outputDirectory${project.build.directory}/${name}-${version}/lib/outputDirectory /configuration /execution /executions /plugin Rémy. Walid quot;joquot; Gedeon wrote: Hello Rémy

Includes files in a war

2008-11-18 Thread Rémy
I try with the antrun plugin, but I dont know how to acces the artefact (applets) in the Maven repository. I think it's possible doing that with war overlays, but isn't a shame to generate a war with the applets. Thanks. Rémy. -- View this message in context: http://www.nabble.com/Includes

Re: Includes files in a war

2008-11-18 Thread Rémy
Hello, Thanks. I use this plugin to include resources (css, js...) in the war. The applets aren't in CVS, so I can't include them in the war with this plugin. Rémy. Walid quot;joquot; Gedeon wrote: Hello Rémy, Take a look at this link from the maven-war-plugin site examples section

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

cargo-maven2-plugin

2008-10-31 Thread Rémy
well specified http://cargo.codehaus.org/Merging+WAR+files here to use this packaging. Thanks for your help. Rémy. -- View this message in context: http://www.nabble.com/cargo-maven2-plugin-tp20270526p20270526.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: maven-release-plugin

2008-10-28 Thread Rémy
and all the childs for the next iteration. But some modules don't change for month and the plugin increments unnecessarily the version at every release. I prefer that developers change (create a snapshot version) the pom themselves. Thanks. Rémy. craigb wrote: Hi Rémy, I don't have an answer

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

maven-release-plugin

2008-10-27 Thread Rémy
I use the maven-release-plugin, the two goals prepare and perform. But I don't want Maven generate the pom for the next iteration how can I do that ? I want simply to pass from the snapshots to the releases. Thanks. Rémy. -- View this message in context: http://www.nabble.com/maven-release

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
time: 1 second [INFO] Finished at: Tue Jul 15 12:08:39 CEST 2008 [INFO] Final Memory: 1M/254M [INFO] In fact, swc is not defined in the corresponding XML Schema (cf. http://maven.apache.org/maven-v4_0_0.xsd). Rémy

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
that because pom value is more for project with no artifact. The problem is similar for others libraries than jar,war or ear. Rémy

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
of it as reporting plugin by mistake, because it assembles the reports from the reporting plugins. Exactly, it was my error. Thanks, Rémy

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
it clear in the generated documentation which type each Mojo is. It will be a good improvement ! 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. Rémy

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
4 will do it (cf. http://www.infoq.com/news/2008/05/e4-summit). But in the meantime we have to found some solution to can manage it and for the moment it's not really the case. Rémy

Q4E and m2eclipse

2008-05-29 Thread Rémy Sanlaville
? In fact, both of them have interesting features. Rémy

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
://www.nabble.com/-Proposal--Skip-feature-tt11576000s177.html#a11578861and http://jira.codehaus.org/browse/MNG-3102 Rémy

Re: maven2 jira plugin?

2008-03-20 Thread Rémy Sanlaville
-maven-plugin will be release soon. Anyway, thanks Dennis for your help. Rémy

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
from SCM comments). Rémy

Re: maven2 jira plugin?

2008-03-17 Thread Rémy Sanlaville
from SCM comments). Rémy

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
to generate the report. So, the actual maven-changes-plugin and this improvement generate the same report but from a different data source. I still don't really understand why it's a problem to add a new goal for the maven-changes-plugin for this improvement. Thanks, Rémy

Re: Findbug's Maven2 Plugin future direction

2008-03-14 Thread Rémy Sanlaville
the 1.2 branch version Agree, it would be nice to have this check (perhaps via the maven-enforcer-plugin) and have an error message when the check failed. Rémy

axistools-maven-plugin, namespace mapping and axis 1.2.1

2008-03-14 Thread Rémy Sanlaville
:1.2.1:compile (removed - nearer found: 1.4) [DEBUG] Configuring mojo ' org.codehaus.mojo:axistools-maven-plugin:1.2-SNAPSHOT:wsdl2java' -- I don't know what I can do now. Rémy [1] http://archive.mojo.codehaus.org/scm/[EMAIL PROTECTED]

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
plugins. It's difficult to explain why but it's not unusual to see different result with an empty local repository even if you specify the version for the dependencies and the plugins. Rémy

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
/). I had to checkout the plugin and install it in my local repository. Did you load an issue in MWAR for this improvement ? Rémy

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

2008-02-15 Thread Rémy Sanlaville
can test it et get a feed back. I have a friend that work on it. Rémy

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

2008-02-15 Thread Rémy Sanlaville
://jira.codehaus.org/browse/MOJO-665). The status is still open and is Unassigned. I don't really know what to do except from upload it in my maven 2 proxy repository. But I think it's better if these issues can be resolved by the maven 2 community. I don't know if a commiter can help for that. Rémy

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

2008-02-14 Thread Rémy Sanlaville
#a15061807 Rémy

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. http://maven.apache.org/plugins/maven-war-plugin

Re: damage image files

2008-02-13 Thread Rémy Sanlaville
(cf. [1]) and proposed a patch via JIRA (cf. [2]). If you have a solution, I will be happy to test your improvement Rémy 1. http://maven.apache.org/plugins/maven-resources-plugin/source-repository.html 2. http://maven.apache.org/plugins/maven-resources-plugin/issue-tracking.html

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
filteringExclusions filteringExclusion**/*.gif/filteringExclusion filteringExclusion**/*.jpg/filteringExclusion /filteringExclusions /overlay /overlays /configuration /plugin Rémy

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
=Prototype myweapp1) But I didn't find how to do it. Ré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
idea or links ? Thanks, Rémy

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

2008-01-25 Thread Rémy Sanlaville
. Isn't it (a bug) ? Rémy

  1   2   3   >