Re: promoting maven @work / fail on proxy uname/pwd

2007-11-04 Thread Marco Mistroni
Yes, thanks brett that's what i m trying to put in my colleagues mind.. they still think that having an http proxy username and password can open the door to even the most protected software in our company.. I'll keep u posted on this... it'll be really silly to drop maven/artifactory just

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-04 Thread Dion Gillard
Is this one an easier to configure and get going for Maven 1.x? On 11/3/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0Beta 3. Archiva is a build artifact repository manager for use with build tools such

Re: promoting maven @work / fail on proxy uname/pwd

2007-11-04 Thread Wayne Fay
The file is protected by NTFS ACL/security. If they don't trust that, what do they trust?? And its not like having the proxy name/pass is going to do a hacker a lot of good, unless it is a common name/pass that is shared across a lot of your equipment which is definitely not a best practice! A

Re: promoting maven @work / fail on proxy uname/pwd

2007-11-04 Thread Marco Mistroni
Thanx wayne.. i'll do my best :) worst that can happen, we'll stay to current 450 lines ant xml script and i'll have a competitive edge over my colleagues :)) regards marco On 11/4/07, Wayne Fay [EMAIL PROTECTED] wrote: The file is protected by NTFS ACL/security. If they don't trust that,

How to create eclipse project from parent-child POMs

2007-11-04 Thread lightbulb432
At a particular source control location, how can I run the eclipse:eclipse command to turn the file structure into a Java project with a its .classpath file automatically configured? The location to which I'm referring has the following folder structure. root -pom.xml* -other folders -project

Include source, javadocs, etc in installed artifact

2007-11-04 Thread lightbulb432
When I run the mvn install, install:install, or install:install-file command, only the JAR itself is put into my local repository. How can I get the source, Javadocs, and other things to also be put into the local repository? I looked at the following link for any parameters to add, but nothing

Re: Include source, javadocs, etc in installed artifact

2007-11-04 Thread Dennis Lundberg
This was answered on October 31. on this list. Check the archives for a thread titled Attaching source code. lightbulb432 wrote: When I run the mvn install, install:install, or install:install-file command, only the JAR itself is put into my local repository. How can I get the source,

RE: Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-04 Thread Karr, David
Duh. I should have known that. Going on, however, I seem to be doing something wrong when I use antCall in the forEach loop to call a target, or something at a more basic level. The following is an excerpt showing the forEach loop that calls the target, and the target after it. j:forEach

Re: Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-04 Thread Lukas Theussl
It's antcall, not antCall. However, I don't think this works with maven anyway, as maven has goals, not targets. You should transform your targets into goals and use attainGoal to call them. HTH, -Lukas Karr, David wrote: Duh. I should have known that. Going on, however, I seem to be

RE: Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-04 Thread Karr, David
If I can't use antcall, will I not be able to use the xmltask library, which calls Ant targets on xmlpath strings? -Original Message- From: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: Sunday, November 04, 2007 12:03 PM To: Maven Users List Subject: Re: Maven1: How to use

Re: Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-04 Thread Lukas Theussl
Don't know, try! :) You can always call external ant targets from maven.xml [1], I just meant the example you gave won't work, because you defined a target within a goal. -Lukas [1] http://maven.apache.org/maven-1.x/using/migrating.html#Calling_Ant_Scripts_from_Maven Karr, David wrote:

RE: Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-04 Thread Karr, David
And is it possible to pass parameters to goals? I need to execute the goal with a different value for a parameter, each time in a loop. From my googling on this, I see some subtle clues that make it seem like this is possible, but the actual examples never do it. -Original Message-

RE: Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-04 Thread Karr, David
I tried doing something like this: j:forEach items=${springContexts.iterator()} var=springContext echo message=springContext[${springContext}]/ attainGoal name=processSpringContext j:set var=springContext.file value=${springContext}/ /attainGoal

Re: Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-04 Thread Lukas Theussl
attainGoal is an empty tag: attainGoal name=${goal} / use j:set before that. -Lukas Karr, David wrote: I tried doing something like this: j:forEach items=${springContexts.iterator()} var=springContext echo message=springContext[${springContext}]/ attainGoal

Re: [m2] dashboard error....

2007-11-04 Thread Mick Knutson
Well, I added the plugin prefix to my pom.xml, then ran the full command and this is what I get: C:\opt\baselogic\yoursosmvn org.codehaus.mojo:dashboard-maven-plugin:1.0-SNAPSHOT:persist [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] yoursos [INFO] Utilities Common (Module

RE: Maven1: How to use ant-contrib foreach in a maven.xml goal

2007-11-04 Thread Karr, David
I did that but the result is the same. In the goal, when it prints the value of the property, instead of printing the value that printed in the forEach loop, it just printed true. -Original Message- From: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: Sunday, November 04, 2007 1:03

Re: Archiva 1.0 beta 3

2007-11-04 Thread Brett Porter
If you retain the data directory and configuration file, new versions of Archiva should continue to work seamlessly. Most important is to retain the users database (which is separate) - you can safely delete the indexes and archiva databases and they will be regenerated when the repository is

Re: [ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-04 Thread Brett Porter
On 04/11/2007, Dion Gillard [EMAIL PROTECTED] wrote: Is this one an easier to configure and get going for Maven 1.x? Were you wondering whether it is easier than something in particular, or just previous versions? The last couple of betas have been working well WRT maven1 I believe - Nicolas

Dependency info for site

2007-11-04 Thread Sinduria,Anuradha
Hi All, I am using ANT for build and Maven for site generation. So the dependency path and compilation stuff is taken care by ANT. After the site generation under the menu of dependency I want to show the dependency. But I donot want to download or put it my internal repo also. Just