RE: Checktyle report incomplete

2009-04-01 Thread John Coleman
checkstyle:checkstyle pmd:pmd surefire:test TIA, John -Original Message- From: Dennis Lundberg [mailto:denn...@apache.org] Sent: 31 March 2009 20:20 To: Maven Users List Subject: Re: Checktyle report incomplete John Coleman wrote: Yes that works, many thanks. Are there similar

RE: Checktyle report incomplete

2009-03-30 Thread John Coleman
John Coleman wrote: Hi, When I run the command below I only get checkstyle reports for 2 classes in the project, and the class I have named is missed out. Why isn't the file I have referred to used? Perhaps I cannot put maven properties on the command line, who knows? mvn

Checktyle report incomplete

2009-03-27 Thread John Coleman
Hi, When I run the command below I only get checkstyle reports for 2 classes in the project, and the class I have named is missed out. Why isn't the file I have referred to used? Perhaps I cannot put maven properties on the command line, who knows? mvn -Dmaven.checkstyle.includes=**/Named.java

Disable plugin during development builds

2009-02-05 Thread John Coleman
During development we don't want our javascript to be compressed, so the yuicompressor plugin only needs to run when we do a release build. How do we change the pom so that this plugin can be selectively turned off perhaps by a property in settings.xml or similar? TIA John Eurobase

RE: Test plugin

2008-12-19 Thread John Coleman
is accurate. There's no maven-test-plugin. test is a lifecycle phase, not a plugin. From: John Coleman [mailto:john.cole...@eurobase.com] Sent: Thu 12/18/2008 4:54 AM To: Maven Users List Subject: Test plugin When I try to run a test plugin goal I get

Test plugin

2008-12-18 Thread John Coleman
When I try to run a test plugin goal I get: The plugin 'org.apache.maven.plugins:maven-test-plugin' does not exist or no valid version could be found In the repo I can only find a maven groupid with the maven-test-plugin. Is there really a org.apache.maven.plugins maven-test-plugin? I'm

Dependency version in manifest

2008-12-10 Thread John Coleman
Is there a way to inject the dependency version info of a project into the JARs manifest? TIA John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Dependency version in manifest

2008-12-10 Thread John Coleman
/configuration /plugin plugin See the Jar Plugin documentation: http://maven.apache.org/plugins/maven-jar-plugin/ Is that what you were after? Regards, Richard -Original Message- From: John Coleman [mailto:[EMAIL PROTECTED] Sent: 10 December 2008 11:21 To: Maven

Dynamic dependencies

2008-11-27 Thread John Coleman
Is it possible to have a dependency that is dynamic, for example we first look for a project specific version of a dependenyc, and if this is not found, then the global version of the dependency is taken. The use case is where a dependency project has been specialised for a client, and a

Multi client release

2008-11-24 Thread John Coleman
Hi, We want to run various development projects on our trunk code. When project development is complete for a client, we then want to do an alpha release for internal testing. This release could contain partiallly completed development work for other projects for other clients. Am I right in

mvn release plugin only to release parent project

2008-10-28 Thread John Coleman
Hi, I have a pom type parent project with modules of type jar that inherit settings from the parent. Is it possible to do a mvn release at the parent level that does not build and release all the related modules? I have tried the --non-recursive option to no effect. I just want to create a

Tests leave files that release number plugin won't allow

2008-09-18 Thread John Coleman
I have a problem whereby my tests create log files in the project root and then sometimes fail to delete them when the test completes. The build number plugin doesn't like this:- [INFO] Cannot create the build number because you have local modifications : [ratemanager2\unit_test.log:unknown]

YUICompressor plugin going ape

2008-09-11 Thread John Coleman
Hi, The YUICompressor plugin gives the dump below. Anyone have any ideas why this should suddenly go wrong? We already tried to get a fresh update from the central repo. Is this maybe a mvn version issue given that it is a core mvn plugin class missing? TIA, John Using default encoding to

ci notifiers

2008-07-08 Thread John Coleman
Hi, Is it possible only to get notifications of release builds and filter out notifications of snapshot builds? I guess this might even be a continuum questions. TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of

RE: Re : Re: Maven JET

2008-06-12 Thread John Coleman
for an incremental code generator (generated code is merged with user changes), but this requiresthe full eclipse AJT... this CAN work with an headless eclipse (eclipse without UI), but require an installed eclipse (not just Jars). Nico. 2008/5/27 John Coleman [EMAIL

NetBeans6.0 mavenide plugin 3.1.1

2008-05-21 Thread John Coleman
Hi, One of our developers just reinstalled Netbeans6.0 and as a consequence pickud up the latest Maven plugin 3.1.1. Now his builds don't work because the active profile set in his settings.xml is ignored in preference to the active profile in the profiles.xml. Previously the settings in

RE: NetBeans6.0 mavenide plugin 3.1.1

2008-05-21 Thread John Coleman
PROTECTED] Sent: 21 May 2008 10:02 To: Maven Users List Subject: Re: NetBeans6.0 mavenide plugin 3.1.1 On 5/21/08, John Coleman [EMAIL PROTECTED] wrote: Hi, One of our developers just reinstalled Netbeans6.0 and as a consequence pickud up the latest Maven plugin 3.1.1. Now his builds

Branching and merging poms

2008-04-23 Thread John Coleman
Hi, We develop different code bases for out clients, and this means having various branches of our generic codebase running in parallel. We envisage that some branches will have the poms changed, maybe to introduce new dependencies, or dependencies on a variety of versions. What concerns us is

RE: Maven / Repository / SVN

2008-03-13 Thread John Coleman
In my experience, this is a very common attitude though. Unfortunately. For example, the jspwiki project currently under apache incubation stores its dependencies in the version-control system and will not change. And they are not stupid people; it is just the way they like to work.

RE: Maven / Repository / SVN

2008-03-11 Thread John Coleman
-Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 10 March 2008 23:00 To: Maven Users List Subject: Maven / Repository / SVN 8 the problem is that people here want to store artifact / external libraries in svn rather than in an internal repository These

RE: compress obfuscate js files

2008-03-04 Thread John Coleman
Hi, We use the YUI compression/obfusation now, and it seems to work very nicely. You should certainly separate out your js, css and JSP, which should be easy. If you cannot, then you could get the compression plugin and tweak it to do JSP somehow. Seperation is the way to go though IMO.

RE: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-03-04 Thread John Coleman
I can't see a way in Q4E to activate a profile in my settings.xml. Did you find out how to do that? My experience so far is that NetBeans mavenide seems to be streets ahead of the various eclipse efforts I have tried. Since devzuz support Q4E I am hoping it is better than what I have seen.

RE: RE: compress obfuscate js files

2008-03-04 Thread John Coleman
Hi, We only use JSPs to arrange content pieces (like creating a page by including header JSP and footer JSP), so our js/css is an entirely separate concern. The js handles things like form input fields all itself using DHTML/DOM. I can't believe that seperating the jss is such a big operation

RE: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-03-04 Thread John Coleman
for office work, another for private stuff :-)... found a post in the q4e users list: http://groups.google.com/group/q4e-users/browse_thread/thread/82ff5a7a fd79ebcf refering to an issue in q4e: http://code.google.com/p/q4e/issues/detail?id=5 sorry, tom John Coleman

RE: Mavenide NetBeans

2008-02-19 Thread John Coleman
but labels it as 2.0.4. That's the released version of maven that is closest to that binary in terms of compatibility. Milos On Feb 18, 2008 6:09 PM, John Coleman [EMAIL PROTECTED] wrote: Hi, Our Mavenide seems to be maven 2.0.4, is there a way to put the latest stable into the NB

RE: Mavenide NetBeans

2008-02-19 Thread John Coleman
it with a new copy from deadlock.netbeans.org's hudson and restart the IDE. Regards Milos On Feb 19, 2008 10:35 AM, John Coleman [EMAIL PROTECTED] wrote: I got this when I tried to install from the contents of the mavenide-AU-SNAPSHOT... Missing required modules for Plugin NetBeans

RE: Maven-jar-plugin

2008-02-19 Thread John Coleman
please ignore this thread - issue resolved Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender and are not necessarily those of Eurobase.

Maven-jar-plugin

2008-02-19 Thread John Coleman
The following config doesn't seem to configure the manifest file proeprly... plugin artifactIdmaven-jar-plugin/artifactId configuration archive manifest

Re: Maven + Subversion directory structure

2008-02-19 Thread John Coleman
should /branches, /tags, and /trunk go in a Maven directory structure? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] John Coleman TRAX Tech Services 434.509.0063 x116 (w

Re: Maven + Subversion directory structure

2008-02-19 Thread John Coleman
with repositories. It has to do with the directory structure on the development machines. John Coleman wrote: Seems like you have a fundamental misunderstanding of what Maven is for. Maven is a build tool, similar to Ant. The structure that Maven wants is a conventional way to setup

Mavenide NetBeans

2008-02-18 Thread John Coleman
Hi, Our Mavenide seems to be maven 2.0.4, is there a way to put the latest stable into the NB plugin? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be

Different plug in errors, same project

2008-02-18 Thread John Coleman
Having some major plug in execution issues. Two developers, same version of maven (2.0.8), same codebase, same POM, using the same internal repository (archiva-based) that proxies/mirrors everything.From the command line, I can build perfectly, all tests pass, no problem. From eclipse (0.12 Maven

Re: damage image files

2008-02-18 Thread John Coleman
Here's some code to test in ResourcesMojo to try and sniff binary files out from text without looking at extensions... Have a play, let me know if it is useful. Regards, John private void copyFile(File from, final File to, boolean filtering) throws IOException {

Re: Different plug in errors, same project

2008-02-18 Thread John Coleman
? John Coleman TRAX Tech Services John Coleman TRAX Tech Services 434.509.0063 x116 (w) 434.426.8357 (m)

RE: damage image files

2008-02-13 Thread John Coleman
When I switch filtering off it's fine. The filtering needs patching, I think this is in the JIRA already. I'm not sure how Maven should discern text and binary files though, you can't always depend on file extensions. I think the filter needs to have a file extension ignore element for

RE: damage image files

2008-02-13 Thread John Coleman
I think we will try something like this resource directorysrc/main/resources/cfg/directory filteringtrue/filtering /resource resource directorysrc/main/resources/bin/directory /resource This

RE: damage image files

2008-02-13 Thread John Coleman
/main/resources/verbatim/directory filteringfalse/filtering /resource As it describes exactly what happens to it's contained resources On Feb 13, 2008 11:56 AM, John Coleman [EMAIL PROTECTED] wrote: I think we will try something like

RE: damage image files

2008-02-13 Thread John Coleman
Oh that's a shame. I'm keen to put a change into the resource plugin so that it can optionally try and only filter text files. I have an idea to do this, how can I contribute to the project? Regards, John -Original Message- From: Rémy Sanlaville [mailto:[EMAIL PROTECTED] Sent:

damage image files

2008-02-12 Thread John Coleman
Hi, We are finding that our Maven build is damaging jpg and gif files during the copy of resources into the target area. Is there something in the config to tell it not to mess with binary resources? Is this an issue with filters perhaps, or of locating image resources under the java directory?

Dependency:build-classpath

2008-02-01 Thread John Coleman
I'm trying to use the dependency plugin to record classpaths, but it doesn't seem to write to a file as documented. What have I done wrong? TIA, John plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId

RE: Dependency:build-classpath

2008-02-01 Thread John Coleman
Is it just printing the classpath instead, or is it not doing anything? -Original Message- From: John Coleman [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 7:09 AM To: Maven Users List Subject: Dependency:build-classpath I'm trying to use the dependency plugin

RE: Make META-INF optional

2008-01-30 Thread John Coleman
optional Did you try to declare the dependency as type zip? Stefan John Coleman wrote: Okay, I can now deploy the zip artifact to my repo - but how to I explode that into another maven project using the dependecy unpack plugin - this seems to expect a jar. TIA John

Make META-INF optional

2008-01-29 Thread John Coleman
Hi, Is it possible to make a jar with no META-INF entry - I just want to create a jar to unpack with some files I need. TIA, John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions

Another jar plugin qu

2008-01-29 Thread John Coleman
I want to add some directories not under target/classes to my jar during the package phase, but the below doesn't seem to work? It looks valid to me. TIA, John plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId configuration

RE: Make META-INF optional

2008-01-29 Thread John Coleman
-plugin/ John Coleman wrote: Hi, Is it possible to make a jar with no META-INF entry - I just want to create a jar to unpack with some files I need. TIA, John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content

RE: Make META-INF optional

2008-01-29 Thread John Coleman
Ah, this does not work, since the zip will not deploy to the m2 repo in the deploy phase. -Original Message- From: John Coleman [mailto:[EMAIL PROTECTED] Sent: 29 January 2008 11:16 To: Maven Users List Subject: RE: Make META-INF optional Specifying pom packaging seems like

RE: Make META-INF optional

2008-01-29 Thread John Coleman
/execution /executions configuration descriptors descriptorsrc/main/assembly/upload.xml/descriptor /descriptors /configuration /plugin On the other hand, there is an older maven zip plugin. Stefan John Coleman

RE: Make META-INF optional

2008-01-29 Thread John Coleman
To: Maven Users List Subject: RE: Make META-INF optional That can be fixed by using the maven-buildhelper-plugin, which can attach any file to maven's list-of-deployable-files. http://mojo.codehaus.org/build-helper-maven-plugin/index.html John Coleman [EMAIL PROTECTED] schrieb: Ah

Files copied from basedir to target/classes

2008-01-28 Thread John Coleman
Hi, Maybe I'm not understanding something basic here, but in my JAR project I am finding that folders in my basedir are getting copied into target/classes when I compile. I really didn't expect this behaviour. I thought target/classes only loaded up with stuff under src? Any ideas please? TIA

RE: Files copied from basedir to target/classes

2008-01-28 Thread John Coleman
igore this post ty Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender and are not necessarily those of Eurobase. Eurobase will not enter into

multimodule classpath

2008-01-24 Thread John Coleman
Hi, Is it possible to get a classpath for a multimodule project that contains all the subproject target/class folders? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions

End-of-line style plugin

2008-01-23 Thread John Coleman
I quickly threw together an end-of-line style plugin yesterday becausee of problems I had importing a large Maven project into subversion. The plugin will list any files under the src tree that have inconsistent CR, CRLF or LF line endings. It's a bit rough and ready, but if anyone else is

RE: End-of-line style plugin

2008-01-23 Thread John Coleman
:01 To: Maven Users List Subject: Re: End-of-line style plugin 2008/1/23, John Coleman [EMAIL PROTECTED]: I quickly threw together an end-of-line style plugin yesterday becausee of problems I had importing a large Maven project into subversion. The plugin will list any files under

RE: End-of-line style plugin

2008-01-23 Thread John Coleman
The change notes for 1.4.6 mention ignoring eol-style violations * fixed: allow invalid svn:eol-style values (r28331) I don't see any note about correcting the eol-styles. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 23 January 2008 09:46 To:

Suppressing maven clean

2008-01-22 Thread John Coleman
Hi, I'm breaking the mould a little by setting the target directory is a parent pom for a multiproject to a common directory so I can put that on the classpath of my runtime application - I don't want to JAR everytime I want to start my app. Problem is that clean plugin removes prior project

Common compile target area

2008-01-17 Thread John Coleman
Hi, Some of our projects are quite big and we don't want to do a full JAR package each time we want to test a change, because the change may just be a few lines of code to a single class. Is it easy to configure every project to compile to a single target area that we then add to the softwares

RE: Deployed artifcat names

2008-01-17 Thread John Coleman
, with no history (timsetamp) versions. Nico. 2008/1/15, John Coleman [EMAIL PROTECTED]: Hi, When I deploy my artifacts, the file names change from xxx-ver-SNAPSHOT.jar to xxx-ver-date time-n.jar. I just want to retain the latest snapshot versions with the usual SNAPSHOT

Mavenide netbeans

2008-01-17 Thread John Coleman
In a netbeans project you can press F9 to compile a class. In a maven project this seems to be barred. Is there a way to get this functionality back? TIA, John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in

Block phase

2008-01-17 Thread John Coleman
I there a way to create profiles that disable the steps beyond compile? John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender and are not

Deployed artifcat names

2008-01-15 Thread John Coleman
Hi, When I deploy my artifacts, the file names change from xxx-ver-SNAPSHOT.jar to xxx-ver-date time-n.jar. I just want to retain the latest snapshot versions with the usual SNAPSHOT suffix. Is that possible or ok? Or is it just better to let the deployment put on a data and time - is this what

RE: Deploy fails

2008-01-04 Thread John Coleman
(DeployMojo.java:162) ... 13 more Caused by: java.io.FileNotFoundException: Z:\jcoleman\projects\eTraderII\trunk\target\classes (Access is denied) Could the words in bold have something to do with it? On 03/01/2008, John Coleman [EMAIL PROTECTED] wrote: Anyone have any

Deploy fails

2008-01-03 Thread John Coleman
Anyone have any ideas why this deployment is failing please? I have no idea why the classes directory is even part of the deployment which should simply involve copying a jar and zip file to a directory on a remote windows server via a drive map. Happy new year! John [DEBUG]Configuring mojo

RE: distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-27 Thread John Coleman
, but didn't get further than concluding that this is non-trivial. Wagon has been built from ground up to deliver maven repository functionality. John Coleman -Original Message- From: Jerome Lacoste [mailto:[EMAIL PROTECTED] Sent: 26 December 2007 20:57 To: Maven Users List Subject: distributing

jetty:run Failed startup of context

2007-12-04 Thread John Coleman
Hi, I've been using Jetty on a project successfully for a while but now we get this error... Starting jetty 6.1.5 ... 2007-12-04 09:00:55.230::INFO: jetty-6.1.5 2007-12-04 09:00:56.699::WARN: Failed startup of context [EMAIL PROTECTED]/eTraderII,Z:\jcoleman\pro

RE: maven jetty plugin

2007-11-15 Thread John Coleman
plugin Just provide those parameters to the maven JVM and jetty will use them. I usually just set the env variable MAVEN_OPTS with: MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 and then just run: mvn jetty:run John Coleman wrote: Hi, How do I run

maven jetty plugin

2007-11-14 Thread John Coleman
Hi, How do I run the jetty goal with jetty configured with a debug socket? I need to pass -Xdebug and other properties to jetty. TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any

RE: maven 2.0.7 assembly plugin

2007-11-06 Thread John Coleman
I have used the assembly plugin, but not like this. I don't think such a JAR (i.e. a JAR of JARS) will work unless you are loading the classes up by your own JAR exploration mechanism. Class files must be locatable from the JARs root to appear on the classpath. Perhaps you need to consider

mavenide/NB6

2007-11-02 Thread John Coleman
Hi, I'm looking at the latest NB plus Mavenide combination and I can't see webapps under my other sources folder. Any ideas? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views

prepare-package

2007-10-23 Thread John Coleman
I want to dynamically generate some js and JSPs just prior to wrapping up the WAR. There's been talk of a prepare-package phase for a while, has this ever got anywhere? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the

RE: release/buildnumber plugin

2007-10-08 Thread John Coleman
To: Maven Users List Subject: Re: release/buildnumber plugin I used the release plugin a few weeks back and it worked fine for me. Have you tried release:clean, then release:perform again? -Deng John Coleman wrote: Hi, I just did a release:perform today and it failed. We have done a few

release/buildnumber plugin

2007-10-05 Thread John Coleman
Hi, I just did a release:perform today and it failed. We have done a few before fine. The buildnumber plugin throws an error due to local modifications, however the local mods are in fact the pom.xml, it's tag version and the release backup file, all of which one would expect to be changed/new

RE: How do people handle installers/exe/bat/sh in maven?

2007-10-02 Thread John Coleman
Hi, Funny you should mention this as I was just pondering this yesterday, so many thanks for posting about IZPack. We send WARs to our clients, but it would be nice to be able to edit the config files embedded in the WARs, prior to dropping the WAR into the container. At present they drop the

Mavenide clashes with NB checkstyle plugin

2007-10-01 Thread John Coleman
Hi, We managed to get the Maven sites checkstyle report crashing when run from Netbeans with the checkstyle plugin installed. Some kind of classpath clash I suspect. We fixed this by removing the NB checkstyle plugin, I just wondered if others have seen this or had any comments? It would

RE: Do WAR overlays merge web.xml entries?

2007-10-01 Thread John Coleman
It seems not. When I tried this the dependency WARs web.xml file is lost, you just get the web.xml of the project you are building. That was what I wanted, so I was happy. But I was unhappy that I had to put an empty web.xml in my dependency WAR just to conform to standards. John -Original

RE: Why Maven is Hard?

2007-09-26 Thread John Coleman
I think you expressed things very well. Maven is great for fairly trivial projects, but once you have a complicated build or deployment requirement, it is very hard to find out whether or how you can meet your requirements. And many of the existing plugins are indeed poorly documented. Our most

RE: Deploying same version overwrites existing release

2007-09-26 Thread John Coleman
But if you use relase:prepare/release:perform then your snapshot version number goes up afterwards and overwritting is impossible? John -Original Message- From: Hayes, Peter [mailto:[EMAIL PROTECTED] Sent: 26 September 2007 15:39 To: Maven Users List Subject: Deploying same version

RE: Why Maven is Hard?

2007-09-26 Thread John Coleman
There might be enough discrete Maven subject areas to justify something more like a BB, eg like JavaRanch? I get a lot of mails from here that are for topics I know nothing about and are unlikely to dabble with. John -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: 26

filter plugin?

2007-09-25 Thread John Coleman
Hi, We have a scenario where we want to build a WAR, but whereas the plugin will copy in and filter additional web resources during the package phase, we want to filter template source during an earlier source phase so that we can then use these processed templates during the package phase.

RE: filter plugin?

2007-09-25 Thread John Coleman
Hi, How does an ant-run task perform filtering- can you share an example pelase? John -Original Message- From: Kevin Jackson [mailto:[EMAIL PROTECTED] Sent: 25 September 2007 11:16 To: Maven Users List Subject: Re: filter plugin? Hi, Is there a plain filter plugin we can use just to

RE: Why Maven is Hard?

2007-09-24 Thread John Coleman
I agree with previous observations that some of the plugins have very poor documentation regarding their parameters. Regarding complex projects, any POM that is non-trivial should be well commented to describe the operations that are novel. Every effort should be made to keep builds plain and

target discrepancy with Mavenide NetBeans plugin

2007-09-11 Thread John Coleman
I'm trying to run my project using the Mavenide for NetBeans. I notice that the NB run setup creates a profile in pom.xml, but when you run it in NB, it expects the artefact in a project subdirectoy of target/executable-netbeans, so the execution fails. But the default location for the

RE: target discrepancy with Mavenide NetBeans plugin

2007-09-11 Thread John Coleman
discrepancy with Mavenide NetBeans plugin John Coleman wrote: I'm trying to run my project using the Mavenide for NetBeans. I notice that the NB run setup creates a profile in pom.xml, but when you run it in NB, it expects the artefact in a project subdirectoy of target/executable-netbeans, so

RE: target discrepancy with Mavenide NetBeans plugin

2007-09-11 Thread John Coleman
List Subject: Re: target discrepancy with Mavenide NetBeans plugin what version of netbeans are you running on? Can you confirm that the assembly-plugin executes as part of the build? Milos On 9/11/07, John Coleman [EMAIL PROTECTED] wrote: Hi, Yes I have seen that bug before, but in this case

RE: classifier for maven deploy plugin

2007-08-29 Thread John Coleman
artifacts to maven, and finally call 'maven deploy' -D On 8/28/07, John Coleman [EMAIL PROTECTED] wrote: Hi, Is there a way to use a classifier with the maven deploy plugin by configuring the plugin in the pom rather that using command line properties? TIA, John Eurobase

wagon

2007-08-29 Thread John Coleman
Hi, Has anyone found some decent user documentation for Wagon pls? Regards, John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender

classifier for maven deploy plugin

2007-08-28 Thread John Coleman
Hi, Is there a way to use a classifier with the maven deploy plugin by configuring the plugin in the pom rather that using command line properties? TIA, John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information

war naming

2007-08-21 Thread John Coleman
Hi, We have an issue with naming wars. Our Maven2 project is used to build releases for a variety of clients, each client has their own particular payload for the projects WAR, however regardless of the configuration the final name is always the same. This satisfies the jetty run plugin

release plugin

2007-08-21 Thread John Coleman
Before I did my release prepare and perform, my scm connection read: scm connectionscm:svn:svn://ldnbank01-srv/banking/toolbox/maven-plugins/ro le-replacer/trunk/connection /scm In the next release pom it has left the connection as the prior release tag? scm

deploy goal fails

2007-08-21 Thread John Coleman
I have used a classifier on the war plugin, and it looks like this spoils the deploy, but the error message doesn't seem related. Does anyone understand this error pls? TIA John [deploy:deploy] altDeploymentRepository = null [INFO]Retrieving previous build number from repo

RE: deploy goal fails

2007-08-21 Thread John Coleman
or what it means, but that's the reason your deploy is failing. Wayne On 8/21/07, John Coleman [EMAIL PROTECTED] wrote: I have used a classifier on the war plugin, and it looks like this spoils the deploy, but the error message doesn't seem related. Does anyone understand this error pls

RE: When to use -SNAPSHOT when to use a build number

2007-08-20 Thread John Coleman
Once you have a tested stable version you do the release, and put it in a tag. You can then continue with the next snapshot. The Maven release plugin does edit the POMS, but I've yet to give it a go. The documentation would benefit from detailing the exact steps that occur. John -Original

RE: expand war deps

2007-08-17 Thread John Coleman
can also omit it in your dependencies declaration and have only one place to control the version. --Brian -Original Message- From: John Coleman [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 8:09 AM To: Maven Users List Subject: RE: expand war deps Hi Stephane, I grafted

Debugging with the Maven Jetty Plugin in Netbeans

2007-08-17 Thread John Coleman
There's documentation for Debugging with the Maven Jetty Plugin in Eclipse, but does such exist for NetBeans? Anyone know how to do this if not? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in

RE: Debugging with the Maven Jetty Plugin in Netbeans

2007-08-17 Thread John Coleman
have to learn a lot of extra non-business related stuff. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 August 2007 12:06 To: Maven Users List Subject: Re: Debugging with the Maven Jetty Plugin in Netbeans John Coleman wrote: There's documentation

RE: Debugging with the Maven Jetty Plugin in Netbeans

2007-08-17 Thread John Coleman
:[EMAIL PROTECTED] Sent: 17 August 2007 12:27 To: Maven Users List Subject: Re: Debugging with the Maven Jetty Plugin in Netbeans On 8/17/07, John Coleman [EMAIL PROTECTED] wrote: Thanks for that suggestion, not really a slick solution. Would it be possible for the plugin to spawn another thread

RE: expand war deps

2007-08-16 Thread John Coleman
you'll need to setup resources:unpack in the generate-resources phase. Next version of the WAR plugin has a new overlay handling but we do not consider handling jars for the moment. Regards, Stéphane On 8/15/07, John Coleman [EMAIL PROTECTED] wrote: Hi, I have a WAR project that depends on a JAR

expand war deps

2007-08-15 Thread John Coleman
Hi, I have a WAR project that depends on a JAR. Can I expand the contents of the JAR dependency into my webapps classes directory automatically with a setting, or do I have to do something more manual like setting up a dependency:unpack? Anyone got an example pls. TIA John

properties

2007-08-10 Thread John Coleman
Hi, How do I return the value of the active profiles id as a property in my pom.xml. How do I override the property values in profiles.xml on a per user basis? I thought I could put them in ${user.home}/build.properties, but that seems not to work?! TIA John Eurobase International

jspc plugin

2007-08-08 Thread John Coleman
I want to compile jsps but the jspc-maven-plugin doesn't seem to handle jsp methods declared in a containing jsp. Is there some way to fix this? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in

RE: Auto incrementing a build identifier

2007-08-06 Thread John Coleman
That certainly gets my vote - just last week I was thinking it might be handy to incorporate the subversion revision number in the artefact name. John -Original Message- From: Antony Stubbs [mailto:[EMAIL PROTECTED] Sent: 05 August 2007 11:42 To: users@maven.apache.org Subject: RE: Auto

  1   2   >