Re: Maven https repos broken?

2016-11-21 Thread David Delbecq
> See here: > > https://issues.sonatype.org/browse/MVNCENTRAL-1369 > > https://twitter.com/sonatype_ops?ref_src=twsrc%5Etfw > > Kind regards > Karl Heinz Marbaise > > On 18/11/16 19:00, David Delbecq wrote: > > Hello, > > > > I had no problem using maven for about

Maven https repos broken?

2016-11-18 Thread David Delbecq
.java:82) at org.apache.maven.wagon.providers.http.AbstractHttpClientWagon.execute(AbstractHttpClientWagon.java:832) at org.apache.maven.wagon.providers.http.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:983) -- <http://www.trimble.com/> David Delbecq Software engineer, Transport & Logisti

How to put inline image in doxia generate doc

2014-05-16 Thread David Delbecq
://i.imgur.com/UEDuQf1.png David Delbecq

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
The documentation of assembly plugin does not says anything about changing delimiter. Moreover, it does not use maven resource plugin. I tried to change my version of m-r-p to a recent one that fixes the @ issue, but assembly does not seem to use it. The only workaround i found is to replace all

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
am using 2.2.1 Your report say that the fil is not filtered it it contains an @ My problem is that lines started with an @ are not filtered other ones are fine. plugin !-- NOTE: We don't need a groupId specification because the group is org.apache.maven.plugins ...which is

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
Thanks for the hint, but not an option. The bat does not only call the jar file, it actually does some logic on parameters, call several applications, manage temporary files. We are migrating to maven an application that mixes together .bat/.sh, java jars and perl scripts.. We will later

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
-plugin copy your resources, but have the resources-plugin do it? Roland On 21.04.2011 13:31, David Delbecq wrote: Thanks for the hint, but not an option. The bat does not only call the jar file, it actually does some logic on parameters, call several applications, manage temporary files. We

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread David Delbecq
-resources' as input (resources? I'm not very familiar with the assembly-plugin!) for your assembly. I think this would do the trick. Just remember what I wrote in the parallel mail -- make sure you work around the @-bug! Roland On 21.04.2011 14:11, David Delbecq wrote: well, if i mark them

Only partial filtering of .bat with assembly

2011-04-20 Thread David Delbecq
Hello, i try to have some .bat files filtered by assembly plugin. However, for some reason, any batch line that starts with a @ is ignored by filterer :/ This is a big problem considering 90% of the script lines starts with a @. Is there some way to have filter don't ignore those lines? my

Help solve Internal error in the plugin manager?

2009-07-24 Thread David Delbecq
] [INFO] Total time: 32 seconds [INFO] Finished at: Fri Jul 24 16:48:56 CEST 2009 [INFO] Final Memory: 25M/282M [INFO] -- David Delbecq ICT Institut Royal

Re: Can the maven-upload-plugin be used in a open source project?

2009-01-19 Thread David Delbecq
, not to it's build process. If you want to create an open source project that request an expensive development suite to be build, you can do it, you will just have more trouble finding developper in te open source communities :) -- David Delbecq ICT Institut Royal Météorologique Ext:557

Re: specifying latest for a dependency

2008-11-19 Thread David Delbecq
-SNAPSHOT/version will point always to latest snapshot of 1.0-beta3 -- David Delbecq ICT Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: why maven determine to adopt nearest definition to resolve the dependcy conflicts?

2008-11-17 Thread David Delbecq
conflicts, can it config it just throw a exception with enough information, and we can specific write the version of dependency in the dependencyManagement section. This might be what you'r looking for: http://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html -- David

Re: License of Maven2

2008-07-23 Thread David Delbecq
product! -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

deploy site using ftp? somebody any idea?

2008-06-23 Thread David Delbecq
UP: somebody any idea? En l'instant précis du 18/06/08 20:28, David Delbecq s'exprimait en ces termes: Hello, i try to deploy my maven site using ftp. I followed instruction there http://maven.apache.org/guides/mini/guide-deploy-ftp.html to activate ftp support and i added site idmyproject

deploy site using ftp?

2008-06-18 Thread David Delbecq
Hello, i try to deploy my maven site using ftp. I followed instruction there http://maven.apache.org/guides/mini/guide-deploy-ftp.html to activate ftp support and i added site idmyproject-site/id urlftp://myserver/myproject/url /site However, i got [INFO] Wagon protocol 'ftp' doesn't

Re: temporary pom for building project and dependencies?

2008-06-05 Thread David Delbecq
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- David Delbecq Institut Royal Météorologique Ext 557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Method calculateLink threw exception for reference $PathTool

2008-06-02 Thread David Delbecq
Le Sunday 01 June 2008 20:51:17 David Delbecq, vous avez écrit : Hello, I get the following error when i try to generate the site of a maven2 modules based project. [INFO] Generating Continuous Integration report. [ERROR] Method calculateLink threw exception for reference $PathTool

manage dependencies at runtime

2008-06-02 Thread David Delbecq
? (i don't need the lifecycle suff, just to be able to manage dependencies and get a recursive list of them, resolved) -- David Delbecq Institut Royal Météorologique Ext 557 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: maven build causing java segmentation fault - help needed

2008-05-01 Thread david delbecq
Doug Douglass a écrit : Mark, The only time I've seen a maven build trigger a JVM seg fault the problem was due to bad server memory. It was low end hardware running CentOS and hosted our Cruise Control install, amongst many other things. The seg faults were intermittent. HTH and good luck,

Re: Deploying Libs to Archiva

2008-04-15 Thread David Delbecq
the files to the archiva folder on the server filesystem (using scp for example) -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

where to find maven 2 simian report plugin?

2008-04-10 Thread David Delbecq
'org.codehaus.mojo:simian-maven-plugin' does not exist or no valid version could be found I search google but can't find maven2 simian report plugin. Was it not ported to maven2? Is another plugin using a tool similar to simian for reporting code ducplication? -- David Delbecq Institut Royal

Re: where to find maven 2 simian report plugin?

2008-04-10 Thread David Delbecq
make an internal release of the plugin. -Tim thanks a lot -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

System.out and System.err in surefire

2008-04-09 Thread David Delbecq
, but not stdout. How can i configure surefire so that it colelct also System.out to the report file? It annoying cause my test are very verbose about their process (this information is used only to get details of failed tests). Thanks -- David Delbecq Institut Royal Météorologique Ext:557

maven-dependency-plugin does not exist or no valid version could be found

2008-04-04 Thread David Delbecq
Memory: 1M/4M [INFO] -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

No answers yet: Error deploying artifact (Is a directory)

2008-04-02 Thread David Delbecq
Little up for my question, still didn't find a solution En l'instant précis du 28/03/08 17:43, David Delbecq s'exprimait en ces termes: Hello, i try to deploy a .war to our release repository, but mvn deploy fails with this message: [INFO] [install:install] [INFO] No primary artifact

Re: How to manage Maven 1 artifacts of type zip

2008-04-01 Thread david delbecq
IvanPopov a écrit : Hi, it seems as if Archiva do not manage them. If I install it on my repository such as groupId/ [type = zips]/ artefactId-version.[type=zip] Archiva is not able to download it. I think there is a problem relative to maven 2 as zips seems to be considered as

All repos disappear after attempt at add remote repository

2008-03-28 Thread David Delbecq
didn't find any existing bug report for this... -- David Delbecq Institut Royal Météorologique Ext:557

Error deploying artifact (Is a directory)

2008-03-28 Thread David Delbecq
property nametype/name valueproduction/value /property /activation properties config.configSetproduction/config.configSet webapp.classifierproduction/webapp.classifier /properties /profile -- David Delbecq Institut

Best practices for java version?

2008-03-28 Thread david delbecq
with previous build, if the java version changed... Thanks for giving information :) Regards, David Delbecq - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Best practices for java version?

2008-03-28 Thread david delbecq
Graham Leggett a écrit : david delbecq wrote: What are the best practice when deploying artifact about java version used for compiling? I read somewhere that the purpose of maven release process is to make the build reproductible, but if that build does not include aimed compiler, we can't

maven says artifact does not exist, without consulting repository

2008-03-26 Thread David Delbecq
pom.xml locally, but there is none. Help welcomes. Thanks, David Delbecq [INFO] Building RMI-Shark-ToolAgents [INFO]task-segment: [package] [INFO] [INFO] [resources:resources] [INFO] Using default encoding to copy

Re: maven says artifact does not exist, without consulting repository

2008-03-26 Thread David Delbecq
or pom.xml* * snapshots enabledtrue/enabled /snapshots Upul On Wed, Mar 26, 2008 at 4:53 PM, David Delbecq [EMAIL PROTECTED] wrote: Hello, i have a curious problem here. Maven tells me this (see below) it can't find a artifact. However, the file is present and i can download it via a browser

Re: overwriting external resources

2008-03-20 Thread David Delbecq
/intranet-1.0-SNAPSHOT/WEB-INF/Domain.xml -rw-r--r-- 1 delbd delbd 36757 2008-03-04 10:38 target/intranet-1.0-SNAPSHOT/WEB-INF/Domain.xml The correctly the old configSet file that override the more recent general file. -- David Delbecq Institut Royal Météorologique Ext:557

setting classifier for maven war plugin

2008-03-20 Thread David Delbecq
someone explain me? The Docs on maven web site states that war plugin takes a String for classifier, but it seems to fails. How should i do it? Thanks. -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e

Re: setting classifier for maven war plugin

2008-03-20 Thread David Delbecq
En l'instant précis du 20/03/08 13:34, David Delbecq s'exprimait en ces termes: Hello, am trying to get maven 2 to build wars of the form artifact-version-classifier.war I configure this: plugin artifactIdmaven-war-plugin/artifactId configuration

Re: Convert SNAPSHOT timestamps from utc to local time

2008-03-19 Thread David Delbecq
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- David Delbecq Institut Royal Météorologique Ext:557

A provide mecanism for poms?

2008-03-19 Thread David Delbecq
amount of sun tools that have an equivalent counter-part in apache project i think. -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Convert SNAPSHOT timestamps from utc to local time

2008-03-19 Thread David Delbecq
take care, when the time changes from summer to winter, and your snaphsots build make 2 snapshots (for whatever reason) around the time change, you can end up with most recent snapshot having the oldest time... -- David Delbecq Institut Royal Météorologique Ext:557

Re: A provide mecanism for poms?

2008-03-19 Thread David Delbecq
the war to test, if it's ok, you already have it's corresponding production war, which includes it's production configuration) -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: A provide mecanism for poms?

2008-03-19 Thread David Delbecq
As far as i know, scope=provided are available at compile time but not bundled in final package -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

release plugin and modules tagging does not work?

2008-03-18 Thread David Delbecq
limitation of maven release plugin? Are there any work-around for this? Thanks for informations -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Customizing Build order

2008-03-18 Thread David Delbecq
them properly. -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: overwriting external resources

2008-03-18 Thread David Delbecq
/activation properties config.configSetuserX/config.configSet /properties /profile We make our package using mvn package -Duser=x and it will override, in war, existing files with those found in configSets/userX/ -- David Delbecq Institut Royal Météorologique Ext:557

Re: Is a version like 1.4.1-ea-SNAPSHOT considered SNAPSHOT version?

2008-03-17 Thread David Delbecq
PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- David Delbecq Institut Royal Météorologique Ext:557

Re: Adding goals to pom.xml

2008-03-13 Thread David Delbecq
have to do it by hand when debugging and don't have to go to full war generation ^^) regards David Delbecq En l'instant précis du 13/03/08 13:31, VUB Stefan Seidel s'exprimait en ces termes: Hi David, have a look at the plugin lists from maven.apache.org and mojo.codehaus.org. There you

resolution of conflicting dependencies in maven

2008-03-13 Thread David Delbecq
and discard all other inherited version. Is it expected behaviour? Or is it going to change? Is it configurable? The only way is seem to find out to solve this, is to use the exclusion mechanism on the library that uses the oldest version. Thanks for information -- David Delbecq Institut Royal

change name of a jar when budnling in war

2008-03-12 Thread David Delbecq
under a name like WEB-INF/lib/slide-jaas-2.1M1.jar instead of WEB-INF/lib/jaas-2.1M1.jar Is there some local name i can give to the dependencies that could be used? Thanks. -- David Delbecq Institut Royal Météorologique Ext:557

Adding goals to pom.xml

2008-03-12 Thread david delbecq
Hello, still in process of upgrading to maven2 here :) Most of the work is taking good shape, thanks to informations on this ML. I have a question regarding a few of our goals. We have, for a war project, added a few goals that quickly do a copy of a part of webapp to tomcat (instead of

problems downloading variants of an artifact

2008-03-11 Thread David Delbecq
/fop/0.93/fop-0.93.jar; which also fails. Since it's in the official maven repository, i suppose there i a way to get it, but how? thanks for help, this is blocking me! -- David Delbecq Institut Royal Météorologique Ext:557

Re: problems downloading variants of an artifact

2008-03-11 Thread David Delbecq
En l'instant précis du 11/03/08 10:43, [EMAIL PROTECTED] s'exprimait en ces termes: David Delbecq schrieb: Hello, If you look at http://repo1.maven.org/maven2/fop/fop/0.93/ You will see 2 jars for fop 0.93, one build on jdk15 et one on jdk14. How do i tell maven

converting from maven1 to maven2, pom for third party jars?

2008-03-05 Thread David Delbecq
tried for some jar to manually create pom, i received complains about checksums ? and maven ignored the file! -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: converting from maven1 to maven2, pom for third party jars?

2008-03-05 Thread david delbecq
script to do it. Hth, Nick S. -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wed 3/5/2008 16:27 To: Maven Users List Subject: converting from maven1 to maven2, pom for third party jars? Hello, in the process of converting our app from maven1 to maven2, we

upgrade from maven 1 to maven 2

2008-03-04 Thread David Delbecq
and web.xml configs (we use a xslt processor for that). Am not sure how easy that can be transfered to a plugin... -- David Delbecq Institut Royal Météorologique Ext:557 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: upgrade from maven 1 to maven 2

2008-03-04 Thread David Delbecq
it to the same process-resources phase. Hope this all make sense. I strongly advise researching existing plugins before writing your own. All the configuration will go in your pom.xml so as with the maven.xml you can update those rules easily. SaM On Tue, Mar 4, 2008 at 8:39 PM, David Delbecq

Re: upgrade from maven 1 to maven 2

2008-03-04 Thread David Delbecq
En l'instant précis du 04/03/08 11:03, [EMAIL PROTECTED] s'exprimait en ces termes: David Delbecq schrieb: Hello, we have a few project here using maven 1. They become difficult to maintain when it come to using new plugins that are not available for maven 1. So we thought it might be time

Re: upgrade from maven 1 to maven 2

2008-03-04 Thread David Delbecq
don't know what happened to the page you reference in your first mail (http://maven.apache.org/guides/mini/guide-m1-m2.html). Maybe a maven developer could help here? On Tue, Mar 4, 2008 at 9:11 PM, David Delbecq [EMAIL PROTECTED] wrote: Hello, i was hopping there was some way to take my pack

Re: disabling tests

2007-06-04 Thread David Delbecq
En l'instant précis du 04/06/07 16:18, Arrowx7 s'exprimait en ces termes: Hello, How do I disable tests in a maven project? I'm running a mavenide2 plugin for netbeans. Thanks. maven.test.skip=true - To unsubscribe,

Re: Production build question

2007-05-16 Thread David Delbecq
Suggestions: 1) since they have ssh access to dev web server, why not use a ssh tunnel so they don't need their own repo copy? That way they will onl transfert what is needed for compilation. 2) Assuming you put artefacts in scm (a project for 'repo'), does it improve the build process (eg, faster

Howto setup log4j to work properly with maven test ?

2007-04-23 Thread David Delbecq
Hello, i have a problem with the test plugin of maven (1.x). When i add log4j configuration to project, it seems part of output that should go in test-report/xxx.yyy.TestZzz.txt does in fact go out on the user console. This is a problem because we get the test report stripped out of most of it's

Howto setup log4j to work properly with maven test ?

2007-04-23 Thread David Delbecq
Hello, i have a problem with the test plugin of maven (1.x). When i add log4j configuration to project, it seems part of output that should go in test-report/xxx.yyy.TestZzz.txt does in fact go out on the user console. This is a problem because we get the test report stripped out of most of it's

Re: generating an admin jsp at build time

2006-12-01 Thread David Delbecq
HTML BODY This application was build on @@SomeBuildDateProperty@@ /BODY /HTML And use the ant filtering rules to replace content between @@ (see ant docs) Jeff Mutonho a écrit : I would like to create a sort of administration jsp that gets bundled into my application war during build

pathconvert and filemapping in maven.xml?

2006-11-28 Thread David Delbecq
Hello, i am facing a problem with maven (1.0.2) here. It seems the ant task 'pathconvert' ignores it content mapper elements, despite the ant documention. As a result, i can't map the filename in a fileset to other names, things i can do in pure ant scripts (build.xml) project ...

Re: How to pack two jars in one project?

2006-03-29 Thread David Delbecq
If what you want is simply coherence in release version, use maven multiproject. You can have the 2 sub projects (api and core) inherit the version of parent project :) You can even have core depende on api with same version I have the case here with a realm-impl and a realm-api, here is the api

Re: multimodule project with maven1.0.2?

2006-03-22 Thread David Delbecq
raja bangaru a écrit : Is it possible to maintain multi projects with maven 1.x?? If so how? I'm currently using Eclipse IDE. trying to migrate from ant build to maven POM... use the multiproject plugin of maven. - To

Re: Can This be done with Maven

2006-03-21 Thread David Delbecq
use maven multiproject Santosh G. Gokak a écrit : Hi Everybody, I have some thing I want to achieve using maven. I have 5 Projects A, B, C, D, E. Now, C and D depends on E. B Depends on D .A is combination of B, C, D, E. Now, when the packaging of A is invoked, I would like that

Re: [M2] how to setup proxy in POM?

2006-03-15 Thread David Delbecq
Szczepan Faber a écrit : Are you using 'maven IDE' plugin? The doc says (http://mevenide.codehaus.org/mevenide-ui-eclipse/features.html) that proxy is not supported as well in this plugin. How did you make it work in proxied network? I pass vm args (-DproxySet, ...) to startup.jar but still with

Re: [M2] how to setup proxy in POM?

2006-03-14 Thread David Delbecq
stuff, but not in Maven 2 plugin. 2006/3/13, David Delbecq [EMAIL PROTECTED]: Did you try editing eclipse startup script to add this to java startup line? This is how you proxy enable any java application. java -DproxySet=true -DproxyHost=myProxyServer.com -DproxyPort=80 MyJavaApp Szczepan

Re: HOWTO generate a JAR with manifest but without META-INF

2006-03-13 Thread David Delbecq
Jorg Panzer a écrit : The problem is, the JAR isn't executable. The manifest.mf must placed a level higher ... False, the manifest must be in META-INF/ according to jar specifications: http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html You problem is that your manifest is named

Re: [M2] how to setup proxy in POM?

2006-03-13 Thread David Delbecq
Did you try editing eclipse startup script to add this to java startup line? This is how you proxy enable any java application. java -DproxySet=true -DproxyHost=myProxyServer.com -DproxyPort=80 MyJavaApp Szczepan Faber a écrit : I've read that this is the only way to make it work with M2

Re: maven multiproject compiling in wrong order

2006-03-05 Thread David Delbecq
it can't find it. Check carefully the output and see where the dependency resolution fails. On 3/2/06, David Delbecq [EMAIL PROTECTED] wrote: Hello, maven multiproject use a reactor to do the compilation. Usually, if i do a maven multiproject:install at the root, i get all project compiled

maven multiproject compiling in wrong order

2006-03-02 Thread David Delbecq
Hello, maven multiproject use a reactor to do the compilation. Usually, if i do a maven multiproject:install at the root, i get all project compiled in the order of dependencies (a depends on b so multiproject compile b before a). At least i have always seen this behaviour. However, today i