Re: Filtering resources

2016-01-14 Thread Thomas Sundberg
token is easy to implement. A recursive resolution is more complicated to implement. Cheers Thomas > thanks, > Robert > > Op Wed, 13 Jan 2016 14:58:29 +0100 schreef Thomas Sundberg <t...@kth.se>: > > >> Hi! >> >> Filtering resources that uses @ as de

Re: Filtering resources

2016-01-14 Thread Thomas Sundberg
akes me wish for parentheses as delimiters. It actually surprises me that nested tokens isn't properly supported in the case ${${foo}bar} or ${foo${bar}} But it isn't when I am testing with Maven 3.3.9 and maven-filtering 3.0.0. Cheers, Thomas > > On 14 January 2016 at 09:10, Thom

Re: Filtering resources

2016-01-13 Thread Thomas Sundberg
ust enable filtering on the resources folders you want and you should be >> done. >> >> Cheers >> >> >> 2016-01-12 23:26 GMT+01:00 Matt Benson <gudnabr...@gmail.com>: >> >> > If you just want to get it done, use the maven-antrun-plugin with Ant

Filtering resources

2016-01-12 Thread Thomas Sundberg
/custom-resource-filters.html and it is a bit sketchy. A complete, annotated example would be nice where all details needed to implement this interface MavenResourcesFiltering are shared. A Git repo to clone would be the most awesome tip I can think of. Cheers, Thomas -- Thomas Sundberg M. Sc

Re: Create multi-module archetype with one module only active in a profile

2014-08-29 Thread Thomas Sundberg
to create one that creates a multi module project with a profile. /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Re: Custom plugin dependencies

2014-07-27 Thread Thomas Sundberg
in your plugin project. If they are, then they will be downloaded and made available automatically by Maven. /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Re: Custom plugin dependencies

2014-07-27 Thread Thomas Sundberg
available to the plugin ? You could consider adding a dependency in your project to the Ant plugin. Search at Central Repository and see what you can find. /Thomas On Sun, Jul 27, 2014 at 5:10 AM, Thomas Sundberg t...@kth.se wrote: On 27 July 2014 10:05, Mansour Al Akeel mansour.alak

Re: org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-09 Thread Thomas Sundberg
or another similar process, or upload via the Nexus GUI, or what? They are uploaded from a home brewed ant script that I am being forced to live with. /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg

Re: org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-09 Thread Thomas Sundberg
On 8 May 2013 22:27, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 8 May 2013 20:28, Thomas Sundberg t...@kth.se wrote: On 8 May 2013 21:13, Wayne Fay wayne...@gmail.com wrote: It works well for artifacts in Nexus that was deployed from Maven. Unfortunately, we have some

org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-08 Thread Thomas Sundberg
by the version plugin? It seems to me that it doesn't just look at all versions for an artifact and then uses the largest number. Any hints? Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better

Re: org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-08 Thread Thomas Sundberg
from Stephen. Otherwise you can check the plugin source code pretty easily since it is open source. Yes, and I will do that. But today I was unfortunately to tiered. And could ask the list and see if somebody knew the answer right away. Cheers Thomas -- Thomas Sundberg M. Sc. in Computer

Re: Handle XSDs with Maven and Nexus?

2013-04-09 Thread Thomas Sundberg
of the solution: http://maven.apache.org/plugins/maven-remote-resources-plugin/ Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M

Handle XSDs with Maven and Nexus?

2013-04-08 Thread Thomas Sundberg
. This wasn't a good enough solution. How would you publish a XSD for a project and make it available for other Maven builds? We are using Nexus so publishing there is an option. /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com

[ANN] Maven – the simplest possible introduction?

2013-02-24 Thread Thomas Sundberg
Hi! I just wrote a blog on getting started with Maven It might help someone to get a small example up and running. http://thomassundberg.wordpress.com/2013/02/24/maven-the-simplest-possible-introduction/ Cheers Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog

Re: how to include a directory for a web application generated with an archetype

2012-11-13 Thread Thomas Sundberg
that? Depending on your os, mkdir or something similar. If you are missing a directory, try to create it. The Archetype you used is perhaps broken or doesn't behave as you wanted. Add your dir manually. /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http

Re: Maven pom.xml ?

2012-10-19 Thread Thomas Sundberg
is to short to use Eclipse. HTH Thomas - Welcome to Vision Open http://www.visionopen.com -- View this message in context: http://maven.40175.n5.nabble.com/Maven-pom-xml-tp5727069.html Sent from the Maven - Users mailing list archive at Nabble.com. -- Thomas Sundberg M. Sc. in Computer

Re: Maven and special building behaviour

2012-10-19 Thread Thomas Sundberg
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Fwd: [Cucumber] Cucumber-JVM on JDK 7

2012-10-04 Thread Thomas Sundberg
...@googlegroups.com. To unsubscribe from this group, send email to cukes+unsubscr...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/cukes?hl=en -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter

Writing my own mojo - how do I specify a default goal?

2012-07-21 Thread Thomas Sundberg
that list and I assume that there are some mojo developers following this list that might be able to assist me. Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Re: Writing my own mojo - how do I specify a default goal?

2012-07-21 Thread Thomas Sundberg
Thanks, ~t~ On Sat, Jul 21, 2012 at 10:13 AM, Thomas Sundberg t...@kth.se wrote: Hi! I am trying to write my own Maven plugin. I want to be able to specify it in a build without specifying any additional parameters. I don't seem to find any example after some googling. In a perfect world

Re: Writing my own mojo - how do I specify a default goal?

2012-07-21 Thread Thomas Sundberg
. You are probably right. Adding the extra configuration makes it easier to execute your own Mojo, but for some reasons I didn't want them there. I ended up with an additional extensionstrue/extensions instead. I guess that's something I have to live with. Thanks for your help! Thomas -- Thomas

Re: Code coverage report for multi module maven project reports zero in some modules

2012-07-01 Thread Thomas Sundberg
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Re: using maven modules

2012-05-03 Thread Thomas Sundberg
in one group, but have different artifactids: ie. group - com.test.module artifacts - module-type1.jar, module-type2.jar, module-type3.jar Thanks in advance for any ideas. -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Thomas Sundberg
commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Thomas Sundberg
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter

Re: Maven use case

2011-12-27 Thread Thomas Sundberg
by any virus transmitted by or contained in this email and attachments. No liability is accepted for any consequence arising from this email. -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better

[off topic] Code style check

2011-08-01 Thread Thomas Sundberg
I'm looking for easily. If you have any hints, please mail me off list. Thanks! Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Re: combining maven projects

2011-07-17 Thread Thomas Sundberg
-- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback - To unsubscribe, e-mail: users-unsubscr

Re: Maven Fitnesse plugin

2011-05-16 Thread Thomas Sundberg
are using our plugin with great success. I would really like this plugin to be shared with of the world, since I think there are developers out there facing the same problems. Cheers, Gijs Sijpesteijn -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http

Re: Packaged jar cannot access class of a dependency??

2011-04-20 Thread Thomas Sundberg
: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Re: Using Maven in Desktop Application

2011-04-19 Thread Thomas Sundberg
- Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile

Re: Testing MDB's (integration / junit) how?

2011-04-10 Thread Thomas Sundberg
, surprise, the NetBean's ant scrips are less than intuitive) and I can't find any doco examples on this. Help would be excellent :) Cheers. -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software

Re: Test phase for a command line tool (resend)

2011-03-21 Thread Thomas Sundberg
. *** - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science

Re: Including dependencies in a jar

2011-03-09 Thread Thomas Sundberg
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter

Re: invoking custom tests from another branch

2011-03-03 Thread Thomas Sundberg
? This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com

Fitnesse support?

2011-02-20 Thread Thomas Sundberg
Hi! Does anybody know of any good Maven plugins that support running Fitnesse acceptance tests? I have done some research and as far as I can see, there doesn't exist any up to date solutions. Any tip is highly appreciated. /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70

Re: Fitnesse support?

2011-02-20 Thread Thomas Sundberg
plugin? Cheers 2011/2/20 Thomas Sundberg t...@kth.se Hi! Does anybody know of any good Maven plugins that support running Fitnesse acceptance tests? I have done some research and as far as I can see, there doesn't exist any up to date solutions. Any tip is highly appreciated. /Thomas

Re: project for libraries

2011-01-10 Thread Thomas Sundberg
war... :) -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback - To unsubscribe, e-mail: users

Referens to parent?

2011-01-07 Thread Thomas Sundberg
for the version? The version of the module should be the same as the version of the parent. /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback

Re: Automatically integration test an ejb with Maven

2010-12-22 Thread Thomas Sundberg
with the failsafe plugin can be used to do this /Thomas /Lucas On 12/21/2010 11:23 PM, Thomas Sundberg wrote: Hi! Somebody might have use of a blog post I just posted:http://thomassundberg.wordpress.com/2010/12/21/automatically-integration-test-an-ejb-with-maven/ /Thomas -- [image: Oracle

Re: Automatically integration test an ejb with Maven

2010-12-22 Thread Thomas Sundberg
/Anders On Wed, Dec 22, 2010 at 10:34, Thomas Sundberg t...@kth.se wrote: On Wed, Dec 22, 2010 at 09:35, Lucas Persson lucas.pers...@oracle.comwrote:  Interesting But why do you not use the Cactus maven plugin? With cactus you can execute the tests in the server. Lucas I am not using

Re: Multimodule ear project

2010-12-21 Thread Thomas Sundberg
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software

Automatically integration test an ejb with Maven

2010-12-21 Thread Thomas Sundberg
Hi! Somebody might have use of a blog post I just posted: http://thomassundberg.wordpress.com/2010/12/21/automatically-integration-test-an-ejb-with-maven/ /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter

Failing a build with maven-failsafe-plugin

2010-10-05 Thread Thomas Sundberg
:\java\jdk1.6.0_21\jre Default locale: sv_SE, platform encoding: Cp1252 OS name: windows xp version: 5.1 arch: x86 Family: windows /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software

Re: Failing a build with maven-failsafe-plugin

2010-10-05 Thread Thomas Sundberg
you're missing the verify goal: http://maven.apache.org/plugins/maven-failsafe-plugin/usage.html /Anders On Tue, Oct 5, 2010 at 13:46, Thomas Sundberg t...@kth.se wrote: Hi! I want to use maven-failsafe-plugin to run some integration tests. I want Maven to run post-integration-test

Re: How to download Javadoc and Sources in local repository for a particular artifact in remote

2010-09-29 Thread Thomas Sundberg
...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback - To unsubscribe, e-mail

Build part of a large project

2010-09-23 Thread Thomas Sundberg
of minutes and there are many jobs. I have looked at the configuration options in Hudson and I can't see that this is possible. Do you have any suggestions for a solution? /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com

Integration tests vs. unit tests

2010-08-27 Thread Thomas Sundberg
? Would you consider adding a separate 'integration-test' tree next to main and test? /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg

Re: Copy target file from another module

2010-07-21 Thread Thomas Sundberg
                       /plugin - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http

JBoss ESB in public Maven repo?

2010-07-08 Thread Thomas Sundberg
anything useful. /Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: JBoss ESB in public Maven repo?

2010-07-08 Thread Thomas Sundberg
. /Anders On Thu, Jul 8, 2010 at 13:18, Thomas Sundberg t...@kth.se wrote: Hi! Does anybody know if JBoss ESB 4.x dependencies are available in any public Maven repo? All I have found is a few references from 2008 stating that they are not available when asking Google. Browsing http

Re: Compare M1 and M2 Artifacts

2010-06-08 Thread Thomas Sundberg
due to different compiler versions and target platforms.. Does anyone have a tool/script that allows on automated artifact comparison on the level of files? Thanks, Dave -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com

Re: MAVEN DOES NOT WORK PROPERLY IN WINDOWS 7

2010-06-01 Thread Thomas Sundberg
Hi! This may not be a Maven issue. You have a compilation error in your TimeTableServiceBeanImpl class. Fix that and you may find that it works. Perhaps after fixing the rest of your compilation error. /Thomas On Tue, Jun 1, 2010 at 15:24, oonwuzu princeyeka...@yahoo.com wrote: Hi, I set up

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-23 Thread Thomas Sundberg
-- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc

Re: Fully automated building from Source Control

2010-04-03 Thread Thomas Sundberg
...@maven.apache.org - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http

Re: Unable to exclude .class files

2010-03-05 Thread Thomas Sundberg
at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http

Re: XML Files in Maven Jar

2010-02-23 Thread Thomas Sundberg
For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr

Plugin to start a jar?

2009-12-10 Thread Thomas Sundberg
-integration-test' phase I could live with it beeing shut down when Maven terminates so the post-integration-test phase isn't the most important part. Any tips on plugins I could use? /Thomas -- Thomas Sundberg M. Sc. in Computer Science Agical AB Västerlånggatan 79, 2 tr 111 29 Stockholm

Re: My application is not getting compiled using Maven

2009-09-23 Thread Thomas Sundberg
mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Agical AB

Organise integration tests in a Maven project

2009-09-23 Thread Thomas Sundberg
not exist any best practise so I want to consider more then one set-up before I make up my mind. Best regards Thomas -- Thomas Sundberg M. Sc. in Computer Science Agical AB Västerlånggatan 79, 2 tr 111 29 Stockholm, SWEDEN Mobile: +46 70 767 33 15 E-mail: thomas.sundb...@agical.com http

Re: Organise integration tests in a Maven project

2009-09-23 Thread Thomas Sundberg
into the modules? /Thomas As a sidenote, I totally agree with the quote from Dijkstra. 2009/9/23 Thomas Sundberg thomas.sundb...@agical.com Hi! I'm about to set up en fresh project using Maven. It will contain a web part that will be a war, it will contain a ear part and it will contain

Re: Automated release process

2009-09-11 Thread Thomas Sundberg
: users-h...@maven.apache.org -- Thomas Sundberg M. Sc. in Computer Science Agical AB Västerlånggatan 79, 2 tr 111 29 Stockholm, SWEDEN Mobile: +46 70 767 33 15 E-mail: thomas.sundb...@agical.com http://www.agical.com

Re: Sun jersey jars

2009-09-03 Thread Thomas Sundberg
-dessus: / Unless otherwise stated above: International Business Machines of Belgium sa / nv Siège social / Maatschappelijke zetel: Avenue du Bourget 42 Bourgetlaan, B-1130 Bruxelles/Brussel N° d'entreprise / Ondernemingsnr: TVA / BTW BE 0405 912 336 RPM Bruxelles / RPR Brussel -- Thomas