Where in the Maven source code "default excludes" of the Maven Assembly plugin are defined?

2019-03-08 Thread Behrang
I grep'd over the main Maven repo as well as the Assembly plugin's repo and couldn't find anything helpful. --- Best regards, Behrang Saeedzadeh blog.behrang.org

Re: where to get the SVN url of maven source code?

2008-09-18 Thread 陈思淼
thank you, I got it 2008/9/18 Arnaud HERITIER <[EMAIL PROTECTED]> > https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9/ > > Arnaud > > On Thu, Sep 18, 2008 at 1:39 PM, 陈思淼 <[EMAIL PROTECTED]> wrote: > > > Im trying to get use mvnDebug and the the source code of maven ,my maven > >

Re: where to get the SVN url of maven source code?

2008-09-18 Thread Arnaud HERITIER
https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9/ Arnaud On Thu, Sep 18, 2008 at 1:39 PM, 陈思淼 <[EMAIL PROTECTED]> wrote: > Im trying to get use mvnDebug and the the source code of maven ,my maven > version is Maven version: 2.0.9, Who can tell me where to get the according > so

where to get the SVN url of maven source code?

2008-09-18 Thread 陈思淼
Im trying to get use mvnDebug and the the source code of maven ,my maven version is Maven version: 2.0.9, Who can tell me where to get the according source code of it? thanks!

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-24 Thread Peter A. Pilgrim
Brett Porter wrote: You have an old surefire plugin, by the looks of it. I'll file a bug and look into solving this in the bootstrap, but you can try this: rm -rf ~/.m2/repository/org/apache/maven/plugins Sorry for the confusion. - Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrot

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-23 Thread Brett Porter
You have an old surefire plugin, by the looks of it. I'll file a bug and look into solving this in the bootstrap, but you can try this: rm -rf ~/.m2/repository/org/apache/maven/plugins Sorry for the confusion. - Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Brett Porter wrot

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-23 Thread Peter A. Pilgrim
Brett Porter wrote: There is a message size limit. Please *just* the output of building maven-core at the end where it fails. - Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: ==== Here is the output from ``org.apache.maven.usability.PluginErrorDiagnoserTest.txt'' and

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-23 Thread Peter A. Pilgrim
Brett Porter wrote: There is a message size limit. Please *just* the output of building maven-core at the end where it fails. - Brett Ok here goes. ==== [DEBUG] Source roots: [DEBUG] /home/peterp/Projects/maven-components/maven-core/src/test/java Compiling 5 source files to /home/pet

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Brett Porter
There is a message size limit. Please *just* the output of building maven-core at the end where it fails. - Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Pilgrim, Peter wrote: > >>-Original Message- > >>From: Brett Porter [mailto:[EMAIL PROTECTED] > > > > ==== > > >

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Peter A. Pilgrim
Pilgrim, Peter wrote: -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] ==== Odd... can you edit the BootstrapInstaller.java and add "-X" as an optional in runMaven() ? I'd like to know what the plexus dependencies are when these tests are run. - Brett I wil

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Brett Porter
The output of the maven-core part of the build Cheers, Brett On 11/23/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Brett Porter wrote: > > Odd... > > > > can you edit the BootstrapInstaller.java and add "-X" as an optional > > in runMaven() ? > > > > I'd like to know what the plexus dependen

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Peter A. Pilgrim
Brett Porter wrote: Odd... can you edit the BootstrapInstaller.java and add "-X" as an optional in runMaven() ? I'd like to know what the plexus dependencies are when these tests are run. - Brett On 11/22/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: Unfortunately I am still getting this

RE: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Pilgrim, Peter
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] ==== > > > Odd... > > can you edit the BootstrapInstaller.java and add "-X" as an optional > in runMaven() ? > > I'd like to know what the plexus dependencies are when these > tests are run. > > - Brett I will d

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Bruno Aranda
The day this thread was begun I did use the bootstrap in a FC3 and maven built without problems... Regards, Bruno 2005/11/22, Brett Porter <[EMAIL PROTECTED]>: > Odd... > > can you edit the BootstrapInstaller.java and add "-X" as an optional > in runMaven() ? > > I'd like to know what the plexus

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Brett Porter
Odd... can you edit the BootstrapInstaller.java and add "-X" as an optional in runMaven() ? I'd like to know what the plexus dependencies are when these tests are run. - Brett On 11/22/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Unfortunately I am still getting this error. > I remove the

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-22 Thread Peter A. Pilgrim
Brett Porter wrote: Ok, this is working for me. I think that you might have been affected by a repository error the other day. Can you try: rm -rf ~/.m2/repository/org/codehaus/plexus (assuming that is where your local repository is). Thanks, Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECT

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-19 Thread Brett Porter
Ok, this is working for me. I think that you might have been affected by a repository error the other day. Can you try: rm -rf ~/.m2/repository/org/codehaus/plexus (assuming that is where your local repository is). Thanks, Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Brett Po

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-19 Thread Peter A. Pilgrim
Brett Porter wrote: Its not stdout we're after - take a look at the txt files in maven-core/target/surefire-reports. The one with a failure should be sent. Ok here is the output from org.apache.maven.usability.PluginErrorDiagnoserTest.txt [57] > c org.apache.maven.usability.PluginErrorDiagnos

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-19 Thread Brett Porter
Its not stdout we're after - take a look at the txt files in maven-core/target/surefire-reports. The one with a failure should be sent. What is your purpose for building from source instead of using the release version? - Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Brett Por

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-18 Thread Peter A. Pilgrim
Brett Porter wrote: I'll try it out now. What is the output of the test failure in maven-core/target/surefire-reports? - Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: Hi I followed the instructions in the README.txt and created M2_HOME environment variable. and setting the P

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-18 Thread Brett Porter
I'll try it out now. What is the output of the test failure in maven-core/target/surefire-reports? - Brett On 11/19/05, Peter A. Pilgrim <[EMAIL PROTECTED]> wrote: > Hi > > I followed the instructions in the README.txt and created M2_HOME > environment variable. and setting the PATH. > -

[m2] Bootstrap Maven Source Code does not build on Linux

2005-11-18 Thread Peter A. Pilgrim
Hi I followed the instructions in the README.txt and created M2_HOME environment variable. and setting the PATH. % export M2_HOME=/home/peterp/maven-2.0-SNAPSHOT % export PATH=$PATH:$M2_HOME/bin Running the ``bootstrap.sh'' causes failure

Re: downloading Maven source code from SVN

2005-09-01 Thread andrew
why HTTPS works but HTTP doesn't? >> >> Michael >> >> -Original Message- >> From: Edward Yakop [mailto:[EMAIL PROTECTED] >> Sent: Friday, 2 September 2005 10:11 AM >> To: Maven Users List >> Subject: Re: downloading Maven source code from

Re: downloading Maven source code from SVN

2005-09-01 Thread Edward Yakop
ginal Message- From: Edward Yakop [mailto:[EMAIL PROTECTED] Sent: Friday, 2 September 2005 10:11 AM To: Maven Users List Subject: Re: downloading Maven source code from SVN Hi, How about using https protocol (svn co https://svn.apache.org ...). Regards, Edward Trygve Laugstøl wrote: On Fri, S

RE: downloading Maven source code from SVN

2005-09-01 Thread Michael McCrann
Edward, Fantastic, that worked. Out of curiosity, do you know why HTTPS works but HTTP doesn't? Michael -Original Message- From: Edward Yakop [mailto:[EMAIL PROTECTED] Sent: Friday, 2 September 2005 10:11 AM To: Maven Users List Subject: Re: downloading Maven source code from SVN

Re: downloading Maven source code from SVN

2005-09-01 Thread Edward Yakop
Hi, How about using https protocol (svn co https://svn.apache.org ...). Regards, Edward Trygve Laugstøl wrote: On Fri, Sep 02, 2005 at 08:03:50AM +1000, Michael McCrann wrote: I am trying to download the Maven source code from SVN. To do this, I am using the commands on the Maven website

Re: downloading Maven source code from SVN

2005-09-01 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 08:03:50AM +1000, Michael McCrann wrote: > I am trying to download the Maven source code from SVN. To do this, I am > using the commands on the Maven website: > > svn co http://svn.apache.org/repos/asf/maven/maven-1/core/trunk > maven-1/core/trun

downloading Maven source code from SVN

2005-09-01 Thread Michael McCrann
I am trying to download the Maven source code from SVN. To do this, I am using the commands on the Maven website: svn co http://svn.apache.org/repos/asf/maven/maven-1/core/trunk maven-1/core/trunk svn co http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk maven-1/plugins/trunk But I

Maven source code link from site

2005-06-15 Thread Graham King
The maven.apache.org site does not provide a way to get the maven source code. The Project Info / Source Repository page only has the viewcvs link. The only way I could find of getting the real URL was to browse to project.xml in viewcvs. Could the SVN link http://svn.apache.org/repos

RE: Maven Source Code

2004-08-13 Thread Eric Pugh
I think CVS is all there is. Or use CVSGrab. I am surprised that the new jersey institute of tech is worried about using CVS. Eric > -Original Message- > From: Puneet Garg [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 2:46 PM > To: Maven Users List > Subjec

Re: Maven Source Code

2004-08-13 Thread Ikaros
If you dont have access to CVS due to FW issues, get CVSGrab from "http://cvsgrab.sourceforge.net/index.html";. You can run it from the commandline like this to get a copy of Maven's source or any other CVS source for that matter: cvsgrab -rootUrl http://cvs.apache.org/viewcvs.cgi/ -packagePath m

Maven Source Code

2004-08-13 Thread Puneet Garg
Can any body tell me where do I find zip file for the source code of maven ?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven Source Code

2004-08-12 Thread Puneet Garg
Hi, I dont have CVS and neither can I download it (co. Policy) Is there a zip file (of source code) available on the maven site ?? Dennis Lundberg wrote: > >The source code for Maven is available from the CVS repository. You can >find instructions for downloading it here: > http://maven.apa

Re: Maven Source Code

2004-08-11 Thread Dennis Lundberg
The source code for Maven is available from the CVS repository. You can find instructions for downloading it here: http://maven.apache.org/cvs-usage.html -- Dennis Lundberg Puneet Garg wrote: Hey, I wanted to dowmload the sorce code for maven. Could not find it anywhere. Can someone send me the

Maven Source Code

2004-08-11 Thread Puneet Garg
Hey, I wanted to dowmload the sorce code for maven. Could not find it anywhere. Can someone send me the exact URL for downloading the source code .. thanks -puneet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c