Re: how to get the latest build for dependency

2017-04-06 Thread Philip Whitehouse
Unless you're actually releasing the builds, just use SNAPSHOT. Otherwise use [minimumVersion, ) and it will resolve to the latest. On 6 April 2017 19:36:57 BST, hector.magna...@sap.com wrote: >I have to 2 java projects a and b in maven. The B project uses the A >build >as a dependency. How do

Re: server-url in settings.xml

2013-03-07 Thread Philip
On Thu, 2013-03-07 at 11:20 +0100, Anders Hammar wrote: > It uses the id for matching. > > /Anders > > Yes, but i still needed a profile for an url, it only provides user & password. Thanks for your answer, Philip > > ---

server-url in settings.xml

2013-03-07 Thread Philip
Hi List, perhaps i have overlooked something obvious, but what is the point of the server-element in settings.xml if i can't specify a server-url? -Philip - To unsubscribe, e-mail: users-unsubscr...@maven.apache.or

Solved: shareing resources in multi-module projects

2012-11-30 Thread Philip
Hi list, yesterday i had an hour to burn and tried maven-remote-resource-plugin instead. It just worked as expected. - cheers, Philip On Mon, 2012-11-26 at 13:03 +0100, Philip wrote: > Hi list, > i have a multi-module project and would like to share some common > resources. >

shareing resources in multi-module projects

2012-11-26 Thread Philip
/uploads/2009/01/resource-sharing.zip to make some test before merging it into my main project. Does someone know a valid location? greetings, Philip - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: mvn release:prepare over SSH?

2012-02-13 Thread Philip Whitehouse
> svn: Network connection closed unexpectedly Did you try with e or X switch to see if there was more info about why the network connection closed? Philip Whitehouse On 13 Feb 2012, at 16:57, motes motes wrote: > I am trying to release a maven project located on a server requiring

Re: Script/plugin to play sound when maven build finishes?

2011-03-22 Thread Philip
y "just write a script". If you must say that, please provide the > script.) Hi, perhaps i have missed something, premature april 1st joke? Try: mvn install && echo ^G (In most shells (but not command/cmd), you need Ctrl-V Ctrl-G in order to type ^G) -Philip > > Thi

RE: build.properties Question

2010-03-29 Thread Philip Wilder
Hi Sebb, Haven't seen that one before thanks. This still feels like overkill for what seems like a simple operation but perhaps it might be a necessary evil. Philip -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Sunday, March 28, 2010 10:41 PM To: Maven Users

RE: build.properties Question

2010-03-29 Thread Philip Wilder
Thanks Stephen, Caught that one already per my properties plugin won't work comment. Looks like I am stuck doing it the hard way. Philip -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Monday, March 29, 2010 2:47 AM To: Maven Users

RE: build.properties Question

2010-03-26 Thread Philip Wilder
particular users environment. Philip -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Thursday, March 25, 2010 5:54 PM To: Maven Users List Subject: Re: build.properties Question > that functionality was lost in Maven 1. Can anyone tell me why this > functiona

build.properties Question

2010-03-25 Thread Philip Wilder
to turn it back on? Thanks, Philip Wilder | Software Designer pwil...@ciena.com | 3500 Carling Ave. | Ottawa, Ontario K2H 8E9 Canada Direct +1.613.763.8548

RE: Maven 2.2.1 Installation Trouble

2009-09-19 Thread Philip
> I'm attempting to install Apache Maven 2.2.1 under Windows Vista. Unfortunately, following the instructions on the site fails to locate the mvn.bat file from the command line. --- Sorry, I've solved this. I accidentally downloaded the wrong package... :( Apologies, Phil

Maven 2.2.1 Installation Trouble

2009-09-19 Thread Philip
Changing M2_HOME instead produces the "java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher" error referenced in the unofficial FAQ. I'd appreciate any help you could provide to resolve this problem. Thanks for your time, Philip Whitehouse

Setting up an inhouse repository

2007-09-18 Thread Philip Constantinou
Hi - I'm struggling a little with setting up an inhouse repository. I've been looking at: http://www.sonatype.com/book/repository.html#creating_an_in-house_repository but the documentation about settings.xml seems to cause an error: Error reading settings.xml: Unrecognised tag: 'distributionMa

Re: Maven2 / Surefire problem

2007-08-14 Thread Philip S. Constantinou
Surefire) into your "real" pom, and try again. Wayne On 8/14/07, Philip S. Constantinou <[EMAIL PROTECTED]> wrote: Thanks so much... I'll attach two. One stripped down one that seems like a cut and paste from the documentation at: http://testng.org/doc/maven.html I'

Re: Maven2 / Surefire problem

2007-08-14 Thread Philip S. Constantinou
yne On 8/14/07, Philip S. Constantinou <[EMAIL PROTECTED]> wrote: Hi folks - I'm getting an exception running the "test" goal. I'm using testNG following all the instructions (hopefully correctly) both on the Maven2 site and testNG maven site. Google hasn't turn

Maven2 / Surefire problem

2007-08-14 Thread Philip S. Constantinou
Hi folks - I'm getting an exception running the "test" goal. I'm using testNG following all the instructions (hopefully correctly) both on the Maven2 site and testNG maven site. Google hasn't turned up anything useful so I figured I'd turn to the experts. I've run both on Linux and Windows u

RE: maven-assembly-plugin and target directory tree...

2007-04-30 Thread Harris, Philip
nv/*.props vault/*.props Thanks! Philip > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: 26 April 2007 15:00 > To: Maven Users List > Subject: Re: maven-assembly-plugin and target di

maven-assembly-plugin and target directory tree...

2007-04-26 Thread Harris, Philip
I want to create a simple tar file which has two directories, each with a couple of files. When the tar file is extracted, the directories needs to be extracted to the current working directory - not to a subdirectory in the project-version directory. I do not have the luxury of being ablt to ext

setting up a native dependency

2006-03-29 Thread Philip A. Chapman
a non-jni project. Thanks, -- Philip A. Chapman Desktop and Web Application Development: Java, .NET, PostgreSQL, MySQL, MSSQL Linux, Windows 2000, Windows XP signature.asc Description: This is a digitally signed message part

Project generators

2006-01-13 Thread Philip Mark Donaghy
I am looking at a project, Andromda, that uses maven plugins to generate skeleton apps. During this process it(or maven) asks you some questions much like the maven project generators. I would like to provide answers to these questions on the command line. Any clues of how this is done would be

Re: [m1] Using the collapse attribute of item in navigation.xml

2005-12-27 Thread Philip Mark Donaghy
Thanks Arnaud, I found the problem. We were using relative paths in the href attributes. But apparently the first slash is required to expand and collapse menus. NOT: Philip Arnaud HERITIER <[EMAIL PROTECTED]> wrote: Did you check if the link you use on the collapsed/ex

[m1] Using the collapse attribute of item in navigation.xml

2005-12-27 Thread Philip Mark Donaghy
,Philip Yahoo! for Good - Make a difference this year. --- Begin Message --- When I use the value true the menu item is always collapsed, otherwise it is always expanded. Navigating around the site  does not change the menu. Is there a missing tag in the xdoc? I am using maven 1.0.2. Thanks

Setting global properties - is it even possible?

2005-10-27 Thread Mironenko, Philip
Hi all, I have a fairly simple question about properties - is there any way to set them AFTER they've been initialized for the first time or is it like ant - once it's set, it's immutable? An example of what I'm asking is: If it is not possible, c

Deploy works differently

2004-01-03 Thread Philip Dodds
Why does the deployment of a JAR seem to use an internal mechanism, while the EJB/EAR deployment mechanism uses the deploy plugin? Is it planned that the JAR deployment will start to use the plugin in the future? Cheers P

SSL username/password for repository

2004-01-03 Thread Philip Dodds
I haven't been able to get an SSL connection a repository working, is there a way of supporting this functionality? Also the site.jsl for the xdoc plugin has problems referencing logo's which are on an SSL connection as it assumes that all fully qualified address start http://. Thanks

shortDescription in Specification-Title in Manifest

2003-10-08 Thread Philip Crotwell
e the start and end tags are on the same line. thanks, Philip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]