Re: Probs with maven-proxy

2006-06-19 Thread ben short
Have a look at this link https://is-micro.myip.hu/projects/ismicro-commons/proximity/ Its an alternative for maven-proxy Ben On 6/19/06, EJ Ciramella <[EMAIL PROTECTED]> wrote: Additionally - running maven with out a repository configured, this works fine. It's something to do with the maven

Re: Can we add jars from maven repository from maven itself

2006-06-16 Thread ben short
Sorry, Do you mean install them into your local machines repo? If so then mvn install will do this for you. If you want to install them to a remote repo, then see my previous post. Ben On 6/16/06, ben short <[EMAIL PROTECTED]> wrote: http://maven.apache.org/guides/mini/guide-deployi

Re: Can we add jars from maven repository from maven itself

2006-06-16 Thread ben short
http://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.htmlhttp://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.html Ben On 6/16/06, Vikas Sharma <[EMAIL PROTECTED]> wrote: Is there a plugin available to install the 3rdparty jars to maven repository? Currently I am do

Re: Maven repository manager (and maven-proxy)

2006-06-15 Thread ben short
myip.hu/projects/ismicro-commons/deploy/proximity/ - Proximity Wiki (just news currently and Trac issues) https://is-micro.myip.hu/trac/ismicro-commons Please use Trac to issue problems and/or enhancements and opinions about Proximity! Thanx and Have Fun ~t~ On 6/15/06, ben short <[EMAI

Re: Maven repository manager (and maven-proxy)

2006-06-15 Thread ben short
fool you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ben short Sent: Thursday, June 15, 2006 7:41 AM To: Maven Users List Subject: Re: Maven repository manager (and maven-proxy) Adam, I have found proximity really easy to setup. You can just deplo

Re: Maven repository manager (and maven-proxy)

2006-06-15 Thread ben short
survive on this project with maven-proxy for the meantime I think. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ben short Sent: 15 June 2006 12:19 To: Maven Users List Subject: Re: Maven repository manager (and maven-proxy) Hi, Have alook at this

Re: Maven repository manager (and maven-proxy)

2006-06-15 Thread ben short
Hi, Have alook at this site https://is-micro.myip.hu/projects/ismicro-commons/proximity/ I use it at work to serve up my internal repos and to mirror central. Not sure how it handels central not being available though. Ben On 6/15/06, Adam Hardy <[EMAIL PROTECTED]> wrote: Our company's inter

Re: Newbie archetype question

2006-06-10 Thread ben short
for me. Is that not the case? Mike On 6/9/06, ben short <[EMAIL PROTECTED]> wrote: > > Mike, > > You can just create the directorys you need from the link .. > > > http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html > >

Re: Newbie archetype question

2006-06-09 Thread ben short
Mike, You can just create the directorys you need from the link .. http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html Or you can create a seperate project that has the java source and add it as a dependacy of your webapp. Ben On 6/10/06, Mike Lund

Re: [m2] Where to put log4j.properties file

2006-06-09 Thread ben short
(ejb, jar, etc). Adding single resources file is not forseen (even if > app server have custom solutions such as the APP-INF/classes with WLS) > > HTH, > Stéphane > > On 6/7/06, ben short <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Where do I have to put my

Re: where's .m2 ?

2006-06-09 Thread ben short
Im running it on XP SP2 and it works fine. But I have my settings.conf in my maven directory. Maybe try running the mvn.bat and set the environment variables as it asks. thats all i did. Ben On 6/9/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: Doesn't seem possible to create a directory called

Re: Generate J2EE project structure with M2?

2006-06-09 Thread ben short
There is a j2ee archetype that could get you started. http://maven.sateh.com/repository/org/apache/maven/archetypes/maven-archetype-j2ee-simple/ Ben On 6/9/06, Lucas Opara <[EMAIL PROTECTED]> wrote: Hello, I was wondering if it is possible to generate a J2EE project structure with Maven2. Or

Re: [m2] Where to put log4j.properties file

2006-06-07 Thread ben short
Jon, Im using Glassfish Ben On 6/7/06, SlinnHawkins, Jon (ELS) <[EMAIL PROTECTED]> wrote: Hi Ben, Which App Sever are you using ? WebSphere ? "ben short" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hi, > > Where do I have to

[m2] Where to put log4j.properties file

2006-06-07 Thread ben short
Hi, Where do I have to put my log4j.properties file in a ear file for it to be used? I have tried adding it to /src/main/resources but it dosent get picked up on the app server. Ben - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [M2] Snapshots deployed to server not being found

2006-06-06 Thread ben short
s. > > There is no contradiction in this "little trick", since your > px-published-inhouse repo contains your own snapshots (px will not find them > on any remote peer) -- these repos ARE disjunct, no? > > ~t~ > > On 6/5/06, ben short <[EMAIL PROTECTED]> wrote: &

Re: [m2] mvn deploy:deploy-file

2006-06-05 Thread ben short
Adam, You can use the deploy:deploy-file to deploy via scp. use url scp://url.to.repo Then in your settings.xml you specify a server element that has the usrname and password to use. eg: internal mvn mvn Ben On 6/5/06, Adam Hardy <[EMAIL PROTECTED]> wrote: It's

Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread ben short
vior. Although I have not had time to > determine what is > the root cause, I think it may the IDE, Eclipse in my case, locking the > dependency > in the local repository and Maven not complaining when it can not > replace the file. Again > I have not had time to verify this, i

Re: RE : RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread ben short
, if I release a version of the same dependency and depends upon it instead of the snapshot version, everything works. Looks like a bug to me. On 6/5/06, ben short <[EMAIL PROTECTED]> wrote: > Olivier, > > Ah, I have proximity > (https://is-micro.myip.hu/projects/ismicro-commons/

Re: RE : RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread ben short
essage d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de ben short Envoyé : lundi 5 juin 2006 12:29 À : Maven Users List Objet : Re: RE : [M2] Snapshots deployed to server not being found Oliver, I have tried the -U. But i dont have any version of the artifact

Re: RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread ben short
s repo (during a furious dev phase you set always ;-) or interval:xxx in minutes) -- Olivier -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de ben short Envoyé : lundi 5 juin 2006 12:13 À : Maven Users List Objet : [M2] Snapshots deployed to server not

[M2] Snapshots deployed to server not being found

2006-06-05 Thread ben short
Hi, I am trying to include a snapshot that has been deployed to our internal repository. When I do mvn compile, maven complains that it couldn't resolve the dependency. Is this a bug with maven 2.0.4? Ben - To unsubscribe, e-m

[M2} Possible to pull in a pre built war as the EAR webModule?

2006-06-05 Thread ben short
Hi, Is it possible to use a allready built webapp as a ear webModule, rather than having the webapp as a module of the ear project itself? Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Error parsing SCM url for site-deploy target

2006-06-03 Thread ben short
Hi, I think you need to add -Dusername=YOURUSERNAME when you execute the goal, like for the release:prepare goal. http://maven.apache.org/plugins/maven-release-plugin/howto.html Ben On 6/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, The tag in my POM looks like this: scm:cvs:pse

Re: Getting Started / Problem with plugin

2006-06-02 Thread ben short
Wayne, My settings.xml is in my maven directory. Which I added as my maven home directory and t all works fine for me. Although i dont use a proxy. Ben On 6/2/06, Francois Vandewalle <[EMAIL PROTECTED]> wrote: Hello Wayne, this helped ! I was assuming that all the settings are done in the d

Re: RE : distributionManagement details in settings.xml

2006-05-31 Thread ben short
IL PROTECTED] De la part de ben short Envoyé : mercredi 31 mai 2006 18:29 À : Maven Users List Objet : distributionManagement details in settings.xml Hi, I setting up maven at work. I have setup a internal repo and proxy. What I would like to do is add the distributionManagement element to the

Re: Release Failure

2006-05-31 Thread ben short
All, I got the null pointer so I checked out the sourcecode and had a look. Its because you havent specified a connection element in your scm element. Eg: scm:svn:svn://floogle.net/empire/JEC.tags/JEC-2.0.0-alpha-7 scm:svn:svn://floogle.net/empire/JEC.tags/JEC-2.0.0-alpha-7 With this in my b

distributionManagement details in settings.xml

2006-05-31 Thread ben short
Hi, I setting up maven at work. I have setup a internal repo and proxy. What I would like to do is add the distributionManagement element to the settings.xml. I want to do this so that developers dont have to manage this in each pom. I have tried to add the element to the settings.xml but the v

Re: Newbie questions

2006-05-31 Thread ben short
Its working for me again now too. Ben On 5/31/06, Tim Kettler <[EMAIL PROTECTED]> wrote: Eugeny N Dzhurinsky schrieb: > On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote: >> You should take a look at this book. >> >> http://www.mergere.com/m2book_download.jsp

Re: Getting Started / Problem with plugin

2006-05-31 Thread ben short
François, I mean in your settings.xml you need to uncoment the proxy element and configure it to use your proxy. The -e option just shows you stacktraces if an error occurs. It may or maynot have more information that coud help. If you can't see http://repo.mergere.com/maven2/ in your browser t

Re: Newbie questions

2006-05-31 Thread ben short
You should take a look at this book. http://www.mergere.com/m2book_download.jsp Its free to download. Ben On 5/31/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote: We would like to move to Maven instead of Ant scripts. We have distributed application with set of serivces, common code and WE

Re: Goal "archetype:create" does not exist in this project.

2006-05-31 Thread ben short
Did you get that command from this page? http://maven.apache.org/guides/getting-started/index.html Ben On 5/31/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote: Hello! I'm trying to create sample project as described in online documentation, but no luck - it fails with this error: maven arch

Re: Bypass compliation error

2006-05-30 Thread ben short
Easy solution: Stop writing code that doesn't compile. ;-) Hehe Yes that was my other thought. Ben On 5/30/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Easy solution: Stop writing code that doesn't compile. ;-) How in the world did you manage to get in this situation, with multiple files that ju

Re: Bypass compliation error

2006-05-30 Thread ben short
Have a look at the compiler plugin. there is a excludes parameter for the plugin. But I dont know how to use it. Maybe comment out the source code that makes the classes fail? Or if the files are checked into source control remove them from your local machine. Neither are good sloutions. Ben ht

Re: Getting Started / Problem with plugin

2006-05-30 Thread ben short
François, Take a look at you settings.xml, there should be a bit in there that you need to uncomment and configure to make maven use a proxy. optional true http proxyuser proxypass proxy.host.net 80 local.net,some.host.com Ben On 5/30/06, Francois V

Re: Getting Started / Problem with plugin

2006-05-30 Thread ben short
I should of mentioned that the -e will print stack traces. this might help you diagnose the problem. Ben On 5/30/06, ben short <[EMAIL PROTECTED]> wrote: Hi, I just tried it and to works ok for me. Try mvn -e archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app Also, a

Re: M2 compile classpath (FAQ?)

2006-05-30 Thread ben short
You should add the jars to your local repos. http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html On 5/30/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Perhaps my question was a bit misleading, what i meant is this: I do not want to disregard the dependencies or the reposit

Re: Getting Started / Problem with plugin

2006-05-30 Thread ben short
Hi, I just tried it and to works ok for me. Try mvn -e archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app Also, are you behind a proxy? Can you see http://repo.mergere.com/maven2/ in your browser? Ben On 5/30/06, Francois Vandewalle <[EMAIL PROTECTED]> wrote: I am using the "

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-28 Thread ben short
Trygve, So how do we move forward with the idea plugin? Ben On 5/26/06, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: Arik Kfir wrote: > Hi guys, > > I developed the initial mevenide for idea (m1) a while ago, when m2 > was only in the horizon. I've planned to start working on m2 > integration bu

Re: [maven2] Generating several artifacts per project ?

2006-05-26 Thread ben short
cripts... If the pilot succeeds, we might change our framework, but it's an egg-and-chicken thing... Thanks again. ben short <[EMAIL PROTECTED]> wrote: Hi, What IDE and VC are you using? Ben On 5/26/06, sol myr wrote: > Hi, > > Newbie question: > Is it possible to gen

Re: [maven2] Generating several artifacts per project ?

2006-05-26 Thread ben short
Hi, What IDE and VC are you using? Ben On 5/26/06, sol myr <[EMAIL PROTECTED]> wrote: Hi, Newbie question: Is it possible to generate several artifacts (jars) from the same project ? I have a single project (single POM, with no sub-projects). I'd like to make it so that when I call 'mvn

Re: [OT]This list and Gmail

2006-05-26 Thread ben short
It seems like google have fixed this. Ben On 5/22/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: I use labels/filters in gmail and it's work great! On 5/22/06, ben short <[EMAIL PROTECTED]> wrote: > I wonder if its gmail thats the problem. I would say probably as its s

Re: Rant (very long)

2006-05-26 Thread ben short
Franz, So you have a firewall between you and the internet. Assuming that you can access the https repo's from your browser i see no reason why Maven wont be able to. Ben On 5/26/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: I asked this before and now try again. Can Maven2 access https re

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-26 Thread ben short
I would also be interested in the features that people would want to see in an Idea plugin. I am currently prototyping a plugin with the follwoing features. Maven 2 Support much like the Ant Build intergration. Provides a toolwindow that has a tree of goals for each module that has a pom file.

Re: maven repository manager?

2006-05-25 Thread ben short
Nothing, aslong as they contain no information to help you find out what went wronge ;) On 5/25/06, Kathryn Huxtable <[EMAIL PROTECTED]> wrote: What's wrong with exceptions, she asked, tongue firmly in cheek? -K On 5/25/06 5:36 PM, "ben short" <[EMAIL PROTECTED]&

Re: Proximity 1.0.0-alpha1

2006-05-25 Thread ben short
Tamás, Is it possible to make the central mirror use multiple remote repos? So if one is down it uses the other? Ben On 5/25/06, Tamás Cservenák <[EMAIL PROTECTED]> wrote: Hi, I've been looking at that too. Looks like we have to modify > web-inf/applicationContext.xml to change the repo i

Re: Maven-proxy (was Re: Rant (very long))

2006-05-25 Thread ben short
tty limited. If access control were easier to delegate I maybe could use Shibboleth or something. (I manage Shibboleth for our campus.) -K On 5/25/06 5:11 PM, "ben short" <[EMAIL PROTECTED]> wrote: > Well you wouldnt. > > The proxy is used to cache ( and persist ) the d

Re: maven repository manager?

2006-05-25 Thread ben short
A webapp that throughs an exception when you try to access it. On 5/25/06, Adam Hardy <[EMAIL PROTECTED]> wrote: Wouter de Vaal on 24/05/06 10:51, wrote: > Hi, > > Can anybody update me on the workings of maven repository manager? > I've downloaden the book Better Builds with Maven and on page 2

Re: Maven-proxy (was Re: Rant (very long))

2006-05-25 Thread ben short
tories? I don't see the logic there. -K On 5/25/06 4:58 PM, "Kathryn Huxtable" <[EMAIL PROTECTED]> wrote: > In that case, I'll stick with the webapp. Thanks much! -K > > > On 5/25/06 4:56 PM, "ben short" <[EMAIL PROTECTED]> wrote: > >&g

Re: Rant (very long)

2006-05-25 Thread ben short
5/25/06, Kathryn Huxtable <[EMAIL PROTECTED]> wrote: Thanks, that worked. Is the general opinion that each developer should set up maven-proxy on their own machine, or have one proxy site for an organization? If it's on my local machine I can use standalone. -K On 5/25/06 2:36 PM,

Re: Proximity 1.0.0-alpha1

2006-05-25 Thread ben short
Hi, Had a quick play and it looks good. I wonder if this is what the maven repository-manager was ment to be like. I couldnt download the maven-jar-plugin 2.1-SNAPSHOT though, but i think i remember seeing a post about that. If it possible to setup more repositories, so i can have a snapshot on

Re: Rant (very long)

2006-05-25 Thread ben short
Kathryn. You need to add the following to your settings.xml. central Internal Mirror http://url.to.your.proxy local-proxy When you rum mvn on your local machine it will go to your p

Re: Notifier from command line

2006-05-24 Thread ben short
Maven Continuum can send notifications about the outcome of builds. But i guess you want to inform people that a new release is available and they should update their dependancies or use the -U flag. On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi All, I googled lot but never got a

Re: Need information on maven proxy

2006-05-24 Thread ben short
Gautham, Here is a maven-proxy.properties file that I have used... GLOBAL SETTINGS # This is where maven-proxy stores files it has downloaded repo.local.store=./repo #The port to listen on - not used if loaded as a webapp port= #This is the base area that all files are loa

Re: Need information on maven proxy

2006-05-24 Thread ben short
dy...I am getting 404 error D'oh 404 The requested resource cannot be found. Referer: http://maven-proxy.codehaus.org/Configuration You are running release 1.1.3 (build-1.1-119 2006-04-10), please report your release number when reporting bugs. Thanks gautham On 5/24/06, ben short <[E

Re: How to prevent from deploying the same version of artefact twice?

2006-05-24 Thread ben short
This requires that you do *not* add the pre-release repo in your poms as a repo -- only the release repo. You will only use the pre-release repo as a staging area for built artifacts. Wayne On 5/24/06, ben short <[EMAIL PROTECTED]> wrote: > Juri, > > Im sorry i dont understand w

Re: How to prevent from deploying the same version of artefact twice?

2006-05-24 Thread ben short
Juri, Im sorry i dont understand what you are asking Ben On 5/24/06, Artamonov, Juri <[EMAIL PROTECTED]> wrote: Hi Ben, what do you mean under prelease and release sites? What is the site here? -Original Message- From: ben short [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23

Re: Additional Repository

2006-05-24 Thread ben short
Ok here is a better explanation of what I did. I have a ubuntu linux box running apache 1.3 Create directorys /var/mvn Create a mvn user and group with home dir of /var/mvn. chown -R mvn:mvn /var/mvn Edit /etc/mime.types add md5 sha1 to the text/plain and add the following line text/xml po

Re: Need information on maven proxy

2006-05-24 Thread ben short
You probably want the 0.2 version http://maven-proxy.codehaus.org/Configuration On 5/23/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: Hi Clifton, Thanks for responding to my question. I have downloaded the war distribution and dropped it in tomcat. Could you send me the sample maven-proxy.proper

Re: Additional Repository

2006-05-23 Thread ben short
I have the book allready but thanks all the same :) On 5/23/06, Mike Markovich <[EMAIL PROTECTED]> wrote: Ben, Chris, here is a link to a free book on Maven. It looks pretty good... http://www.mergere.com/common/reg.jsp?form_source=m-m2book&form_landing=defaultpage On Tue, 2006-05-23 at 11:

Re: Maven 2 jar plugin

2006-05-23 Thread ben short
I think you need to put the xml files in src/main/resorces in the same package structure. then maven will pull them in for you. Ben On 5/23/06, rebels_mascot <[EMAIL PROTECTED]> wrote: How do I include other files in a jar besides the class files? When I use mvn install it will create jars for

Re: How to prevent from deploying the same version of artefact twice?

2006-05-23 Thread ben short
m time to time someone will have to deploy "stable" version (without "-SNAPSHOT") and I after it would like to make this file completly safe and "read-only"(automatically). But I don't know how to... -Original Message- From: ben short [mailto:[EMAIL PRO

Re: How to prevent from deploying the same version of artefact twice?

2006-05-23 Thread ben short
nt changes to the repository that need to be ignored temporarily. On 5/23/06, ben short <[EMAIL PROTECTED]> wrote: Kind of going against the whole idea of maven then. On 5/23/06, Plygawko Dariusz (Centrala PZUSA) <[EMAIL PROTECTED]> wrote: > Is it possible to workaround this pr

Re: How to prevent from deploying the same version of artefact twice?

2006-05-23 Thread ben short
Kind of going against the whole idea of maven then. On 5/23/06, Plygawko Dariusz (Centrala PZUSA) <[EMAIL PROTECTED]> wrote: Is it possible to workaround this problem if I don't want to use snapshots? :) -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Tuesday, May

Re: Additional Repository

2006-05-23 Thread ben short
Hi, Search the list for "Structure of an Internal Repository". and this is what i did... I have added the following to my settings.xml internal internal-release Internal Release http://192.168.100.20/maven2/release internal Also I add

Re: [OT]This list and Gmail

2006-05-22 Thread ben short
I wonder if its gmail thats the problem. I would say probably as its stil beta. On 5/22/06, Piéroni Raphaël <[EMAIL PROTECTED]> wrote: me Raphaël 2006/5/22, ben short <[EMAIL PROTECTED]>: > > Hi, > > Up untill this weekend, when i posted to this list i would see

This list and Gmail

2006-05-22 Thread ben short
Hi, Up untill this weekend, when i posted to this list i would see the email i sent in my gmail inbox. For some reason this has changed, and i dont see the post untill its replied too. Anyone else seeing this problem? Ben

Re: Cannot checkin/checkout ...

2006-05-22 Thread ben short
Andrew, Im by no means an expert but i was trying out the release:plugin lastnight. And it seems update the version and comit the change to the pom for you. Im using subversion which by default dosent set the files, under its control, with read only access. Im not sure how clearcase handels thin

Re: Structure of an Internal Repository - POM extension

2006-05-21 Thread ben short
the contents of public_html.) I added a > repository tag in pom.xml that points at the repository in > public_html. When I ran Maven it found the repository, but complained > that it could not find a file with an extension of "pom". > > So, Maven can find the repository,

Re: Structure of an Internal Repository - POM extension

2006-05-21 Thread ben short
t points at the repository in public_html. When I ran Maven it found the repository, but complained that it could not find a file with an extension of "pom". So, Maven can find the repository, but it is not finding what it needs. Mike ben short wrote: > Hi Mike, > > Im tr

Re: [m2] release:prepare 'svn' is not recognized as an internal or external command

2006-05-20 Thread ben short
Ok fixed it. needed -Dusername=your_username On 5/21/06, ben short <[EMAIL PROTECTED]> wrote: Wayne, Thanks that worked. Nows its saying it cant get password. do i need to add a username and a password element to the scm element in my pom? Ben On 5/20/06, Wayne Fay <[EMAIL PROTECTE

Re: [m2] release:prepare 'svn' is not recognized as an internal or external command

2006-05-20 Thread ben short
ot; at the prompt -- if it works, then release:prepare should find it. Wayne On 5/20/06, ben short <[EMAIL PROTECTED]> wrote: > Hi, > > Im trying to use the release plugin. > > I have the following in my pom > > > scm:svn:svn://192.168.100.20/my-app/trunk > scm:s

[m2] release:prepare 'svn' is not recognized as an internal or external command

2006-05-20 Thread ben short
Hi, Im trying to use the release plugin. I have the following in my pom scm:svn:svn://192.168.100.20/my-app/trunk scm:svn:svn://192.168.100.20/my-app/trunk when i try todo the release:prepare command i get the follwoing error [ERROR] BUILD FAILURE [INFO]

Re: Structure of an Internal Repository

2006-05-20 Thread ben short
Hi Mike, Im trying todo the same thing as you are.. this is what i have got... I added the follwoing to my pom.xml scp-repository scp://192.168.100.20/home/ben And this to my settings.xml scp-repository ben 123456 This uses scp which copys files via ssh and uses the same au

Re: maven-jar-plugin 2.1-SNAPSHOT

2006-05-20 Thread ben short
mails about the same thing. It's a bit annoying On 5/20/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > I had the same error, there is definitly something wrong in Maven > 2.0.4 with remote snapshots repositories. Install it manually and > everything work fine. > > On

maven-jar-plugin 2.1-SNAPSHOT

2006-05-20 Thread ben short
I get the following error while trying to build the maven repository manager. Any ideas where i can get the snapshot? [INFO] [INFO] snapshot org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for updates fro

maven-jar-plugin:2.1-SNAPSHOT

2006-05-20 Thread ben short
I get the following error while trying to build the maven repository manager. Any ideas where i can get the snapshot? [INFO] [INFO] snapshot org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for updates fro

maven-jar-plugin:2.1-SNAPSHOT

2006-05-20 Thread ben short
I get the following error while trying to build the maven repository manager. Any ideas where i can get the snapshot? [INFO] [INFO] snapshot org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for updates fro

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-17 Thread ben short
Vinny, Where did you hear that? Do you have a link to it? Ben On 5/17/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Hopefully that's Maven2 -and- Maven1, not just one or the other, though I personally just care about M2 at this point... Wayne On 5/17/06, Vinny <[EMAIL PROTECTED]> wrote: > Got a

Re: repo down?

2006-05-16 Thread ben short
In hindsight, maven-proxy would of been worth setting up. On 5/16/06, Mark Hansen <[EMAIL PROTECTED]> wrote: +1 !!! Is there anybody who can fix this problem with the repository? I've got a bunch of developers in India who have installed m2 and need to build our company's plugins. We are l

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-15 Thread ben short
nide plugin as well. That one does do maven2 On 5/15/06, ben short <[EMAIL PROTECTED]> wrote: > Vinny, > > To get you guys going you could use the ant exec target to run the maven > goals. Not an ideal situation but alteast you can offer double click maven > goals in idea

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-15 Thread ben short
Vinny, To get you guys going you could use the ant exec target to run the maven goals. Not an ideal situation but alteast you can offer double click maven goals in idea so you dont have to switch to a console/cmd. Ben On 5/15/06, Vinny <[EMAIL PROTECTED]> wrote: Hello All, I was thinking abou

RE: [m2] Using with Idea 5.1.1

2006-05-11 Thread Ben Short
Subject: Re: [m2] Using with Idea 5.1.1 Ben Short wrote: > Trygve, > > Yes I have seen this plugin. It's fine for creating the original project, > but I want to run maven tasks from idea, like double clicking on an ant > task. It’s a bit of a pain that you have to switch to a consol

RE: [m2] Using with Idea 5.1.1

2006-05-11 Thread Ben Short
ailto:[EMAIL PROTECTED] Sent: 11 May 2006 08:41 To: Maven Users List Subject: Re: [m2] Using with Idea 5.1.1 Ben Short wrote: > Hi, > > I want to use Maven 2 with Idea 5.1.1, does anyone know of a plugin for idea > to enable maven 2 functionality? I just replied in another mail so this i

[m2] Using with Idea 5.1.1

2006-05-10 Thread Ben Short
Hi, I want to use Maven 2 with Idea 5.1.1, does anyone know of a plugin for idea to enable maven 2 functionality? Ben

RE: M2 Dependencies

2006-05-10 Thread Ben Short
w subject ie "[m2] Using with Idea 5.1.1" to the list to facilitate some discussion around this topic. "M2 dependencies" is not terribly accurate for this topic, and people who might be using IDEA might ignore it. Wayne On 5/10/06, Ben Short <[EMAIL PROTECTED]> wrote:

RE: M2 Dependencies

2006-05-10 Thread Ben Short
download the dependencies and run your Maven builds. What IDE are you using? Wayne On 5/10/06, Ben Short <[EMAIL PROTECTED]> wrote: > Hi, > > Yes I could do that, I just wondered if there was a cleaner way to get the > dependencies downloaded. > > Ben > > -Original

RE: M2 Dependencies

2006-05-10 Thread Ben Short
Wayne > > On 5/10/06, dan tran <[EMAIL PROTECTED]> wrote: > > usually you need dependencies to build some artifacts, what is your use > > case? > > > > -D > > > > > > On 5/10/06, Ben Short <[EMAIL PROTECTED]> wrote: > > &

RE: M2 Dependencies

2006-05-10 Thread Ben Short
dependencies to build some artifacts, what is your use case? -D On 5/10/06, Ben Short <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there a goal I can use to just download dependencies without cleaning > or > compiling my

M2 Dependencies

2006-05-10 Thread Ben Short
Hi, Is there a goal I can use to just download dependencies without cleaning or compiling my maven project? Ben

M2 Continuum

2006-05-09 Thread Ben Short
Hi, Can anyone point me to where I can find some scripts to hook into svn and make continuum build projets on post commit? Ben

RE: [ANN] Free Maven 2 Book now available: Better Builds with Maven

2006-04-27 Thread Ben Short
Youngho, It did the same for me for my .co.uk email address, but I tried a .com address and it worked. Ben -Original Message- From: Youngho Cho [mailto:[EMAIL PROTECTED] Sent: 27 April 2006 09:53 To: Maven Users List Subject: Re: [ANN] Free Maven 2 Book now available: Better Builds with

RE: Maven Proxy

2006-04-26 Thread Ben Short
Craig, I will post my setup to see if it helps you. There are two differences that I can see, you are using the webapp maven-proxy but I am running the stand alone maven-proxy. Also I don't have an internet proxy. My maven-proxy.properties GLOBAL SETTINGS # This is where maven

RE: Maven Proxy

2006-04-26 Thread Ben Short
Craig, This fixed my maven-proxy too!! Many thanks Ben -Original Message- From: Clifton Craig [mailto:[EMAIL PROTECTED] Sent: 26 April 2006 15:26 To: Maven Users List Subject: Re: Maven Proxy Tom, I think I found something! I just noticed that my maven-proxy configs were pointing t

RE: Maven Proxy

2006-04-25 Thread Ben Short
; On Tuesday 25 April 2006 6:20 am, Tom Joad wrote: > > Maven always go to internal repository which connects to all maven > > public repository you declare on your maven proxy configuration file. > > The order of checking artifact is always > > local repository -->inte

RE: Maven Proxy

2006-04-25 Thread Ben Short
My mistake, I didn't add repository to the end of the url. Eg : central Internal Repos http://internalhost:/repository local-proxy -Original Message- From: Ben Short [mailto:[EMAIL PROTECTED] Sent: 25 April 2006 14:

RE: Maven Proxy

2006-04-25 Thread Ben Short
maven public repositories. > > Tom. > > 2006/4/25, Ben Short <[EMAIL PROTECTED]>: > > Tom, > > > > Thanks for replying. Will maven then always go to the internal one or > > only when it cant connect to the internet server? > > > > Ben > >

RE: Maven Proxy

2006-04-25 Thread Ben Short
repository you declare on your maven proxy configuration file. The order of checking artifact is always local repository -->internal repository --> maven public repositories. Tom. 2006/4/25, Ben Short <[EMAIL PROTECTED]>: > Tom, > > Thanks for replying. Will maven then alwa

RE: Maven Proxy

2006-04-25 Thread Ben Short
, You configure connexion on settings.xml file with mirrors tag. central Internal Repos http://internalhost: local-proxy Tom. 2006/4/25, Ben Short <[EMAIL PROTECTED]>: > Hi, > > I am trying to setup maven-proxy on my network

Maven Proxy

2006-04-25 Thread Ben Short
Hi, I am trying to setup maven-proxy on my network and make all my clients connect to it rather than go to the internet. But when I run mvn complie it always connect to the internet server first. If maven can't find a dependency on the internet server then it tries my maven-proxy. I have added t

<    1   2