Re: Overriding dependency scope

2014-03-30 Thread Alexander Kriegisch
FYI, this idea did not work. I still need help. Maybe defining a BOM is the way to go, but I would prefer to keep everything in one repo and one project. -- Alexander Kriegisch Am 29.03.2014 um 11:35 schrieb Alexander Kriegisch alexan...@kriegisch.name: Baptiste, Mirko, thanks

Re: Overriding dependency scope

2014-03-30 Thread Alexander Kriegisch
not notice my overridden dependency scope and automatically pack the Groovy runtime into the uber JAR? -- Alexander Kriegisch Am 30.03.2014 um 16:04 schrieb Curtis Rueden ctrue...@wisc.edu: Hi Alexander, One new sub-module now actually also needs groovy-all, but with a compile scope

Re: Overriding dependency scope

2014-03-29 Thread Alexander Kriegisch
groupIdorg.codehaus.groovy/groupId artifactIdgroovy-all/artifactId /dependency /dependencies Is that what you mean? Have you tested it? Does it really work? Please correct my (untested, I am on the road) sketch if it is wrong. Regards -- Alexander Kriegisch Baptiste Mathus schrieb am

Overriding dependency scope

2014-03-28 Thread Alexander Kriegisch
declare everything 30 times in order to do it the Maven way. I am looking for alternatives, am willing to learn and hoping to get constructive answers. Thanks you all in advance -- Alexander Kriegisch smime.p7s Description: S/MIME Cryptographic Signature

Re: Deep dependency analysis

2014-02-03 Thread Alexander Kriegisch
essential classes or packages from shrinking and the remaining stuff in your Uber-JAr again tells you how many and which dependencies your program is actually using. -- Alexander Kriegisch Am 03.02.2014 um 21:28 schrieb Benoît Berthonneau ben...@berthonneau.com: I'll try... Thx

Re: cobertura maven

2014-01-28 Thread Alexander Kriegisch
Search engines are your friend: http://jira.codehaus.org/browse/MPIR-142 -- Alexander Kriegisch Am 28.01.2014 um 22:59 schrieb Wayne Fay wayne...@gmail.com: I search how to solve all the ERROR and WARNING of may maven execution (see attached file toto.txt and extract of POM) ... It's

Re: Maven compilation error is not within its bound

2013-12-02 Thread Alexander Kriegisch
though. -- Alexander Kriegisch Am 02.12.2013 um 10:13 schrieb Adrien Ruffié adriennolar...@hotmail.fr: Hello all, I have my webapp projet in Eclipse which compile correctly but when I try to perform mvn clean compile, several following logs appears: [ERROR] \Java\Workspaces\Indigo

Re: Maven compilation error is not within its bound

2013-12-02 Thread Alexander Kriegisch
source1.6/source target1.6/target /configuration /plugin -- Alexander Kriegisch Adrien Ruffié schrieb am 02.12.2013 10:36: Hello Alexander, Thank you very much for your response, For maven version is 3.0.4, the property java.version is set to 1.6

Why is mvn validate compile different from mvn validate; mvn compile?

2013-11-07 Thread Alexander Kriegisch
to download dependencies? Thank you -- Alexander Kriegisch - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Why is mvn validate compile different from mvn validate; mvn compile?

2013-11-07 Thread Alexander Kriegisch
validate phase with all executions bound to it in my POM *before* doing anything else related to the compile phase such as trying to download dependencies? Thank you -- Alexander Kriegisch - To unsubscribe, e-mail: users

Re: Why is mvn validate compile different from mvn validate; mvn compile?

2013-11-07 Thread Alexander Kriegisch
, 2013 at 12:41 PM, Alexander Kriegisch alexan...@kriegisch.name wrote: Only mvn compile yields the exact same result as mvn validate compile, I just did it like this explicitly to make a point and show clearly what hapens. So again: Why, pray tell, does my two-phase build work if first I only

Re: Why is mvn validate compile different from mvn validate; mvn compile?

2013-11-07 Thread Alexander Kriegisch
with fixed paths. I have tried all this and got every variant working without much fuss, but somehow all of this feels so unclean. I would much prefer to get it working in a declarative Maven style. The non-maven Am 07.11.2013 um 22:43 schrieb Curtis Rueden ctrue...@wisc.edu: Hi Alexander, do

Re: Why is mvn validate compile different from mvn validate; mvn compile?

2013-11-07 Thread Alexander Kriegisch
Sorry, my finger slipped, sent too early... Am 07.11.2013 um 23:02 schrieb Alexander Kriegisch alexan...@kriegisch.name: Thanks for all your answers, I know you want to help me, but you don't. I know what Maven was designed to do, and I can set up an internal repo or nexus for myself

RE: Could we delete old version jar in local repository by mvn ?

2012-01-11 Thread Rueegg Alexander
Hi! I think you should even in this case use a different directory on your local filesystem to deploy your proprietary artifacts to. Isn't that best practise? Think of making backups of your deployed artifacts and not of the whole cached artifacts from the internet. Mixing things in the same

RE: Could we delete old version jar in local repository by mvn ?

2012-01-11 Thread Rueegg Alexander
is like driving a car with a 24inch spike pointing out of the middle of the steering wheel On 11 January 2012 12:31, Rueegg Alexander a...@bdal.de wrote: Hi! I think you should even in this case use a different directory on your local filesystem to deploy your proprietary artifacts

RE: maven-resources-plugin not retaining unix permissions?

2011-10-26 Thread Alexander Poulikakos
Hi What does your workaround look like? We also have this same problem. The workaround we use is adding this in the pom.xml: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId version1.6/version executions execution

Is there a workaround for this bug: http://jira.codehaus.org/browse/MRESOURCES-132

2011-10-25 Thread Alexander Poulikakos
Hi I have a maven project, with the following resource folder (containing one file): * src/main/resources -rw-r--r-- 1 my-user 18737 1740 Oct 25 10:24 log4j.properties When doing a project-clean in eclipse (which triggers the maven Resourcse plugin, I guess) the resource files are moved

RE: Is there a workaround for this bug: http://jira.codehaus.org/browse/MRESOURCES-132

2011-10-25 Thread Alexander Poulikakos
using the assembly plugin On 25 October 2011 16:44, Alexander Poulikakos alexander.poulika...@ericsson.com wrote: Hi I have a maven project, with the following resource folder (containing one file): * src/main/resources -rw-r--r-- 1 my-user 18737 1740 Oct 25 10:24 log4j.properties When

Custom lifecycle using Maven plugin

2011-08-04 Thread Thilo-Alexander Ginkel
Hello everyone, I'd like to accomplish defining a custom lifecycle for my plugin that invokes a set of goals (including some goals implemented by a Mojo in the plugin) in a custom lifecycle phase. Unfortunately, my progress implementing this is still somewhat limited. ;-) I have a

Error with maven-project-info-reports-plugin

2011-08-03 Thread Alexander Vaysberg
) at java.io.FileOutputStream.open(Native Method) In Page for plugin I have not found the information, how I can the configure the path for this dependencies.xml. Know everybody ? Alexander Vaysberg - To unsubscribe, e-mail: users-unsubscr

testFailureIgnoretrue/testFailureIgnore not working using all combinations of Maven/Surefire

2011-02-28 Thread Morgovsky, Alexander (US - Glen Mills)
Hi all. I have tried using Maven 2.0.5, 2.0.6, etc. all the way up to 2.1.0. I have also tried versions of maven-surefire plugin, from 2.2 all the way to 2.6. I have also tried all versions of forkmode, including always, once, pretest and configuring testFailureIgnoretrue/testFailureIgnore.

RE: testFailureIgnoretrue/testFailureIgnore not working using all combinations of Maven/Surefire

2011-02-28 Thread Morgovsky, Alexander (US - Glen Mills)
Well, I figured out the problem. My code was using System.exit(n0) which killed the surefire plugin, because this termination method is apparently is too much for testFailureIgnoretrue/testFailureIgnore. Please close the issue. From: Morgovsky, Alexander (US - Glen Mills) Sent: Monday

Problem with properties in Maven.

2011-01-14 Thread Alexander Vaysberg
Hi, I think, that I a one problem with properties in maven found. The problem in pom with properties. If any know any other properties, which worked same. Please say. Thank you. The Problem can you reproduce with maven 2.2.1 and maven 3.0.1 in plug-in surefire. I create the property test: ...

Re: Problem with properties in Maven.

2011-01-14 Thread Alexander Vaysberg
yes, now i know it. But think this part must be on separate scope. Not globally for alls, or? If it's globally, than it any must write, which name of the properties don't be used, or? Am 14.01.2011 15:52, schrieb Siegmar Alber: Hi Alexander, 2011/1/14 Alexander Vaysberg w...@vaisberg.de: I

Re: copy list of jars into a war

2010-08-30 Thread Alexander Vaysberg
Am 30.08.2010 17:25, schrieb mdurrani: I would like to copy all jars from a lib folder into my war file. I can do it by listing a dependency tag for each of them but I don't want to put 20 dependency tags in my pom. Is there any way where I can just reference a lib folder and say to copy all

Excluding modules from a Parent build

2010-06-07 Thread Morgovsky, Alexander (US - Glen Mills)
Hi. I have a parent POM defining multiple modules, is there a way to exclude specific modules from getting built, via the command-line, as in something like: mvn -exclude a,b,c? Thanks. This message (including any attachments) contains confidential information intended for a specific

Re: run jetty with war from dependencies

2010-03-11 Thread Alexander
can dowload artifact (war) from repository. Second, start this war as webapp. http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html hth, Aleksey. 11.03.2010 10:30, Alexander пишет: Hello, How could I run jetty from maven with webapp (war file) from

run jetty with war from dependencies

2010-03-10 Thread Alexander
Hello, How could I run jetty from maven with webapp (war file) from repository? -- Regards, Alexander

Re: pom without artifacts?

2010-01-30 Thread Alexander
For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: pom without artifacts?

2010-01-30 Thread Alexander
-- /configuration /execution /executions /plugin /plugins /build [...] /project i used it in my project. On Sat, Jan 30, 2010 at 2:03 PM, tbee t...@tbee.org wrote: Alexander-129 wrote: You are defining this pom project as dependency in module? Right

Re: Plugin executions vs. POM inheritance

2010-01-29 Thread Alexander
...@maven.apache.org -- Regards, Alexander

Re: newbie Assembly plugin question

2010-01-20 Thread Alexander
seeing your post here is probably 25% or so. Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Code template converters?

2009-12-21 Thread Alexander
Hello, Eclipse, IDEA and NetBeans has code template engines but they can't use template from other platform. So question is: are there any code template converters? I mean write some template and make maven convert them to other platforms at package time. -- Regards, Alexander

Re: How to print surefire errors (junit errors) to stdout? possible?

2009-12-21 Thread Alexander
...@maven.apache.org -- Regards, Alexander

Re: Code template converters?

2009-12-21 Thread Alexander
No, not style. Just code template. Look, in IDEA you type 'psvm' press tab and IDEA generates public static void main(){} 2009/12/22 Dennis Lundberg denn...@apache.org Alexander wrote: Hello, Eclipse, IDEA and NetBeans has code template engines but they can't use template from other

Re: Code template converters?

2009-12-21 Thread Alexander
But seems like I have :) 2009/12/22 Dennis Lundberg denn...@apache.org OK then. That's not something I have on my todo list. Alexander wrote: No, not style. Just code template. Look, in IDEA you type 'psvm' press tab and IDEA generates public static void main(){} 2009/12/22 Dennis

Re: Need maven to build my project to a specific structure

2009-12-08 Thread Alexander
at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: dumb quetsion . . .

2009-12-07 Thread Alexander
in a production setting? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: the module in maven

2009-12-02 Thread Alexander
modules: - modulemaven/module moduleplatform/module modulemain/module -- So the module maven should be a directory under the C:/project/maven or the directory contains module maven can be named as others and its artifactId should be maven? -- Regards, Alexander

Re: the module in maven

2009-12-02 Thread Alexander
Yeah, thats right. There are some problems? 2009/12/3 maven apache apachemav...@gmail.com 2009/12/3 Alexander the.malk...@gmail.com Maven way is to name module directory as module artifact id. I want to rename the module since the old project are not well named.So I should rename both

Re: the module in maven

2009-12-02 Thread Alexander
needs to the top pom.xml's scm to figure out out scm element of the child module. this is crucial when cutting a release the maven way using its infamous maven-release-plugin if you have lots of modules, this convention is very handy. -Dan On Wed, Dec 2, 2009 at 9:33 PM, Alexander the.malk

Re: One project, two outputs, how to do it?

2009-11-24 Thread Alexander
For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: maven assembly: how to create an execution JAR without packing the dependencies

2009-11-17 Thread Alexander
in the pom file of the infrastructure project and the project that depends on it? i've read almost all the complete maven-definite-guide, but didn't find a concise answer... thanks, -- Eyal Edri -- Regards, Alexander

Re: maven assembly: how to create an execution JAR without packing the dependencies

2009-11-17 Thread Alexander
/execution /executions /plugin /plugins /build btw: (when you said classpathPrefix*lib*/classpathPrefix, does this means projectHome/lib is the classPath?) On Tue, Nov 17, 2009 at 4:51 PM, Alexander the.malk...@gmail.com wrote: You could do this without

Re: maven assembly: how to create an execution JAR without packing the dependencies

2009-11-17 Thread Alexander
...@gmail.com wrote: i will, once i get to work tomorrow :) thanks for the help. On Tue, Nov 17, 2009 at 8:05 PM, Alexander the.malk...@gmail.com wrote: Dont be shy, just try it. 2009/11/17 eyal edri eyal.e...@gmail.com can i use the 'dependency:copy-dependencies http

Re: Create zip of multi-module project

2009-10-27 Thread Alexander
useDefaultExcludestrue/useDefaultExcludes excludes !-- build output -- exclude%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]/exclude /excludes /fileSet /fileSets /assembly Any suggestions?? Mike -- Regards, Alexander

Re: Dependency of different version

2009-10-26 Thread Alexander
Thank you, Stevo! Used com.google.jarjar:1.0 and successfully repacked A project. Thanks God its open source! 2009/10/25 Stevo Slavić ssla...@gmail.com http://asm.ow2.org/doc/faq.html#Q15 Regards, Stevo. On Sun, Oct 25, 2009 at 6:24 PM, Alexander the.malk...@gmail.com wrote: Great

Problem with aggregator Mojo and compile source roots (generated sources)

2009-10-26 Thread Alexander von Zitzewitz
Thanks for any hint in advance. Best regards Alexander von Zitzewitz

FW: Problem with aggregator Mojo and compile source roots (generated sources)

2009-10-26 Thread Alexander von Zitzewitz
home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home Default locale: en_US, platform encoding: MacRoman OS name: mac os x version: 10.5.8 arch: x86_64 Family: mac Thanks for any hint in advance. Best regards Alexander von Zitzewitz -- End of Forwarded Message

Dependency of different version

2009-10-25 Thread Alexander
Hello all, My project has two dependencies A and B. A - has asm:2.2.3 as dependency. B - has asm:1.5.3 as dependency. Its invalid to use asm:2.2.3 in B and asm:1.5.3 in A. (lot of error occurs) How could I make both A and B use their favourite asm version? -- Regards, Alexander

Re: Dependency of different version

2009-10-25 Thread Alexander
Great, anything else? 2009/10/25 Stevo Slavić ssla...@gmail.com OSGi. See versioning in list of benefits here http://www.osgi.org/About/WhyOSGi . Regards, Stevo. On Sun, Oct 25, 2009 at 5:08 PM, Alexander the.malk...@gmail.com wrote: Hello all, My project has two dependencies

Re: Maven assembly and onejar goal

2009-10-23 Thread Alexander
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: Maven assembly and onejar goal

2009-10-23 Thread Alexander
running with maven use this library with success. Is there something that can impede the copy ? Thanks Kind Regards Laurent 2009/10/23 Alexander the.malk...@gmail.com: Looks good. +1. If default jar-with-all-dep works fine why don't you add your changes one by one to determine what one

Re: Maven assembly and onejar goal

2009-10-23 Thread Alexander
it is :( 2009/10/23 Alexander the.malk...@gmail.com: Does this library declared in *dependencies* section? 2009/10/23 Laurent PELLEGRINO laurent.pellegr...@gmail.com I have make again the jar-with-dependencies.xml step by step and forced assembly version to 2.2-beta3 and it seems now

Re: Maven assembly and onejar goal

2009-10-22 Thread Alexander
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: Maven assembly and onejar goal

2009-10-22 Thread Alexander
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: installing src or javadoc into local repository

2009-10-21 Thread Alexander
...@maven.apache.org -- Regards, Alexander

Problem with ${executedproject.compileSourceRoots}

2009-10-21 Thread Alexander von Zitzewitz
would be greatly appreciated Regards Alexander

FW: Problem with ${executedproject.compileSourceRoots} solved

2009-10-21 Thread Alexander von Zitzewitz
Solved the problem myself - thanks. It was a typo and Maven instantiated an empty project instance. I need to be spanked for blindness ;-) Regards Alexander von Zitzewitz www.hello2morrow.com SonarJ Elevator Pitch: http://www.hello2morrow.com/videos/benefits +1 (877) 294-6327

Snow Leopard maven

2009-10-16 Thread Alexander Petri
Hi, since my update to snowleopard i have the problem that i can start mvn just with sudo. Is there an option to start maven like under macos x 10.5.8? thanks - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: Invoke a plugin from command line and specifing an execution id

2009-10-13 Thread Alexander
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: mvn release plugin with extssh

2009-10-01 Thread Alexander Vaysberg
Hi, look hier: http://maven.apache.org/scm/cvs.html I think, it's helpfull for you. Alexander Vaysberg fflyw schrieb: Hi Do anybody know how toconfiguere scm connection for extssh? I did use scm:cvs:extssh:${serv}:/shr/csvroot.. and ran mvn release:prepare but this do

Re: mvn release plugin with extssh

2009-10-01 Thread Alexander Vaysberg
Hi, we have scm:cvs:ext: using for cvs. For 7 months we change to svn. But with scm:cvs:ext it was working. Alexander Vaysberg Alexander Vaysberg schrieb: Hi, look hier:http://maven.apache.org/scm/cvs.html I think, it's helpfull for you. Alexander Vaysberg fflyw schrieb: Hi

Re: One pom file generating 2 artifacts

2009-09-16 Thread Alexander Vaysberg
Hi, yes look in jar plugin: - http://maven.apache.org/plugins/maven-jar-plugin/usage.html. It is in How to create an additional attached jar artifact from the project. Valentin Jacquemin schrieb: Hi all, Is it possible to use one pom file that generates 2 artifacts? I have one pom taking

WTP and M2 Plugin.

2009-09-11 Thread Alexander Vaysberg
=/ source-path=/src/test/java/ wb-resource deploy-path=/ source-path=/src/test/resources/ ignore. This only for test. But it was in jars added. Why? Alexander Vaysberg - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread Alexander
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: how to add jar in dependeny which is just installed in repo through maven-install-plugin

2009-09-08 Thread Alexander
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: How can I get dependency including its children

2009-09-02 Thread Alexander
-- Regards, Alexander

Re: How can I add path in classpath entry in Manifest file?

2009-09-01 Thread Alexander Vaysberg
. Alexander Vaysberg youhaodeyi schrieb: Hi, I have read this but this is not what I want. I want to add path on classpath. This only tells me how to add dependent on classpath. Alexander Vaysberg wrote: Hi, you can it's using this tutorial: - http://maven.apache.org/shared/maven-archiver

Re: How can I add path in classpath entry in Manifest file?

2009-09-01 Thread Alexander Vaysberg
This added all the dependencies and the conf path to the classpath. HTH, Marco Alexander Vaysberg wrote: Hi, not only. Look heir: - http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html. Worts: Java Sun: * Class-Path : The value of this attribute specifies the relative URLs

Re: How can I add path in classpath entry in Manifest file?

2009-08-31 Thread Alexander Vaysberg
Hi, you can it's using this tutorial: - http://maven.apache.org/shared/maven-archiver/examples/classpath.html. The jar-plugin has many of the properties. It's heir: - http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html. Alexander Vaysberg youhaodeyi schrieb: I have some resource

Re: difference between snapshot and rc

2009-08-31 Thread Alexander
Hi, RC = Release CandidateSNAPSHOT = last development build as Roland said 2009/9/1 tubin gen fachh...@gmail.com I don't know the difference between snapshot and rc , when maven repository has both which one should I use -- Regards, Alexander

Re: maven commandline

2009-08-28 Thread Alexander
and all copies of this e-mail and any attachments from your computer. Thank you. ** -- Regards, Alexander

Re: maven commandline

2009-08-28 Thread Alexander
@maven.apache.org cc: From: anders.g.ham...@gmail.com -- Regards, Alexander

bug on the m2 plugin

2009-08-28 Thread Alexander Vaysberg
: Alexander *Vaysberg* w...@... http://www.nabble.com/user/SendEmail.jtp?type=postpost=23198803i=0 À : Maven Users List us...@... http://www.nabble.com/user/SendEmail.jtp?type=postpost=23198803i=1 Envoyé le : Jeudi, 23 Avril 2009, 15h30mn 44s Objet : Re: Re : Re : Re : *M2* *and* Eclipse but, if i

M2Plugin put the test resources in jar.

2009-08-28 Thread Alexander Vaysberg
Hi, I have a problem with maven. If I use the M2 Plugin with Resolve dependencies from Workspace projects, than include the maven in jar the test resources. Why? I want the jar without test resources, so same as in repository. M2 Plugin is 0.9.8. Alexander Vaysberg

Re: JAR file downloading blocked

2009-08-27 Thread Alexander
is a no-go. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: Maven clean plugin - delete additional directories

2009-08-26 Thread Alexander
confused with excludes tag? Alexander-129 wrote: Hi, Maven-clean-plugin is smart enough to delete directory [?] Try this: plugin artifactIdmaven-clean-plugin/artifactId configuration verbosetrue/verbose

Re: Exclude a jar file from an artifact

2009-08-25 Thread Alexander
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: Exclude a jar file from an artifact

2009-08-25 Thread Alexander
-version.jar I'd like to keep dependencies and exclude hapi-base-version.jar file. Thanks, Serbulent 2009/8/25 Alexander the.malk...@gmail.com: Could you explain your problem more concreate? How do you generating artifact? 2009/8/25 Serbulent UNSAL serbule...@gmail.com

Re: Maven clean plugin - delete additional directories

2009-08-25 Thread Alexander
...@maven.apache.org -- Regards, Alexander

Re: Copy Dependent jars to main jar

2009-08-21 Thread Alexander
-- Regards, Alexander

Re: Maven java.lang.OutOfMemoryError

2009-08-13 Thread Alexander
- 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 -- Regards, Alexander

Re: Maven java.lang.OutOfMemoryError

2009-08-13 Thread Alexander
-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: maven deploy plugin

2009-08-11 Thread Alexander
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Re: Removing signed data from jar via maven-shade-plugin

2009-08-11 Thread Alexander
excludes excludeMETA-INF/eclipse.sf/exclude excludeMETA-INF/eclipse.rsa/exclude excludeMETA-INF/eclipse.inf/exclude /excludes /filter -- Regards, Alexander

Re: Dependency Scope Usage: Request for some precision

2009-08-11 Thread Alexander
, e-mail: users-h...@maven.apache.org -- Regards, Alexander

Eclipse code template convertor

2009-08-11 Thread Alexander
Hi all, In our team we have some code conventions. There are defined some project specific eclipse code templates. Is there any plugin to convert them to IDEA code templates? Maybe not fully identical. -- Regards, Alexander

Re: Maven Source Plugin config to include generated-sources?

2009-08-06 Thread Alexander
this by default but I don't even see a way to configure this. It always ignores additional source here. Can somebody help me? -Dave -- Regards, Alexander

Re: Profile activation based on current plugin?

2009-08-05 Thread Alexander
jetty:run on the command line. Otherwise, it's just wasted effort. I was thinking that I could make this into a profile, but I'm not sure how. Or if that's even possible. Thanks, -Dom -- Alexander

Re: Exploding a ZIP in a resource directory

2009-08-05 Thread Alexander
Maybe you sould try this http://www.pohlidame.cz/insolvencni-rejstrik/maven-unzip-plugin.html? 2009/8/5 David Weintraub qazw...@gmail.com On Tue, Aug 4, 2009 at 6:57 PM, Alexander the.malk...@gmail.com wrote: You could declare these documentaion as dependecy. Then use dependency plugin

Re: Help with multimodule app

2009-08-05 Thread Alexander
Oh, already solved. [?] 2009/8/6 Alexander the.malk...@gmail.com My project X have three modules A, B, C. Module C depends on A and B. I declared A, B, C pom files inherit X pom file. I declared A, B, C as modules in X pom file. Declared A and B as dependencies for C. Cant generate idea

Re: How to delete a directory?

2009-08-04 Thread Alexander
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Alexander

Re: How to delete a directory?

2009-08-04 Thread Alexander
-clean-plugin/artifactId version2.3/version configuration excludeDefaultDirectoriestrue/excludeDefaultDirectories /configuration /plugin 2009/8/5 Chris she...@yahoo.com I can delete the directories ok. What I can't do is prevent it from deleting the target directory. Alexander wrote: No maven

Re: Exploding a ZIP in a resource directory

2009-08-04 Thread Alexander
-- Alexander

Re: Sun Jar files.

2009-08-03 Thread Alexander
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Alexander

Re: Load and run artifact from shell script

2009-07-31 Thread Alexander
Eric - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Alexander

Re: obtain artifact dependencies using Maven API

2009-07-31 Thread Alexander
...@maven.apache.org -- Alexander

Re: Load and run artifact from shell script

2009-07-31 Thread Alexander
the appassembler plugin, and it works well for what I need, namely having a script call my JAR. Best regards, Eric Von: Alexander [mailto:the.malk...@gmail.com] Gesendet: Freitag, 31. Juli 2009 16:28 An: Maven Users List Betreff: Re: Load and run artifact from

Re: Maven Newbie

2009-07-31 Thread Alexander
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Alexander

<    1   2   3   4   5   6   7   8   9   >