How to reference a specific dependency in maven-antrun-plugin?

2009-05-17 Thread Hilco Wijbenga
Hi all, The documentation for maven-antrun-plugin lists at the very bottom of Referencing the Maven Classpaths: = Start snippet = You can also use the path to each dependency artifact property name=mvn.dependency.jar refid=maven.dependency.my.group.id:my.artifact.id:classifier:jar.path/

Re: problem when I start to debug the Maven (help help help)

2009-05-17 Thread Brian Fox
Try a newer jdk. On Sat, May 16, 2009 at 10:46 PM, lindberg grebdn...@hotmail.com wrote: I have an application that use the Maven then when I do debug using Maven I get the message below but when I do the normal debug without using Maven works. what can be? what do I do? # # An unexpected

Re: Message that artifact is already unpacked

2009-05-17 Thread Melissa Tolliver
Thanks! That's just what's needed! Perhaps a future Maven release could improve on this: We have a silent failure to copy, so it would be good to have better tracking of when copying is REALLY needed, or at least a clearer log line on this. On Mon, May 11, 2009 at 4:13 AM, Brian Fox

Re: Problem with appassembler-maven-plugin

2009-05-17 Thread Karl Heinz Marbaise
No one can help ? Who is using appassembler-maven-plugin Kind regards Karl Heinz Marbaise Hi, i have a working maven project which has no modules ... I'm using things like Assembly-Plugin to create a binary package etc. But now i have decided to use the appassembler-maven-plugin and tried to

Re: Problem with appassembler-maven-plugin

2009-05-17 Thread Stephen Connolly
the executions is not a child element of configuration but a sibling On 14/05/2009, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, i have a working maven project which has no modules ... I'm using things like Assembly-Plugin to create a binary package etc. But now i have decided to use

Re: Message that artifact is already unpacked

2009-05-17 Thread Brian Fox
Write a jira for the MDEP project with your ideas. I'm not sure what you need since you can control the location of the marker files, and how they are used. On Sun, May 17, 2009 at 9:46 AM, Melissa Tolliver mgtolli...@gmail.comwrote: Thanks! That's just what's needed! Perhaps a future Maven

Solved: Remote Deploy to Weblogic 10.3 with the Weblogic-Maven-Plugin and JDK 1.6

2009-05-17 Thread jmaxwell
Here are the steps to setup the weblogic-maven-plugin on 10.3: -- Weblogic Admin Console -- In the protocols section of your server settings page verify that Enable Tunneling is checked. -- Dependencies -- In a Weblogic 10.3 JDK 1.6 environment the weblogic-maven-plugin requires 17

Re: mvn deploy puts snapshots into releases directory

2009-05-17 Thread Reiner Saddey
Jan Torben Heuer-5 wrote: Hi, When I deploy my artifact (version 1.0-SNAPSHOT), maven puts it in the /releases directory although I set up both, repository and snapshotrepository in the parent pom ... Hi Jan, are you sure - or are you using Apache Archiva (1.2)? Using Maven

Re: Problem with appassembler-maven-plugin

2009-05-17 Thread Karl Heinz Marbaise
Hi Stephen, the executions is not a child element of configuration but a sibling Oh my lord...sometimes it could be so simplei've oversight this the whole time ...;-(... Many thanks for your reply... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49

Re: mvn deploy puts snapshots into releases directory

2009-05-17 Thread Brian Fox
Paste the output of help:effective-pom On Sun, May 17, 2009 at 2:09 PM, Reiner Saddey r...@saddey.net wrote: Jan Torben Heuer-5 wrote: Hi, When I deploy my artifact (version 1.0-SNAPSHOT), maven puts it in the /releases directory although I set up both, repository and

Re: mvn deploy puts snapshots into releases directory

2009-05-17 Thread Reiner Saddey
BRIAN FOX-5 wrote: Paste the output of help:effective-pom On Sun, May 17, 2009 at 2:09 PM, Reiner Saddey r...@saddey.net wrote: Jan Torben Heuer-5 wrote: Hi, When I deploy my artifact (version 1.0-SNAPSHOT), maven puts it in the /releases directory although I set up both,