Re: Maven & WebSphere 6.1

2008-06-27 Thread Jon SlinnHawkins
Hi Chris This is exactly what i was looking for - you mentioned below that this was part of the batch file you use. Are there any WAS 6.1 libraries missing from the list below. Cheers Jon [EMAIL PROTECTED] wrote: Hi. I do not get maven to actually generate the EJB deployment code, WebSph

Re: SNAPSHOT timestamp ?

2008-01-29 Thread Jon SlinnHawkins
, this will not be the timestamp it will have in your remote repository. Just the timestamp (or revision) of the moment you build. Hth, Nick Stolwijk [1] http://mojo.codehaus.org/buildnumber-maven-plugin/ -Original Message- From: news on behalf of Jon SlinnHawkins Sent: Tue 1/29/2008 11:04

SNAPSHOT timestamp ?

2008-01-29 Thread Jon SlinnHawkins
Hi All, I am trying to write the SNAPSHOT version number (with timestamp) to the manifest.mf file of a WebApp. I can successfully use the maven-war-plugin to add the version - however this simply adds "1.0.0-SNAPSHOT" to the manifest. Whast i would like to achieve is adding the timestamped

Re: problems with mvn2, Spring and Hibernate... anyone could help?

2007-07-05 Thread Jon SlinnHawkins
I think this may be a problem with Surefire and the way spring uses classloaders : http://jira.codehaus.org/browse/SUREFIRE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel If you find a solution please post Thanks Marco Mistroni wrote: hi all, i know i should p

Ant Mojo - Maven classpath

2007-07-04 Thread Jon SlinnHawkins
Hi All, Is it possible to pass / access the maven project classpath inside of an ant mojo build file. I see that you can with the antrun plugin, but can you do the same with self written ant mojo's ? I want to get at : ${maven.dependency.classpath} ${maven.compile.classpath} ${maven.runti

Re: Continue Build and Site Generation on Junit failure

2006-11-02 Thread Jon SlinnHawkins
TestFailureIgnore will then result in a build success. When infact the tests failed, so the build needs to be failed. I had exeactly the same issue. We are using CruiseControl for our Continuous Integration system. Unfortunately I had to modify the CC code. It was only a minor change but it

Re: How I prevent the use of local repository?

2006-10-03 Thread Jon SlinnHawkins
use -U on the mvn command line. This will still use your local repo, but will force an update on all the plugins and jars used. Cheers Jon "Wayne Fay" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Maven always uses the local repo. I'm not aware of a way to turn it > off or exc

Re: site:site menu inheritance ?!?!?

2006-08-29 Thread Jon SlinnHawkins
Hi, Sorry for posting this again, but can anybody help me with this ? This is the last thing i need to get working Many Thanks Jon "Jon SlinnHawkins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > How can i get the inherit feature working fo

site:site menu inheritance ?!?!?

2006-08-24 Thread Jon SlinnHawkins
Hi, How can i get the inherit feature working for menus in site.xml I have a organisation pom and site.xml from which i would like to inherit one of the menus. I have specified the menu in the "parent" site.xml as or http://localhost/sites/Phoenix-Parent/index.html"/> http://localhos

Re: Disable POM generation for deploye artifacts

2006-08-24 Thread Jon SlinnHawkins
if you are not generating a pom, you need to supply a pom to be deployed. blah/blah/pom.xml Cheers Jon "Sharma, Jaikumar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I have configured the maven-deploy-plugin in my parent pom as below, > which is supposed to disable the pom

Re: exec plugin - how to define more than one?

2006-08-24 Thread Jon SlinnHawkins
gin'specify the > following: > > > ... > VALUE > > > -OR- > > on the command line, specify: '-Dexec.executable=VALUE' > - > > Assuming I were to get the config right, I am still not understanding how > I

Re: exec plugin - how to define more than one?

2006-08-23 Thread Jon SlinnHawkins
Hi, Put the within an for each executable you require. Cheers Jon "iceman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I've been able to successfully define the configuration for a single > execution, but I would like to define more than one. > > IOTW, I have the followi

Re: RE : Web site generation for multiple projects

2006-08-23 Thread Jon SlinnHawkins
Hi Arnaud, What does : achieve ? Thanks Jon "Arnaud Bailly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] "Thomas Van Buskirk" <[EMAIL PROTECTED]> writes: > I tried this and the modules didn't display. All I saw was the > "Modules" menu with no modules displayed below them. >

Re: [m2] maven.test.skip=true on by default?

2006-08-22 Thread Jon SlinnHawkins
he surefire plugin to add a param to continue on > test > failure but ultimately fail the build? Or maybe write a little plugin > linked > to the verify phase that inspects the surefire reports for any failures > and > fails the build? > > HTH, > Doug > > On 8/21/06,

Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-22 Thread Jon SlinnHawkins
Hi, Try running the eclipse:eclipse goal from the parent project. Cheers Jon "Barrie Treloar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> > > How are your dependencies declared? >> > > A parent pom, since it is just a container project and does not >> > > create >> > > an a

Re: [m2] maven.test.skip=true on by default?

2006-08-21 Thread Jon SlinnHawkins
Hi Doug, I have an issue with Site generation and failing builds. See my post earlier today [Using site:site to create reports on a failed build] If you are using this profile when building sites, does that infer that you are using a separate mvn build to produce the site ? I want to be able t

Using site:site to create reports on a failed build.

2006-08-21 Thread Jon SlinnHawkins
Hi All, I am using maven in a continuous integration environment, all is running well and as expected. However there is one important feature that i need to get working. I need to be able to create a project site (using the maven-site-plugin) for a failed build. At present when tests fail the

plugin executions ?

2006-08-15 Thread Jon SlinnHawkins
Hi All, Is there any way of specifying which execution to use when inheriting plugin executions form a parent pom. I have a department wide pom, which configures various plugins and executions for use across all our maven projects (just 1 at the moment, but will be about 15 soon). I need to b

scm:update from Parent project

2006-08-07 Thread Jon SlinnHawkins
Hi all, does scm:update work on a flat project structure... I am using a flat projet structure. When i call scm:update on the parent project, the update cmd is only run against the parent, and not the children. Why does this not just call the scm:update on each of the projects individually ?

SureFire (and surefire-reports) plugins

2006-08-03 Thread Jon SlinnHawkins
Hi All, Is there any way of stop a failed surefire unit from immediatley failing a maven build, and allowing it to go on to create the report using the surefire-report plugin. Then, after the reports hasve been created fail the build. I want to see reports of failed tests Is this possibl

unbind?

2006-07-19 Thread Jon SlinnHawkins
HI, Is it possible to explicitly unbind a plugin form a phase. i.e. i want to tell a plugin not to execute for a specific phase Thanks Jon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Eclipse and Maven

2006-07-19 Thread Jon SlinnHawkins
does setting the dependancy scope to provided not work when running from MyEclipse... javax.servlet servlet-api 2.3 provided "Bill Manuel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ok, I have maven2 working. I'm trying to use MyEc

eclipse plugin

2006-07-19 Thread Jon SlinnHawkins
Hi, Is it possible to force execution of the eclipse plugin for a Pom project. I want to set the nature for the Functional tests project as described in the "better builds" book Any ideas ? Thanks Jon - To unsubscribe, e