Question about next maven-fluido-skin release

2015-02-13 Thread Mikko Kuokkanen
this bug report http://jira.codehaus.org/browse/MSKINS-86. It seems that it is a bug and will be fixed in the next versions 1.3.2 and 1.4. I did not see any release date attached to those versions. Is there any timetable when they could be released? Thanks, Mikko Kuokkanen

Re: maven site generation - How change the size (width, height) of the banner?

2015-01-19 Thread Mikko Östlund
Ok, then I know. Tanks for your help, Hervé! I guess this case is closed then, although I'd say this is a bug in the default skin. Cheers, Mikko. Den 19 jan 2015 22:27 skrev Hervé BOUTEMY herve.bout...@free.fr: Hi, If you look at output when running mvn site: [INFO] Rendering site

Re: maven site generation - How change the size (width, height) of the banner?

2015-01-19 Thread Mikko Östlund
(version 1.1) and I have just added the following files: - src/site/site.xml - src/site/resources/images/mikko-feather.png(a vandalized version of the maven-feather.png) Demo (in which $ is my Bash prompt): $ mvn --version Apache Maven 3.0.4 Maven home: /usr/share/maven Java

maven site generation - How change the size (width, height) of the banner?

2015-01-16 Thread Mikko Östlund
I make the image be shown as 40 pixels wide and 42 pixels high, although the original image is 400 pixels wide and 419 pixels high? /Mikko.

maven site generation - How change the size (width, height) of the banner?

2015-01-16 Thread Mikko Östlund
I make the image be shown as 40 pixels wide and 42 pixels high, although the original image is 400 pixels wide and 419 pixels high? /Mikko.

Unable to create project based on spring-rpc arhectype

2008-05-21 Thread Mikko Ravimo
] [INFO] [jar:jar] [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] No goals needed for project - skipping [INFO] [source:jar {execution: default}] [INFO] Building jar: /home/mikko/temp/spring-richclient

Re: Trouble with multi-module Maven2 project

2007-03-29 Thread Mikko Wuokko
it does what I described. -Mikko Emmanuel Venisse wrote: Continuum try to download modules with an url created from the url you added. But your url is an url in a maven repository and modules aren't in a subdirectory. You can provide a http url to your svn instead of maven repo. Emmanuel

Re: Trouble with multi-module Maven2 project

2007-03-29 Thread Mikko Wuokko
Thanks to both of you Emmanuel and Alistair. Both ways, http and file, worked. Didn't realise it was the svn pom url that I had to use and not the one from Maven repository. -Mikko Emmanuel Venisse wrote: Mikko Wuokko a écrit : Thanks, but I didn't quite follow.. Where should I put

Re: Trouble with multi-module Maven2 project

2007-03-29 Thread Mikko Wuokko
of the stuff does not build as they are dependended on the parent poms and dont't find them as they will try to get from ../pom.xml where is only the numbered folder for other projects. Do you have any suggestions on this.. -Mikko Mikko Wuokko wrote: Thanks to both of you Emmanuel and Alistair. Both

Trouble with multi-module Maven2 project

2007-03-29 Thread Mikko Wuokko
not download http://kplab.evtek.fi/maven2/org/kplab/kplab/1.0/kplab/ajaxcontroller/pom.xml: Unable to validate URL Thank you, Mikko Wuokko

Re: Trouble with multi-module Maven2 project

2007-03-29 Thread Mikko Wuokko
... /dependencies scm connectionscm:svn:https://kplab.evtek.fi/svn/kplab/wp6/apps/trunk/ajaxcontroller/connection /scm /project -- -Mikko Alistair Young wrote: what do your poms look like? I imported a multi-module pom ok. Alistair

Re: Maven plugin interaction

2006-11-15 Thread Mikko
. I guess I'm missing something, can you explain perhaps with more detail. thanks, Mikko pjungwir wrote: I think you have the right approach, but there are two missing bits: - make sure the assembly plugin doesn't attach its result. - make sure the last step does attach its result

Maven plugin interaction

2006-11-14 Thread Mikko
be that I'm approaching this the wrong way, but could someone point me to the right direction, either by suggesting another approach or whatever... ;) Basically once the assembly is complete I need to do the obfuscation and preverification with the result. thanks in advance, Mikko -- View this message

Re: Executin a plugin goal from another plugin

2006-11-09 Thread Mikko
Hi Any ideas how the following could be accomplished? br, Mikko Mikko wrote: Hi, What I'm getting at is that I have a multimodule build and that I would like to use the assembly plugin to assemble it and once I have the whole binary in one jar file I need to preverify it and sometimes

Re: Executin a plugin goal from another plugin

2006-10-12 Thread Mikko
Hello, Couple of things still open here 1) Is there a way to query the executed project form the MavenEmbedder? Or can I get it with the @executedProject tag? 2) If the plugin executed by the MavenEmbedder produced an artifact, can it be resolved somehow from somewhere. br, Mikko

Re: Executin a plugin goal from another plugin

2006-10-12 Thread Mikko
any help would be appreciated. thanks, Mikko Jason van Zyl-2 wrote: On 19 Sep 06, at 2:20 AM 19 Sep 06, Mikko wrote: Hi, Is there a way to run another plugin goal from my own plugin by using the @execute goal= tag in my plugin. I would like to be able to run the assembly:assembly

Re: Executin a plugin goal from another plugin

2006-09-21 Thread Mikko
Hi, Still a little bit in the dark here, is there a way to query the executed project form the MavenEmbedder? Or can I get it with the @executedProject tag? br, Mikko --- www.codeboi.com Mikko wrote: Hi, Thanks for this, how could I now tell what is the output artifact(s) produced

Re: Executin a plugin goal from another plugin

2006-09-20 Thread Mikko
Hi, Thanks for this, how could I now tell what is the output artifact(s) produced by the project the embedder just executed? Am I able to query it some how from the embedder or do artifacts get attached to the original project? regards, Mikko Olivier Catteau wrote: Hi, I think

Executin a plugin goal from another plugin

2006-09-19 Thread Mikko
Hi, Is there a way to run another plugin goal from my own plugin by using the @execute goal= tag in my plugin. I would like to be able to run the assembly:assembly goal from my plugin. When I use @execute goal=assembly:assembly, the build process says that it can not be found. br, Mikko