Re: Maven repository on SourceForge file system

2011-06-11 Thread Barrie Treloar
I know its not what you asked for, but for sites you can follow http://maven.apache.org/plugins/maven-site-plugin/examples/site-deploy-to-sourceforge.net.html - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additi

Re: Maven repository on SourceForge file system

2011-06-11 Thread Mark Struberg
hi! A slightly different approach would be to use wagon-svn and 'deploy' your artifacts to a folder in your apps Subversion repo. This is a neat hack for getting sharing a maven repo via sourceforge. LieGrue, strub --- On Sat, 6/11/11, mebigfatguy wrote: > From: mebigfatguy

Re: Maven repository on SourceForge file system

2011-06-11 Thread mebigfatguy
roject/fb-contrib/repo/com/mebigfatguy/fb-contrib/4.6.1/fb-contrib-4.6.1.pom > > Wayne Sweet!! that worked, thanks! -- View this message in context: http://maven.40175.n5.nabble.com/Maven-repository-on-SourceForge-file-system-tp4479412p4479472.html Sent from the Maven - Users ma

Re: Maven repository on SourceForge file system

2011-06-11 Thread Wayne Fay
> I see the ' which implies to me that the sf file system is getting in > the way of how maven works. Has anyone tried to do this, or am I out of > luck. Perhaps try linking directly to the file via the CDN: http://cdnetworks-us-2.dl.sourceforge.net/project/fb-contrib/repo/com/mebigfatguy/fb-contr

Maven repository on SourceForge file system

2011-06-11 Thread mebigfatguy
Greetings, I'm attempting to 'mock' a maven repository on the SourceForge file release system, here https://sourceforge.net/projects/fb-contrib/files/repo/ To do this, i deployed my jar locally to archiva, then grabbed all the files in archiva and pushed them to source forge.

RE: Dbunit plugins in codehaus and sourceforge

2010-04-08 Thread subir.sasikumar
Yes :) Thanks I figured that out after mailing here. Subir -Original Message- From: Jeff Jensen [mailto:jeffjen...@upstairstechnology.com] Sent: Thursday, April 08, 2010 6:09 PM To: 'Maven Users List' Subject: RE: Dbunit plugins in codehaus and sourceforge The first is Ma

RE: Dbunit plugins in codehaus and sourceforge

2010-04-08 Thread Jeff Jensen
ehaus and sourceforge Are third party jar files maintained by two different maven parties ? This is one maven-plugins maven-dbunit-plugin 1.9 and another one org.codehaus.mojo dbunit-maven-plugin 1.0-beta-3 Why are two different plugins developed fo

Dbunit plugins in codehaus and sourceforge

2010-04-08 Thread subir.sasikumar
in codehaus and one in sourceforge? Which one is the best and recommended one? Thanks Subir Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the

Release plugin with sourceforge

2010-03-16 Thread Michael Remijan
Has anyone gotten the Maven release plugin to work on Windows with a CVS SourceForge project.  I've been working on this all day and have made some progress but now I'm stuck.  In my POM, I have my SCM defined as: scm:cvs:ext:${cvs.userna...@ferris.cvs.sourceforge.net:/cvsroot/fer

Re: Mirroring a repository at SourceForge

2008-04-22 Thread Carlos Sanchez
On Tue, Apr 22, 2008 at 1:18 AM, Rodrigo Ru'iz <[EMAIL PROTECTED]> wrote: > Hi all, > > I am setting up a Maven2 repository at a SourceForge project, and preparing > it for automatic mirroring to Central. After looking at the guide I have a > few doubts: > > Firs

Mirroring a repository at SourceForge

2008-04-22 Thread Rodrigo Ru’iz
Hi all, I am setting up a Maven2 repository at a SourceForge project, and preparing it for automatic mirroring to Central. After looking at the guide I have a few doubts: First, I see many projects at sf use "mavensync" as the username for rsync, but I have found no mention to th

RE: mvn release on sourceforge release system

2008-03-17 Thread Brian E. Fox
To my knowledge there is not currently a wagon that works with sourceforge. -Original Message- From: delbd [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 3:12 PM To: Maven Users List Subject: mvn release on sourceforge release system Hello, i found out this old maven1 plugin

mvn release on sourceforge release system

2008-03-17 Thread delbd
Hello, i found out this old maven1 plugin http://maven-plugins.sourceforge.net/maven-sourceforge-plugin/index.html which makes it possible to deploy maven artefacts to sourceforge releases system. Is it possible to do the same with maven2? Afaik, maven 2 uses wagon to makes all it's

Re: Can`t connect to CVS on sourceforge

2007-09-11 Thread Emmanuel Venisse
in Continuum 1.1, it is in apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml Leonardo Borges Barbosa a écrit : Hi Emmanuel, Thanks for the answer. Can you point out how I can set the log level as you mentioned? I'm not familiar with Continuum config and haven't found anythi

Re: Can`t connect to CVS on sourceforge

2007-09-11 Thread Leonardo Borges Barbosa
Hi Emmanuel, Thanks for the answer. Can you point out how I can set the log level as you mentioned? I'm not familiar with Continuum config and haven't found anything at the docs. Thanks On 9/11/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > Can you set the log level of org.apache.maven.scm

Re: Can`t connect to CVS on sourceforge

2007-09-11 Thread Emmanuel Venisse
Can you set the log level of org.apache.maven.scm to DEBUG? I'd like to know what is the command and the error. Emmanuel Leonardo Borges Barbosa a écrit : Guys, I am probably missing something, but after some searching, I couldn`t find what it is. Any help would be apreciated. This is the SC

plugin to deploy to sourceforge ...

2007-08-21 Thread Giovanni Azua
Hi all, I was researching for a plugin to deploy my build tar,zip etc into my project's sourceforge repository, I found maven sourceforge plugin (http://maven-plugins.sourceforge.net/maven-sourceforge-plugin/) but does not smell to support Maven 2 see the last publication date is January

Re: Tagging a maven project in sourceforge with release:prepare fails with this message

2006-12-08 Thread Markku Saarela
Thanks, That resolved also mine release tagging problem at Sourceforge. Rgds, Markku David wrote: Just in case it's useful for someone, I've found the "curious" solution to this weird problem within the SF tracker after being knocking my head against the screen fo

Re: Tagging a maven project in sourceforge with release:prepare fails with this message

2006-12-07 Thread David
21 David 2006/12/6, David <[EMAIL PROTECTED]>: Hi, As you can see, there is a commit in the second line that is executed perfectly (I have checked it at my svn repository in sourceforge), but the 4th line which should create a new directory under "tags" for the release bein

Tagging a maven project in sourceforge with release:prepare fails with this message

2006-12-06 Thread David
Hi, As you can see, there is a commit in the second line that is executed perfectly (I have checked it at my svn repository in sourceforge), but the 4th line which should create a new directory under "tags" for the release being cooked, fails with a 403 :( Any clue? [INFO] C

Re : Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-29 Thread Julien HENRY
ercredi, 29 Novembre 2006, 9h00mn 46s Objet : Re: Re : Maven and Sourceforge (Change report and issue tracking) Thank you! I've updated the wiki with your information, I'm sure this will help a lot of people. regards, Wim 2006/11/28, Julien HENRY <[EMAIL PROTECTED]>: > > Here

Re: Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-29 Thread Wim Deblauwe
Thank you! I've updated the wiki with your information, I'm sure this will help a lot of people. regards, Wim 2006/11/28, Julien HENRY <[EMAIL PROTECTED]>: Here is how I configure changes report and issue tracking section with sourceforge: In the pom.xml:

Re : Maven and Sourceforge (mailing lists and subversion)

2006-11-28 Thread Julien HENRY
Here is how I configure my pom with Sourceforge mailing list and subversion (need to be updated for CVS) : JWebUnit Development Mailing list http://lists.sourceforge.net/mailman/listinfo/jwebunit-development

Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-28 Thread Julien HENRY
Here is how I configure changes report and issue tracking section with sourceforge: In the pom.xml: sourceforge http://sourceforge.net/tracker/?atid=497982&group_id=61302 (Note the & in

Re: Maven and Sourceforge

2006-11-28 Thread Wim Deblauwe
Thanks for the input, I've updated the wiki page with it. This is unix notation for file permissions: r = 4 (read permission) w = 2 (write permission) x = 1 (execute permission) The first number is for user The second number is for group The third is for what's left ;-) So 7 = 4

Re: Maven and Sourceforge

2006-11-27 Thread Emmanuel Hugonnet
Wim Deblauwe a écrit : Ok, thanks for the input. Can you elaborate some on what "775" means, I can put that on the wiki then. regards, Wim 2006/11/27, Wendy Smoak <[EMAIL PROTECTED]>: On 11/27/06, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > Where should I put this piece of xml? Is this part

Re: Maven and Sourceforge

2006-11-27 Thread Tom Huybrechts
these are unix file permissions. The 3 digits are for the user, the group and all users respectively, and you have 4 for reading, 2 for writing and 1 for executing. So 775 means read,write and execute for user and group, and read and execute for others. Not sure why you'd want the execute bit for

Re: Maven and Sourceforge

2006-11-27 Thread Wim Deblauwe
Ok, thanks for the input. Can you elaborate some on what "775" means, I can put that on the wiki then. regards, Wim 2006/11/27, Wendy Smoak <[EMAIL PROTECTED]>: On 11/27/06, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > Where should I put this piece of xml? Is this part of the pom or the > setti

Re: Maven and Sourceforge

2006-11-27 Thread Wendy Smoak
On 11/27/06, Wim Deblauwe <[EMAIL PROTECTED]> wrote: Where should I put this piece of xml? Is this part of the pom or the settings.xml? settings.xml, because it's developer specific (it has your userid and password.) Then the needs to match the one used in pom.xml so Maven will know to use t

Re: Maven and Sourceforge

2006-11-27 Thread Wim Deblauwe
.codehaus.org/display/MAVENUSER/MavenAndSourceforge > > It is based on my experience with Maven2 and sourceforge for the > development > of the vigilog project (http://vigilog.sourceforge.net) > > Currently, it only has information on deploying your maven-generated > website

Re: Maven and Sourceforge

2006-11-27 Thread Geoffrey De Smet
: Hi, I started a wiki page to document the best-practises on using Sourceforge.net with Maven: http://docs.codehaus.org/display/MAVENUSER/MavenAndSourceforge It is based on my experience with Maven2 and sourceforge for the development of the vigilog project (http://vigilog.sourceforge.net

Maven and Sourceforge

2006-11-27 Thread Wim Deblauwe
Hi, I started a wiki page to document the best-practises on using Sourceforge.net with Maven: http://docs.codehaus.org/display/MAVENUSER/MavenAndSourceforge It is based on my experience with Maven2 and sourceforge for the development of the vigilog project (http://vigilog.sourceforge.net

How to add a sourceforge logo to the maven 2 generated site

2006-06-04 Thread Jo Vandermeeren
Hi, Could anyone tell me how i can add a "Hosted by SourceForge.net" logo to the maven 2 generated site? I would like to add it in the navigation menu like the "Built by Maven" logo; not in bannerLeft or bannerRight.. Thanks Jo

sourceforge issue management and changes report

2006-04-25 Thread Julien Henry
ound in some pom.xml this configuration : sourceforge http://sourceforge.net/tracker/?atid=497982&group_id=61302 But it doesn't change anything in changes report, and it adds a new empty report called "Jira Report". I think it's a bug,

Re: [M2] release plugin using CVS with sourceforge

2006-02-04 Thread Paul Rule
its not a maven thing so at least I know how to attack the problem now. Thanks. --- Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > Do you use public/private keys for your connection > to sourceforge cvs? > If you have a passphrase, you must start a ssh agent > so password won't

M2 release plugin using CVS with sourceforge

2006-02-03 Thread Paul Rule
Has anyone been using the Maven2 release plugin with CVS & sourceforge? I'm having a hard time trying to get it going - it may not be a maven problem but an SSH or some other set up problem. It gets as far as trying to check in pom.xml after it's updated the version - then it f

Re: [M2] release plugin using CVS with sourceforge

2006-02-03 Thread Emmanuel Venisse
Do you use public/private keys for your connection to sourceforge cvs? If you have a passphrase, you must start a ssh agent so password won't be necessary. But i'm not sure it's the pb because you don't have a message in log. Emmanuel Paul Rule a écrit : Hi, Has anyone b

[M2] release plugin using CVS with sourceforge

2006-02-03 Thread Paul Rule
Hi, Has anyone been using the Maven2 release plugin with CVS & sourceforge? I'm having a hard time trying to get it going - it may not be a maven problem but an SSH or some other set up problem. It gets as far as trying to check in pom.xml after it's updated the version - then it

Re: Sourceforge

2005-07-11 Thread Incze Lajos
On Mon, Jul 11, 2005 at 07:41:39PM +0200, Filip Polsakiewicz wrote: > Hi list, > > I have a question concerning using maven for projects hosted on sourceforge. > > Could anybody explain to me what I have to set in Maven in order to > > > > 1.deploy my site to

Sourceforge

2005-07-11 Thread Filip Polsakiewicz
Hi list, I have a question concerning using maven for projects hosted on sourceforge. Could anybody explain to me what I have to set in Maven in order to 1. deploy my site to sourceforge 2. use the sourceforge cvs 3. display the sf logo as company logo Thanks, Filip

Doxygen plugin from sourceforge

2005-04-14 Thread Mykel Alvis
Has anyone managed to update the sourceforge maven-doxygen-plugin to work with version 1.3.9.1? Or even updated it so that it uses a later version of doxygen? I downloaded the new ant_doxygen.jar task (1.4) from SF, renamed the jar to ant-doxygen-1.4,jar, and placed it in my local repository

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-07 Thread Brett Porter
nt plugin has changed this in last > >>>> November (there was already a JIRA issue on this). We're now saying: > >>>> > >>>> "We are pleased to announce the ${pom.name} ${versionVariable} > >>>> release![...]" > >>>> > >>>> A

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-07 Thread Siegfried Goeschl
e note that the plugin also supports custom stylesheets. Would that do? Thanks -Vincent -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: jeudi 6 janvier 2005 23:50 To: Maven Users List Subject: Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge Sinc

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-07 Thread Eric Giguere
ter [mailto:[EMAIL PROTECTED] Sent: jeudi 6 janvier 2005 23:50 To: Maven Users List Subject: Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge Since all plugins are in the maven group... and must be to be downloadable right? I took its output and removed the part for download. What sh

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-07 Thread Siegfried Goeschl
AIL PROTECTED] Sent: jeudi 6 janvier 2005 23:50 To: Maven Users List Subject: Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge Since all plugins are in the maven group... and must be to be downloadable right? I took its output and removed the part for download. What should I put the

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-07 Thread Eric Giguere
lesheets. Would that do? Thanks -Vincent -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: jeudi 6 janvier 2005 23:50 To: Maven Users List Subject: Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge Since all plugins are in the maven group... and must

RE: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-07 Thread Vincent Massol
aven uber-dist Plugin 1.0.10 released on Sourceforge > > > Since all plugins are in the maven group... and must be to be > > downloadable right? I took its output and removed the part for download. > > What should I put there then? > > That's not correct though. Th

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-06 Thread Brett Porter
auotmatic sync. set up from their website to ibiblio. There would be too much overhead in doing this for every single sourceforge project, but I'm sure the plugin would be welcome to join that project. - Brett > > thx > Eric. > > Brett Porter wrote: > > >Can you

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-06 Thread Eric Giguere
Sorry about that but its the default behavior of the announcement plugin isn't it? The ${pom.groupId} team is pleased to announce the ${pom.name} ${versionVariable} release! Since all plugins are in the maven group... and must be to be downloadable right? I took its output and

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-05 Thread Brett Porter
Can you please fix your announcements so it isn't from "the maven team"? Thanks. If you need better infrastructure such as a maven repository to deploy to that is sync'd to ibiblio, it might be worth moving this to maven-plugins.sf.net, and you could participate in the other plugins there too. Re

[ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-05 Thread Eric Giguere
The maven team is pleased to announce the Maven Uberdist plugin 1.0.10 release! Although it is now version 1.0.10, this is the first public release of the plugin. More info can be found at: http://sourceforge.net/projects/uber-dist/ This plugin provides a mechanism to build what we may call a c

Maven WebLogic Plugin 0.1.0 is released on SourceForge

2004-07-15 Thread "Göschl,Siegfried"
Hi folks, I finally came around to upload the plugin to http://sourceforge.net/projects/maven-plugins/ but it is currently not added to the website. Current State: === +) I developed it on Bea WebLogic 8.1 SP 1 on Windows with Maven 1.0 RC1 +) Half a dozen peop

Re: site:deploy onto sourceforge

2004-04-23 Thread David R Robison
The problem turned out to be that I had to load my public keys onto my sourceforge account so that ssh could log onto shell.sourceforge.net without having to ask for my password. After I did this, all worked well. David Quoting Yujin Kim <[EMAIL PROTECTED]>: > i had a similar i

Re: site:deploy onto sourceforge

2004-04-23 Thread Yujin Kim
ing worked fine for me. you might be having a different issue though. On Apr 22, 2004, at 6:40 PM, David R Robison wrote: Are there any tricks to deploying the generated web site onto sourceforge using the site:deploy goal? When I try it, I get to the site:sshdeploy goal, the tar.gz file is cre

site:deploy onto sourceforge

2004-04-22 Thread David R Robison
Are there any tricks to deploying the generated web site onto sourceforge using the site:deploy goal? When I try it, I get to the site:sshdeploy goal, the tar.gz file is created, then maven hangs and nothing further happens. Any ideas? David Robison

RE: download jar from sourceforge

2004-03-12 Thread Jörg Schaible
is released. > > How can i specify the url? > > How maven works with sourceforge? No, the URL element is just a description, where the user can *manually* download the missing jar. Maven just downloads from the URL's defined with the property maven.rep.download and expects ther

download jar from sourceforge

2004-03-12 Thread twabner
Hello, how can i give maven the url in , thus maven downloads a specific file-relase from a project? I try to use http://sourceforge.net/projects/columba and wont to download the jscf-0.1.jar which is released. How can i specify the url? How maven works with sourceforge? Many Thanks

Re: How to upload to SourceForge

2004-02-09 Thread Marco Tedone
bruary 09, 2004 9:19 AM Subject: Re: How to upload to SourceForge > You can use sourceforge plugin host by maven-plugins project on sourceforge > : > > http://maven-plugins.sourceforge.net > > Emmanuel > > - Original Message - > From: "Marco Tedone" <[EMAIL

Re: How to upload to SourceForge

2004-02-09 Thread Emmanuel Venisse
You can use sourceforge plugin host by maven-plugins project on sourceforge : http://maven-plugins.sourceforge.net Emmanuel - Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: "Maven-users" <[EMAIL PROTECTED]> Sent: Sunday, February 08, 200

How to upload to SourceForge

2004-02-08 Thread Marco Tedone
Hi, how could I deploy something to SourceForge? Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to upload to Sourceforge from Maven

2004-01-28 Thread Marco Tedone
Hi, my project gets built succesfully. How do I upload the source distribution to sourceforge. With Ant, I used the task (which required NetComponents.jar). How do I accomplish the same feature with Maven? I had a look at the SourceForge plugin but it doesn't seem to work very well, and

Re: Changelog and sourceforge

2004-01-08 Thread Emmanuel Venisse
It's a sourceforge problem. I can't run cvs login for your project. Emmanuel - Original Message - From: "Celso Gomes Barreto Junior" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 07, 2004 8:59 PM Subject: Changelog and sourcefor

Changelog and sourceforge

2004-01-07 Thread Celso Gomes Barreto Junior
Hello Folks, I have a project hosted on sourceforge and last week I started to have a problem with the changelog maven plugin. I've got the follow error: [echo] Generating the changelog report SCM Working Directory: C:\projects\Arandu\core SCM Command Line[0]: cvs SCM Command Line[1]: -

Re: Deploying distribution to SourceForge

2003-05-30 Thread Martin Skopp
On Fri, 2003-05-30 at 13:58, Matt Raible wrote: > Since the deployment of my project's site was so easy using "maven > site:deploy", I suspect that's there's an easy way to "package" my app and > upload it to SourceForge. have you checked the

Deploying distribution to SourceForge

2003-05-30 Thread Matt Raible
Since the deployment of my project's site was so easy using "maven site:deploy", I suspect that's there's an easy way to "package" my app and upload it to SourceForge. For packaging, here's what I had in mind. 1. Creates a "dist" directory. 2