Re: javax.resource connector, unable to download dependency

2006-09-03 Thread Allan Ramirez
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html -allan Marco Mistroni wrote: hi all, i m runnig maven2 for building my app, which uses spring. i tried to set as dependency spring dependency> org.springframework spring 1.2.5 compile downloading ht

RE: Using Archiva as a Mirror

2006-09-03 Thread Andreas Guther
The indexing issue I could resolve. After changing the folder name for the index directory from "maven-archiva-index" to "index" only, the index was correctly created. Could that be a bug in the application? I still could not figure out how to configure that the installation proxies the ibiblio

Re: getting bash complete to echo mvn -D args

2006-09-03 Thread Takashi Nishigaya
hi jim, now, CCed maven users list. > worked! I am using Suse 10.0 and bash 3.0-17. It's good to hear that! To wrap up this issue, could you tell me what version of bash does not work? I want to share with other people, the information about this limitation of this script. thanks, Takashi Ni

RE: Prepare Sources & Prepare Resources

2006-09-03 Thread Lakshman Srilakshmanan
Hi Douglas, I create my prepare resources in target. The main reason to do this is because a number of reports plugin will treat generated java code as project code if you create it under /src and some plugins don't provide a method of excluding them. The second reason is due to the maven standa

RE: not allowed in settings.xml

2006-09-03 Thread Andreas Guther
Interestingly the same seems to count for the reporting section. Defining the profile with reporting within a pom works fine, but then copying the exact configuration from the pom to the settings.xml ends with an error message of maven: C:\workspace\mt-pom-trunk\master>mvn deploy Error reading set

RE: [POLL] Why switch to Maven?

2006-09-03 Thread William Ferguson
> I think a good solution to the problem would be more frequent > milestone builds (both core and plugins), and a publicly > available road map, giving people a good indication of when > they can expect to see what released. +1 to that. If Maven could help provide greater visibility on when the

problem downloading dependencies

2006-09-03 Thread Andrew Birchall
Hello I am using Maven 1.0.2 for a project and I'm having a problem downloading a few of the artifacts (jar files) that the project uses. I have declared them in project.xml with all the right attributes. For example, for the Bouncy Castle crytography library: bouncycastle bcprov-jdk14 124

RE: release:perform

2006-09-03 Thread Andreas Guther
Isn't the release plug-in asking for the tag version during the prepare phase? If I remember correctly you then could just correct the version number in the pom manually before you run the prepare. Andreas -Original Message- From: Douglas Ferguson [mailto:[EMAIL PROTECTED] Sent: Satur

not allowed in settings.xml

2006-09-03 Thread Andreas Guther
Hi, I noticed that it is not possible to define the distribution management inside the settings.xml. In my case the distribution management configuration is the same for all projects and so far I had it defined within a parent pom. Since distribution management configuration is only relevant f

Re: Patch for Ten Minute Test Sample File sample-echo.zip

2006-09-03 Thread Arnaud HERITIER
Hi Bob, Thanks for reporting this. The sample is stored here : http://svn.apache.org/repos/asf/maven/maven-1/core/trunk/xdocs/start/samples/ The next time you can open an issue in Jira : http://jira.codehaus.org/browse/MAVEN but for this time I already fixed it in subversion. I'll update it on t

Re: Defaults for compiler plugin

2006-09-03 Thread Nick Veys
http://mojo.codehaus.org/retrotranslator-maven-plugin/ ? On 9/3/06, Ralph Pöllath <[EMAIL PROTECTED]> wrote: On 03.09.2006, at 17:27, Douglas Ferguson wrote: > What are the default values for source & target version for the > compiler? The compiler plugin's default values are probably the defau

Re: Defaults for compiler plugin

2006-09-03 Thread Ralph Pöllath
On 03.09.2006, at 17:27, Douglas Ferguson wrote: What are the default values for source & target version for the compiler? The compiler plugin's default values are probably the default values of the compiler you're using. Anybody know if this would work? 1.51.2 Would this allow me to us

Defaults for compiler plugin

2006-09-03 Thread Douglas Ferguson
What are the default values for source & target version for the compiler? Anybody know if this would work? 1.51.2 Would this allow me to use generics but run in websphere which isn't compatible with 1.5 code?