RE: MalformedInputException: Input length = 1

2023-01-23 Thread Tom Corcoran
I am only catching up on the replies - I was not sure my query had made it in, so many thanks for the replies. Our previous implementation of openapi-generator 5.0.0 generated to resources and then it copied to target. However, v6.3.0 newly generates gradle artefacts (which we don't need)

MalformedInputException: Input length = 1

2023-01-20 Thread Tom Corcoran
Hi, I am working on upgrading my use of the openapi-generator-maven-plugin for Spring Boot 3. My API gets generated and includes the expected pom.xml & gradle elements (I only used the former). Anyway then your plugin is used to copy 62 resourees, maven-resources-plugin:3.3.0 and I get the

maven-dependency-plugin 3.1.3?

2021-04-27 Thread Tom VanDeGrift
he updated doxia-site-renderer back in Oct. 2020, but it has not been released (or at least maven central still only has v3.1.2). Is there a plan for releasing it or a newer version soon? Thanks, Tom

Include All Jars In Directory At Compile Time

2019-07-29 Thread Tom Va
Hi, Is it possible to include all non-manenized jars in a given directory without listing the specific jar names?

Default update policy for plugin repositories is never?

2017-10-02 Thread Tom Golden
st specify a plugin element in the project (or parent POM) for Sonar and it should work. That also will work for all consumers of the project, versus recommending changes to each user's settings.xml to override the update policy for Central. Can anyone comment on that strategy? -- Thanks, Tom Golden

Configuring

2017-06-20 Thread Tom Burger
t I can't accomplish is get the proper configuration for the mojo / goals of the plugins, when defining them in the lifecycle. How can that be done? Thanks, Tom -- Tom Burger

Re: hi, I just want to get help about maven archetype,please help me

2014-08-28 Thread TOM
yes,i think it's better to maintain the archetype project after i tried it . And it's convenient too. i think this is enough. thanks again for your help 在 2014-08-21 6:16, Hervé BOUTEMY 写道: Le mercredi 20 août 2014 10:57:48 TOM a écrit : yeah, it works! __artifactId__ and __rootArtifactId__

Re: hi, I just want to get help about maven archetype,please help me

2014-08-28 Thread TOM
://stackoverflow.com/questions/6378589/how-to-rename-a-directory-with-the-artifactid-when-using-a-maven-archetype Regards, Hervé Le lundi 18 août 2014 17:00:36 TOM a écrit : i think i got it,i debuged archetype:generate and found code like this DefaultFilesetArchetypeGenerator.java private File

Re: hi, I just want to get help about maven archetype,please help me

2014-08-19 Thread TOM
a custom plugin to add artifactId: just put content in a directory named __artifactId__ see http://stackoverflow.com/questions/6378589/how-to-rename-a-directory-with-the-artifactid-when-using-a-maven-archetype Regards, Hervé Le lundi 18 août 2014 17:00:36 TOM a écrit : i think i got it,i debuged

Re: hi, I just want to get help about maven archetype,please help me

2014-08-18 Thread TOM
in the path,am i right? i wrote a plugin to adjust file path myself 在 2014-08-18 15:54, Hervé BOUTEMY 写道: ok, need to investigate can you create a Jira issue and attach an example project? Regards, Hervé Le lundi 18 août 2014 10:01:16 TOM a écrit : thank you ,but my descriptor already

Re: hi, I just want to get help about maven archetype,please help me

2014-08-17 Thread TOM
, Hervé [1] http://maven.apache.org/archetype/archetype-models/archetype-descriptor/archetype-descriptor.html Le mardi 12 août 2014 16:58:53 TOM a écrit : I use mvn archetype:create-from-project to generate a archetype project. and use it to generate a project the content of archetype file UserDTO

hi, I just want to get help about maven archetype,please help me

2014-08-12 Thread TOM
I use mvn archetype:create-from-project to generate a archetype project. and use it to generate a project the content of archetype file UserDTO(generaged by archetype:create-from-project) package ${package}.${artifactId}.dto; then i mvn archetype:generate -DarchetypeArtifactId=myapp

Hot deployment using jetty 8 and maven

2014-04-10 Thread Tom-Blank
I'm new to Maven, but would like to achieve a hot deployment while changing source code (Java). My environment: - Maven 3.2.1 - JDK: 1.6 - Jetty 8.1.14.v20131031 What I would like to achieve is: Everytime I change something in my servlets, Maven picks it up and recompiles these files (if

Re: Hot deployment using jetty 8 and maven

2014-04-10 Thread Tom-Blank
Hi Thomas, Thanks a lot for the hint. The mvn process-classes comes pretty close to what I need and it does the job by updating the classes directory with new compiled files. However, it would be great to execute mvn process-classes automatically anytime maven sees there have been source files

Re: Hot deployment using jetty 8 and maven

2014-04-10 Thread Tom-Blank
Hi Stephen, Thanks. Actually, I don't mind using Maven ver. 3.0.5 as long as it does the job I need. Can you provide an example? Thanks! -- View this message in context: http://maven.40175.n5.nabble.com/Hot-deployment-using-jetty-8-and-maven-tp5790839p5790844.html Sent from the Maven -

AbstractMavenLifecycleParticipant.afterSessionStart method not invoked

2012-03-06 Thread Tom Bujok
behavior should be. Thanks in advance, Tom Bujok - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

order of AbstractMavenLifecycleParticipants invocation

2012-03-06 Thread Tom Bujok
own AbstractMavenLifecycleParticipants it is invoked after the tycho's participant. Is there a way to hook-in at an earlier stage or use some plexus trickery to order the participants - to make sure that my participant is invoked before any other participant? Thanks in advance, Tom Bujok

Re: AbstractMavenLifecycleParticipant.afterSessionStart method not invoked

2012-03-06 Thread Tom Bujok
Exactly, that is the case. - afterSessionStart is a maven extension, - afterProjectRead is a project extension, which in the end is quite confusing… Tom On Mar 6, 2012, at 11:09 PM, Jeff MAURY wrote: It seems quite confusing: Tycho is using this functionality and does not require

Re: Best way to handle an ssh copy?

2011-12-15 Thread Tom Masterson
So if I don't use the wagon plugin do you have a sugestion as to what I should use? I am not finding anything else out there when I do a google search. Tom On Thu, 15 Dec 2011, Benson Margulies wrote: On Wed, Dec 14, 2011 at 6:26 PM, Tom Masterson kd7...@gmail.com wrote: We have several

Re: Best way to handle an ssh copy?

2011-12-15 Thread Tom Masterson
Yes we are using Maven 3.0.3. Tom On Thu, 15 Dec 2011, Olivier Lamy wrote: Hello, If you talk about http://mojo.codehaus.org/wagon-maven-plugin. If wagon (ssh etc.) are missing, you must add those in the dependencies section of the plugin. Maybe you are using m3 so those are not included

Re: Best way to handle an ssh copy?

2011-12-15 Thread Tom Masterson
Ship-maven-plugin won't work because we need to work with snapshots. What we are doing more specifically is putting a version from the build server to as many as four test servers for the use of a variety of teams and testing. Looks like I may have to roll my onw here. Tom On Thu, 15 Dec

Re: Best way to handle an ssh copy?

2011-12-15 Thread Tom Masterson
Ignore the last message I missed a parameter. Tom On Thu, 15 Dec 2011, Stephen Connolly wrote: ship-maven-plugin - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 15

Best way to handle an ssh copy?

2011-12-14 Thread Tom Masterson
to get maven to scp files to a remote server and where can I find documentation on how to do this. Thank TOm - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Trying to migrate to maven 3.0.3

2011-04-14 Thread Tom Eugelink
, so as to get the ones that would work with maven 3.x ? ( probably to get the latest thread safe versions ? ) Thank you for reading. --sony -- *Tom Eugelink* Senior software engineer +31 (0)6 - 47 93 85 92 t.eugel...@knowledgeplaza.nl mailto:t.eugel...@knowledgeplaza.nl

breaking backwards compatibility

2011-04-13 Thread Tom
, Tom - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: breaking backwards compatibility

2011-04-13 Thread Tom Eugelink
Maven two releases are no longer compatible. So if one dependency uses 1.x and the other uses 2.x, and 2.x is declared not backwards compatible to 1.x, then Maven should either: 1. report a build error on a version conflict 2. or include both versions of the artifact. Tom On 13-4-2011 10:56

Re: breaking backwards compatibility

2011-04-13 Thread Tom Eugelink
incompatibility only from the consumer side. So what could Maven actually report by default? It is a real world scenario that at some time a library is purged; that @deprecated methods are actually deleted, that API's are refactored. Such a version is no longer backwards compatible. Tom

Re: breaking backwards compatibility

2011-04-13 Thread Tom Eugelink
Tom, Tom Eugelink wrote: I know Maven version management can be, ah, challenging, so I stick to Maven compatible versioning. Maybe not to the deepest level (1.0.0-b01), but surely in a very common accepted style (1.0). I am not having any problems with Maven using the wrong versions

Re: breaking backwards compatibility

2011-04-13 Thread Tom Eugelink
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- *Tom Eugelink* Senior software

Re: breaking backwards compatibility

2011-04-13 Thread Tom Eugelink
I'd agree if the tool would only do building, but it is IMHO the responsibility of any version resolving. Tom On 13-4-2011 15:15, Adam Gibbons wrote: It's not possible to know that at build time though. The incompatabilities might be created programatically at runtime. This responsability

Re: breaking backwards compatibility

2011-04-13 Thread Tom Eugelink
I do not agree on the similarity; the infinite loop is my responsibility, the version resolving logic Maven's. Maven does not need to analyze any code, I'm more than willing to tell Maven that a certain version breaks compatibility. I gather from the response that this is not possible. Tom

FileNotFoundException while reading static input file in JUnit

2011-02-09 Thread tom rider
Environment: Maven version 2.2.1 JUnit version 3.8.1 My JUnit test case reads the input file. I put this file into src/test/resources folder. In JUnit the following line gives me FileNotFoundException File f = new File(myfile); Question: how to specify in pom.xml file that my test input

Re: FileNotFoundException while reading static input file in JUnit

2011-02-09 Thread tom rider
I tried to follow your 2nd advice: added data${basedir}/src/test/data/data into surefire plugin artifactIdmaven-surefire-plugin/artifactId version2.4.3/version configuration forkModenever/forkMode reportFormatxml/reportFormat

Is there a workaround for the maven wagon double upload checksum issue?

2010-12-29 Thread Tom Fennelly
Hi guys. I'm at my wits end looking for a solution to this issue. I'm lead to believe that it was fixed in Maven 2.2.1 (http://maven.apache.org/docs/2.2.1/release-notes.html), but I'm seeing it no matter which of the various solutions I try (preemptive auth, lightweight Vs httpclient

Problem with filtering (No translation found for macro)

2010-12-03 Thread Tom
Hi guys, i'm trying to filter on proerty file with Maven and it doesn't work... (and i don't know why). So here i come, asking for ur help :) The pom.xml : build filters filtersrc/main/filters/local.properties/filter /filters

maven 3 snapshot resolving

2010-10-27 Thread Tom
is not in the repository, it's called nl.innovationinvestments:CheyenneServlet:jar:1.11-20101027.120857.4 and Maven 3 does not find it? Switching back to Maven 2.2.1 for now. Tom

Re: maven 3 snapshot resolving

2010-10-27 Thread Tom
This wiki refers to Maven 2 clients having problems accessing Maven 3 artifacts. In my situation Maven 3 clients are the problem; they does not seem to find the artifacts it deployed itself. So that would not be activating legacy behavior. On 27-10-2010 14:47, Benjamin Bentmann wrote: Tom

Re: maven 3 snapshot resolving

2010-10-27 Thread Tom
to work. Further testing is required, but this matches the behavior. Tom - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven 3 snapshot resolving

2010-10-27 Thread Tom
On 27-10-2010 15:04, Tom wrote: My snapshot repositories were configured using uniqueVersionfalse/uniqueVersion. Maven 3 does not seem to respect that when releasing and releases with a date-time anyhow, but does respect it when resolving and does not find the date-time files. By modifying

Re: maven 3 snapshot resolving

2010-10-27 Thread Tom
Upgrading to Nexus 1.8 did solve it, it seems. Thanks! - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

How to retrieve sql select results for sql maven plugin

2010-10-01 Thread Tom Joad
Hello all, I'd like to know how to retrieve sql select results with sql maven plugin. I tried outputFileoutput.log/outputFile but it doesn't work. Thanks in advance. Tom

Re: How to retrieve sql select results for sql maven plugin

2010-10-01 Thread Tom Joad
Thanks , i do it now. Tom. 2010/10/1 Antonio Petrelli antonio.petre...@gmail.com Please ask Mojo project: http://mojo.codehaus.org/sql-maven-plugin/mail-lists.html 2010/10/1 Tom Joad tjo...@gmail.com: Hello all, I'd like to know how to retrieve sql select results with sql maven plugin

dependency:copy with resolve, or dependency:copy-dependencies with specified artifact

2010-07-22 Thread Tom
I'm converting an applet project to use Maven. This means I have a applet artifact which uses all kinds of other Swing related libraries and the actual WAR artifact. There also is a shared artifact that both use to communicate with each other. The applet is compiled with Java 1.6, the WAR

Unpacking war file as part of project lifecycle

2010-07-06 Thread TOM AULT, BLOOMBERG/ 731 LEXIN
that will recursively copy the contents of one directory to another? Thanks, Tom Ault

Activating profiles declared in parent pom

2010-06-24 Thread Dunstan, Tom (SACE Board)
this the wrong way? Surely we aren't the only people trying to define a coherent set of dependencies in a non-hardcoded fashion... Any suggestions gratefully accepted! Thanks Tom Tom Dunstan Senior Analyst/Programmer SACE Board of South Australia 60 Greenhill Road, Wayville, SA 5034 P

RE: Activating profiles declared in parent pom

2010-06-24 Thread Dunstan, Tom (SACE Board)
in the settings.xml. This behaves similar to the command line activation. Which settings.xml? I need this to be different on a per-project basis - some are using spring 2.5.6, and some are using 3.0.2. Won't my user / global settings.xml files be applied to all projects? Thanks Tom

RE: Activating profiles declared in parent pom

2010-06-24 Thread Dunstan, Tom (SACE Board)
define shared build logic, and I don't want to have two copies of each of those, one for each spring version. Thanks Tom - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

RE: Activating profiles declared in parent pom

2010-06-24 Thread Dunstan, Tom (SACE Board)
for the suggestions Tom - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Site documentation run only

2010-06-24 Thread Halliley, Tom
Is there an easy way to run just the .apt -- .html portion of mvn site without having to create a full Doxia book definition, etc. ?? I'd like a way to have quick turnaround on the documentation I'm writing while I'm writing it without doing a full mvn site build. Thanks, Tom Halliley

Re: Site documentation run only

2010-06-24 Thread Halliley, Tom
Nice! Actually, it does re-compile, etc., but in the end, the quick turnaround is there. Thanks, Tom On 06/24/2010 10:34 AM, Justin Edelson wrote: mvn site:run ? On 6/24/10 10:31 AM, Halliley, Tom wrote: Is there an easy way to run just

RE: Activating profiles declared in parent pom

2010-06-24 Thread Dunstan, Tom (SACE Board)
Thanks to everyone who answered my questions! Import scope seems to be doing exactly what I want. Cheers Tom Tom Dunstan Senior Analyst/Programmer SACE Board of South Australia P +61 8 8372 7543 -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham

Managing a third party jar's dependencies

2010-03-30 Thread Tom C
Good day - I have a third party jar that depends on hundreds of other jars. The third party jar does not use maven and the dependencies do not have version numbers. Is there a method to manage the dependencies without install:install-file each dependency? Thanks in advance. ~ Tom

Re: Always active profiles

2010-01-15 Thread Tom Bollwitt
Try this... activation activeByDefaulttrue/activeByDefault /activation Regards, Tom Bollwitt SYSTEMS ENGINEER Mersoft 9300 W. 110th St. Building 55, Suite 350 Overland Park, KS 66210 913-871-6200 tlbollw...@mersoft.com On Jan 15, 2010, at 4:40 AM, Mark Hobson wrote: 2010/1/14

Translation module in checkstyle maven plugin

2009-10-14 Thread tom
these questions Thanks in advance, Tom

plugin's descriptor contains the wrong g/a/v

2009-09-08 Thread Tom Huybrechts
I have a plugin containing a number of custom lifecycles, which has always worked well. After upgrade to 2.2.1 (from 2.0.x), I get the following error. What does it mean ? [ERROR] BUILD ERROR [INFO] [INFO] Internal error in

Re: plugin's descriptor contains the wrong g/a/v

2009-09-08 Thread Tom Huybrechts
descriptor. What's the groupId and artifactId in the descriptor? /Anders On Tue, Sep 8, 2009 at 10:35, Tom Huybrechts tom.huybrec...@gmail.comwrote: I have a plugin containing a number of custom lifecycles, which has always worked well. After upgrade to 2.2.1 (from 2.0.x), I get the following

Re: plugin's descriptor contains the wrong g/a/v

2009-09-08 Thread Tom Huybrechts
, but this is still a small regression from 2.0.x to 2.2.1. thanks, Tom On Tue, Sep 8, 2009 at 12:04 PM, Brett Porterbr...@apache.org wrote: Yes, this happens if the plugin gets built as one coordinate, and deployed to the repository as another. Usually that's just a version out of place

Re: installing bouth maven 1.1 and 2.2 possible?

2009-07-17 Thread Tom Bollwitt
No, they will not interfere with each other. Regards, Tom Bollwitt SYSTEMS ENGINEER Mersoft 9300 W. 110th St. Building 55, Suite 350 Overland Park, KS 66210 913-871-6200 tlbollw...@mersoft.com On Jul 16, 2009, at 2:28 AM, Nyre, Valerie wrote: Hello there - I am a newbie in Java

newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
] Compiling 1 source file to /home/tomh/eclipse/workspace/simple/target/test-classes or that the surefire:test cannot find the test-classes folder with the test class. Any ideas? Thanks, Tom Fedora11 x86_64 $ mvn -version /usr/lib/jvm/java Maven version: 2.0.4 $ java -version java version 1.6.0_0

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
on that? Tom - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
Server VM (build 14.0-b15, mixed mode) Tom On 02/07/09 21:07, Tom H wrote: Hi, Thanks for the reply, I've some comments in-lined below; On 02/07/09 20:09, Anders Hammar wrote: Hi, As a starter, you should probably upgrade Maven as version 2.0.4 is VERY old. You can tell from your attached

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration forkModenever/forkMode /configuration /plugin /plugins ... /project Thanks!!! Tom /Anders On Thu, Jul 2, 2009 at 22:07, Tom Ht...@limepepper.co.uk wrote: Hi, Thanks for the reply, I've

Re: Using parent POMs effectively

2009-07-01 Thread Tom Bollwitt
this helps. Regards, Tom Bollwitt SYSTEMS ENGINEER Mersoft 9300 W. 110th St. Building 55, Suite 350 Overland Park, KS 66210 913-871-6200 tlbollw...@mersoft.com On Jun 30, 2009, at 10:45 AM, j.t.halli...@flagstar.com wrote: I've created a parent POM, in which to house a few common

Re: Maven Site plugin - no parent link

2009-06-03 Thread Tom Bollwitt
files since it appears that this is working for others. Regards, Tom Bollwitt Mersoft tlbollw...@mersoft.com On Jun 2, 2009, at 1:45 PM, Dennis Lundberg wrote: Please start by upgrading the Site Plugin to version 2.0. Tom Bollwitt wrote: I am testing out the site plugin on a multi module

Maven Site Plugin - site.xml custom tag

2009-06-03 Thread Tom Bollwitt
value $decoration.custom.siteOwner $decoration.custom.siteOwner.name I have not been able to find any docs on proper usage for the custom site.xml tags. Can anyone provide a little insight to the proper usage? Regards, Tom Bollwitt Mersoft tlbollw...@mersoft.com

Re: Maven Site Plugin - site.xml custom tag

2009-06-03 Thread Tom Bollwitt
/ menu ref=modules inherit=top inheritAsRef=false/ /body /project Regards, Tom Bollwitt SYSTEMS ENGINEER Mersoft 9300 W. 110th St. Building 55, Suite 350 Overland Park, KS 66210 913-871-6200 tlbollw...@mersoft.com On Jun 3, 2009, at 11:55 AM, Tom Bollwitt wrote: I am

Re: Maven Site plugin - no parent link

2009-06-03 Thread Tom Bollwitt
No, I do not have a url specified in every POM. I will try that out when I get a chance and respond back with the results. Thanks for the info. :-) Regards, Tom Bollwitt Mersoft tlbollw...@mersoft.com On Jun 3, 2009, at 12:40 PM, Dennis Lundberg wrote: Do you have a url specified

Maven Site plugin - no parent link

2009-06-02 Thread Tom Bollwitt
of the submodules of this project Regards, Tom Bollwitt Mersoft tlbollw...@mersoft.com

Re: Maven Site plugin - no parent link

2009-06-01 Thread Tom Bollwitt
of the submodules of this project Regards, Tom Bollwitt Mersoft tlbollw...@mersoft.com

Re: how to stop pom downloads

2009-03-04 Thread Tom Huybrechts
Did you deploy a pom too ? On Wed, Mar 4, 2009 at 11:48 PM, Davis Ford davisf...@zenoconsulting.biz wrote: Hi, we have an internal repo here (using Archiva), and I manually deployed some jars to it.  However, whenever I run a maven command it is constantly trying to check the pom against the

Problem with 'type' attribute of dependencies maven-ant task

2009-03-03 Thread Tom Snider
dependecies he copies everything to my plugin dir (jars + abcs) If I set dependecies type to abc he copies nothing to my plugin dir. Am I doing something wrong? Is this a bug? How can i fix this? Greetings Tom

Re: What is current status of repositorytools-plugin ?

2008-09-03 Thread Tom Huybrechts
Dead. On Wed, Sep 3, 2008 at 11:40 AM, Insitu [EMAIL PROTECTED] wrote: Hello, The question is in the title... -- Arnaud Bailly, PhD OQube - Software Engineering http://www.oqube.com - To unsubscribe, e-mail: [EMAIL

Re: What is current status of repositorytools-plugin ?

2008-09-03 Thread Tom Huybrechts
your needs. Tom On Wed, Sep 3, 2008 at 2:41 PM, Martin Gainty [EMAIL PROTECTED] wrote: are you talking about the economy? could you be more specific what the issue is? has the project been archived? Martin __ Disclaimer and confidentiality note

Re: handling .jars not in public repositories?

2008-07-16 Thread Tom Huybrechts
I haven't tried it , but I think you could just use a POM packaging (which only does install/deploy) and attach the jar with build-helper. On Wed, Jul 16, 2008 at 11:14 AM, Stephen Connolly [EMAIL PROTECTED] wrote: Yeah, I wish I knew how to disable the jar plugin... that's why I posted the

Re: release plugin without SCM

2008-07-08 Thread Tom Huybrechts
The plugin at https://svn.dev.java.net/svn/hudson/branches/tom/plugins/staging/maven-stagingrelease-plugin/ has a set-version goal, which you could use to create your own release process. On Tue, Jul 8, 2008 at 5:57 PM, Kallin Nagelberg [EMAIL PROTECTED] wrote: Is there a way to use the release

War Plugin Filtering

2008-05-29 Thread Tom Purcell
of the war there are copies that are properly filtered. In the war's WEB-INF are unfiltered copies. I was using Maven 2.0.8. I upgraded to 2.0.9 and got the same result. Any help would be appreciated. Thanks Tom -- View this message in context: http://www.nabble.com/War-Plugin-Filtering

Re: War Plugin Filtering

2008-05-29 Thread Tom Purcell
Thank you. That was it. olamy wrote: Upgrade the war plugin version to last one : 2.1-alpha-1 -- Olivier 2008/5/29 Tom Purcell [EMAIL PROTECTED]: Hello I am trying to filter values in an XML document that should be placed in the WEB-INF directory of a war. The file is located

Re: Surefire Property Filtering

2008-05-28 Thread Tom Purcell
Never mind, This was my bad The file I was filtering looked like: jdbc:oracle:thin:@${wile.asset.jdbc.hostname}:${wile.asset.jdbc.port}:${wile.asset.jdbc.sid} Notice the quotes. Removed them and it worked. Arghh! Thanks Tom Tom Purcell wrote: Hello We want to be able to filter

Surefire Property Filtering

2008-05-27 Thread Tom Purcell
Tom -- View this message in context: http://www.nabble.com/Surefire-Property-Filtering-tp17495752p17495752.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-22 Thread Tom Huybrechts
I use HTTP for ordinary development. However file is also used often in tooling. For example I have a custom release plugin that deploys to a file based staging repository. Only when the release completely succeeds, is the staging repository uploaded (using the staging plugin) to the real

No SHA1 for Locally Built Open Source Product

2008-05-05 Thread Tom Purcell
repository that do not have SHA1 files (commons for instance). Can we delete all the meta-data files? If not, given that we do not have access to the build number server, what is the proper way to deploy? We are using Maven 2.0.8. Thanks Tom -- View this message in context: http://www.nabble.com

Re: No SHA1 for Locally Built Open Source Product

2008-05-05 Thread Tom Purcell
problem. I'm running Maven 2.0.8 on my machine. The repository machine has Maven 2.0.6 on it but I don't think that is really involved since all the commands have been issued from my machine(2.0.8) Tom Purcell wrote: Hello We are using an open source product in which we found a couple of bugs

Re: Reply protocol for this list?

2008-05-02 Thread Tom Huybrechts
practice for replies to postings in this list. I've given up on the top-posting thing. Even getting people to properly quote only the relevant bits seems to be a lost cause. I blame GMail. ;) Switch to GMail and you won't notice anymore ;) tom -- Wendy

Re: API to figure out the exact URL of a deployed artifact?

2008-04-28 Thread Tom Huybrechts
. LieGrü, strub --- Tom Huybrechts [EMAIL PROTECTED] schrieb: Unless I'm missing something, you could just use an ArtifactResolver. See section Creating and resolving an artifact in the mojo developer cookbook. http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer

Re: How to preserve the file name running deploy:deploy-file ?

2008-04-26 Thread Tom Huybrechts
No. You cannot change the repository layout. The file name of an artifact is part of that layout. On Sat, Apr 26, 2008 at 7:58 PM, Stefano Nichele [EMAIL PROTECTED] wrote: Hi all, running: mvn deploy:deploy-file -Durl=myurl -Dfile=my-file.tgz -Dpackaging=tgz -DgroupId=mygroup

Re: API to figure out the exact URL of a deployed artifact?

2008-04-25 Thread Tom Huybrechts
Unless I'm missing something, you could just use an ArtifactResolver. See section Creating and resolving an artifact in the mojo developer cookbook. http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook Tom On Fri, Apr 25, 2008 at 5:20 AM, Dan Tran [EMAIL PROTECTED] wrote: Hello

Re: API to figure out the exact URL of a deployed artifact?

2008-04-25 Thread Tom Huybrechts
mechanisms in the background perform all the necessary work to get the file to your local repo first. But this is exactly what Dan tries to avoid! The file must not be in the local repo, since this would blew it up. LieGrü, strub --- Tom Huybrechts [EMAIL PROTECTED] schrieb: Unless I'm

Re: API to figure out the exact URL of a deployed artifact?

2008-04-25 Thread Tom Huybrechts
, Apr 25, 2008 at 11:36 AM, Tom Huybrechts [EMAIL PROTECTED] wrote: No, ArtifactResolver.resolve() will actually download the artifact using Wagon. On Fri, Apr 25, 2008 at 7:52 PM, Mark Struberg [EMAIL PROTECTED] wrote: Problem is that (as far as i know) the ArtifactResolver

Re: Is it possible to configure the maven-jar-plugin to use a prefix for classes?

2008-04-25 Thread Tom Huybrechts
I don't think so. But you can control the classesDirectory. So you could configure project.build.outputDirectory to be target/classes/prefix and override this in the jar plugin back to target/classes... On Fri, Apr 25, 2008 at 9:42 PM, mraible [EMAIL PROTECTED] wrote: Is it possible to

Re: Multiple artifact handlers being use at a reactor level

2008-04-17 Thread Tom Huybrechts
I've had a similar issues when using different extensions that provide lifecycles in the same build. My solution was to write my own maven plugin that contained all the lifecycles I needed (copy/paste from the original), and only use that plugin as an extension. On Wed, Apr 16, 2008 at 8:47 PM,

scm:bootstrap executes checkout twice

2008-04-16 Thread Tom Joad
Hello all, I'm sorry threre's already a thread about this subject but , i don't find emmanuel venisse' response after the author posted his pom.xml snippet. I use scm plugin as it is on plugin site. plugin removes the workingdirectory, executes checkout. removes again the workingdirectory and

Re: continuous integration server

2008-04-13 Thread Tom Huybrechts
Hudson, without a doubt. See https://hudson.dev.java.net/ or a live instance at http://hudson.jboss.org/hudson/ On Sun, Apr 13, 2008 at 1:36 PM, Peter Horlock [EMAIL PROTECTED] wrote: Hi, Which continuous integration server would you recommend me? Continuum? Or is there also a version by

Re: continuous integration server

2008-04-13 Thread Tom Huybrechts
Kohsuke keeps it simple, yet very powerful. You can have Hudson installed and your first build running within minutes. If you need customization, it is also incredibly easy to extend via plugins. Just try it, you'll never look back... On Sun, Apr 13, 2008 at 2:26 PM, Peter Horlock [EMAIL

Re: Repository search order

2008-04-12 Thread Tom Huybrechts
Be careful with the jboss repository. It contains artifacts that have the same groupId, artifactId and version as artifacts in central, but with different content. Mixing both is asking for trouble... Tom On Fri, Apr 11, 2008 at 3:58 PM, Glynbach [EMAIL PROTECTED] wrote: Hi I added

Re: Question about download.meter and maven2

2008-04-03 Thread Tom Huybrechts
Use -B On Thu, Apr 3, 2008 at 10:30 PM, Lacoste, Dana (TSG Software San Diego) [EMAIL PROTECTED] wrote: OK, from the archives, I can run mvn with -Dmaven.download.meter=bootstrap (for example) and I won't get the Downloading 1/123k updating to 2/123k etc. But this doesn't appear to work

Re: I want to run install even if my tests fail

2008-04-02 Thread Tom Huybrechts
-Dmaven.test.failure.ignore=true On Wed, Apr 2, 2008 at 8:19 PM, Sommers, Elizabeth [EMAIL PROTECTED] wrote: Won't work because I want to run the tests (I am trying to attach cobertura data). I am looking for a property I can set at build time that allows me to ignore failed tests and just

Re: Exclude module from deploy phase

2008-04-01 Thread Tom Huybrechts
You could set an altDeploymentRepository for this specific project, and let it point to a dummy local location. On Mon, Mar 31, 2008 at 9:18 PM, Andrew Uhm [EMAIL PROTECTED] wrote: Hello, Is it possible to configure a module to be excluded from the mvn deploy phase? For instance, in a

mvn deploy-deployfile with scp

2008-03-27 Thread Tom Joad
authentification failed. Does anyone already meet this problem ? How about this behaviour , may be i have something wrong on settings.xml ? how did you solve it? Thanks in advance. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED

How to retrieve property from files

2008-03-26 Thread Tom Joad
of target. With ant it is only property file. And how about maven? I already try to set properties tag on the same level as url but it is not recognized.So pom.xml can't be parsed. However ,I find it in xsd file of pom. Thanks for your helps. Tom

Re: How to retrieve property from files

2008-03-26 Thread Tom Joad
to /whatever, before you start heading down this road, please do a little reading about what Maven is trying to do for you etc. Sonatype.com and Devzuz.com have links to free pdf ebooks they have produced. Wayne On 3/26/08, Tom Joad [EMAIL PROTECTED] wrote: Hello all, My problem

  1   2   3   4   5   >