Re: scm checkout directory

2006-01-28 Thread dan tran
according to this page, http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html the only way to change location of checkout dir is to modify your project.build.directory element in your pom.xml. you can modify the annotation of workingDirectory ( in PerformMojo.java) to /**

RE: SVN/SCM Release Help

2006-01-28 Thread Brian E. Fox
Use -Dusername= I'm not sure about the password, I have SVN save it for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 7:25 PM To: users@maven.apache.org Subject: SVN/SCM Release Help I'm moving from an ANT build script to Maven,

[m2] svn: where are the sources for axistools?

2006-01-28 Thread Fredy
Fredy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] how to use plugins from a snapshot repository?

2006-01-28 Thread Fredy
How can i use/reference this in my local enviroment: http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/axistools-maven-plugin/0.1-SNAPSHOT/ Fredy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: [m2] how to use plugins from a snapshot repository?

2006-01-28 Thread Brian E. Fox
http://mojo.codehaus.org/using-sandbox-plugins.html -Original Message- From: Fredy [mailto:[EMAIL PROTECTED] Sent: Saturday, January 28, 2006 12:24 PM To: users@maven.apache.org Subject: [m2] how to use plugins from a snapshot repository? How can i use/reference this in my local

Re: [m2] svn: where are the sources for axistools?

2006-01-28 Thread Tomislav Stojcevich
http://mojo.codehaus.org/source-repository.html -- tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] svn: where are the sources for axistools?

2006-01-28 Thread Fredy
Found it: svn://svn.codehaus.org/mojo/scm/trunk/mojo/mojo-sandbox/axistools-maven-plugin Fredy Maven Users List users@maven.apache.org schrieb am 28.01.06 18:12:23: Fredy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[m2] Problems compiling mojo-sandbox

2006-01-28 Thread Fredy
Hi, if I understand all right, so i've to build the sandbox plugIns (bsp.:axistools) on my own. Now i've checked out mojo-sandbox. but mvn compile throws the following error: No versions are present in the repository for the artifact with a range [3.0,] com.solarmetric:kodo-jdo:jar:null from

Re: [m2] Problems compiling mojo-sandbox

2006-01-28 Thread Fredy
It seems to be possible to compile submodules ;-) Sorry! Axistools comile fine. Thanks Fredy Maven Users List users@maven.apache.org schrieb am 28.01.06 19:03:57: Hi, if I understand all right, so i've to build the sandbox plugIns (bsp.:axistools) on my own. Now i've checked out

RE: [m2] Problems compiling mojo-sandbox

2006-01-28 Thread Brian E. Fox
Yes, not all the sandbox plugins depend on jars that are published. -Original Message- From: Fredy [mailto:[EMAIL PROTECTED] Sent: Saturday, January 28, 2006 1:03 PM To: users@maven.apache.org Subject: [m2] Problems compiling mojo-sandbox Hi, if I understand all right, so i've to build

NOTICE: [m1] plugins removal

2006-01-28 Thread Lukas Theussl
Hi, As some of you might know, we are still working on a Maven 1.1 release, which is unfortunately quite behind schedule. The advance of Maven 2 has dragged away a lot of attention and we are currently only three people actively developing and maintaining the Maven 1 core and 65 plugins. It

Re: Extending Maven's POM XML

2006-01-28 Thread Srepfler Srgjan
Jason van Zyl wrote: jean safar wrote: Hi, Is it possible to extend the XML description for POMs in Maven 2? No, but we are discussing adding a custom/ element to the POM for general extensions. We are thinking about changes to the POM for integration testing so this might all get rolled

Executing mvn test (JUnit)

2006-01-28 Thread edgar4maven
Hi Folks Perhaps my problems is very simple: I am creating very simple tests creating simple testcases, when I do the smaller and easier test using some class as which is src folder structure, my tests doesn't work, when I do some foo test, it works, are there some additional information I

ActiveMQ Sub Dependencies version specified as ${xxx_version}

2006-01-28 Thread Wayne Iriwn
I am working with ActiveMQ 4.0-M3 and it seems I have found a bug. James Strachan has put a fix on the SVN head and asked me to try it out. When I try to do the build using Maven2, it reports many sub-depenedent JARS are not found. The real reason they are not found is because the version of

Re: Adding generated source to jxr report

2006-01-28 Thread Jason van Zyl
Lee Meador wrote: Is there a way to add the path for some generated sources to the list of things that jxr will put in its cross reference of source files? They aren't? I'm looking at the JXR plugin over at the mojo project and the source directories that are picked up are the

Re: [m2] Hibernate3 SchemaExportTask

2006-01-28 Thread Jason van Zyl
Frederik Dierickx wrote: Hi, I'm a recent convert to Maven2 and trying to achieve the same functionality I used to do with Ant. Most of the things work pretty well but one of the things I really got stuck on is the SchemaExportTask using Hibernate3. I tried to install the hibernate3 plugin from

source inclusion and exclusion out of the box in maven

2006-01-28 Thread Dave Maung
Is there way to include and exclude java source out of the box in maven instead of using maven-compiler-plugin? build sourceDirectory../main/src/java/sourceDirectory includes includ.java/include /includes Dave

Re: source inclusion and exclusion out of the box in maven

2006-01-28 Thread Dave Maung
I meant in Maven2 On 1/28/06, Dave Maung [EMAIL PROTECTED] wrote: Is there way to include and exclude java source out of the box in maven instead of using maven-compiler-plugin? build sourceDirectory../main/src/java/sourceDirectory includes includ.java/include /includes Dave