[jira] Commented: (MNG-479) unable to override the default central repository

2005-08-13 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-479?page=comments#action_44412 ] Brett Porter commented on MNG-479: -- honestly, I think we should get rid of id's altogether and start keying by the url, with hostname as a generalisation. We should add a settings eleme

[jira] Created: (MNG-733) Ability to setup pom's module's name at run time

2005-08-13 Thread Dan Tran (JIRA)
Ability to setup pom's module's name at run time Key: MNG-733 URL: http://jira.codehaus.org/browse/MNG-733 Project: Maven 2 Type: Bug Components: maven-model Versions: 2.0-beta-1 Environment: xp Reporter:

[continuum build - SUCCESS - checkout] Sun Aug 14 00:30:00 GMT 2005

2005-08-13 Thread continuum
Distribution: http://maven.zones.apache.org/~continuum/builds/continuum-20050814.003000.tar.gz Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050814.003000.txt

[maven2 build - SUCCESS - checkout] Sun Aug 14 00:15:00 GMT 2005

2005-08-13 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050814.001500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050814.001500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-13 Thread Trygve Laugstøl
On Sat, Aug 13, 2005 at 04:21:47PM -0500, Allison, Bob wrote: > Is there any way to get a copy of the plexus source? I was going to try > to get a better look at what is going on when the exception is thrown > but svn doesn't seem able to get the sources. If I use the ViewCVS view > to generate a

RE: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-13 Thread Allison, Bob
Is there any way to get a copy of the plexus source? I was going to try to get a better look at what is going on when the exception is thrown but svn doesn't seem able to get the sources. If I use the ViewCVS view to generate a tarball, I get a lot of truncated file names so I miss probably a thi

[jira] Commented: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-13 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=comments#action_44410 ] Vincent Massol commented on MNG-732: I think I may have traced it to line 278 of ModelUtils in maven-core: Xpp3Dom childConfiguration = (Xpp3Dom) child.getConfiguration();

[jira] Created: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-13 Thread Vincent Massol (JIRA)
Improve plugin configuration property merge algorithm - Key: MNG-732 URL: http://jira.codehaus.org/browse/MNG-732 Project: Maven 2 Type: Improvement Components: maven-core Versions: 2.0-alpha-3 Reporter

RE: [m2] Inheriting plugin configuration properties?

2005-08-13 Thread Vincent Massol
See http://jira.codehaus.org/browse/MNG-732 -Vincent > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: samedi 13 août 2005 12:24 > To: 'Maven Developers List' > Subject: [m2] Inheriting plugin configuration properties? > > Hi, > > I'd like to share some confi

RE: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-13 Thread Allison, Bob
Validated. I still have the same problem. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 14:32 To: Maven Developers List Subject: Re: [m2] Problem (Bug?) Deploying Snapshot Jar check all parent poms along the chain, make sure they are availa

RE: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-13 Thread Allison, Bob
Could you be a little more descriptive in what you found? How is the parent pom not valid? -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 22:14 To: Maven Developers List Subject: Re: [m2] Problem (Bug?) Deploying Snapshot Jar Folks, i found t

Re: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-13 Thread dan tran
check all parent poms along the chain, make sure they are available in either local or remote. in my case, i missed type a parent's groupId -D On 8/13/05, Allison, Bob <[EMAIL PROTECTED]> wrote: > Could you be a little more descriptive in what you found? How is the > parent pom not valid? > >

[maven2 build - SUCCESS - update] Sat Aug 13 15:15:01 GMT 2005

2005-08-13 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050813.151502.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050813.151502.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[maven2 build - SUCCESS - update] Sat Aug 13 15:00:00 GMT 2005

2005-08-13 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050813.15.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050813.15.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

svn commit: r232502 - /maven/components/trunk/maven-plugins/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AbstractAntMojo.java

2005-08-13 Thread kenney
Author: kenney Date: Sat Aug 13 08:04:18 2005 New Revision: 232502 URL: http://svn.apache.org/viewcvs?rev=232502&view=rev Log: Set project's basedir on the ant Target so relative paths work. Modified: maven/components/trunk/maven-plugins/maven-antrun-plugin/src/main/java/org/apache/maven/plu

svn commit: r232501 - in /maven/components/trunk/maven-plugins/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun: AbstractAntMojo.java AntRunMojo.java components/AntTargetConverter.java

2005-08-13 Thread kenney
Author: kenney Date: Sat Aug 13 08:01:24 2005 New Revision: 232501 URL: http://svn.apache.org/viewcvs?rev=232501&view=rev Log: Moved execution code to abstract base class, so other ant-enabled plugins may use this more easily. Added: maven/components/trunk/maven-plugins/maven-antrun-plugin/s

svn commit: r232500 - /maven/components/trunk/maven-plugins/maven-surefire-plugin/src/main/java/org/apache/maven/test/SurefirePlugin.java

2005-08-13 Thread kenney
Author: kenney Date: Sat Aug 13 07:58:04 2005 New Revision: 232500 URL: http://svn.apache.org/viewcvs?rev=232500&view=rev Log: Making sure there is always a filter present, to prevent malfunctioning plugin configuration code disabling running any tests. Modified: maven/components/trunk/maven

[jira] Commented: (MAVEN-1656) Doco that explains the protocols required to allow maven.xml or any plugin.jelly to inject values into or retrieve values from another plugin

2005-08-13 Thread Andy Glick (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1656?page=comments#action_44407 ] Andy Glick commented on MAVEN-1656: --- OK! I've checked out the Maven 1 code. I've read through faq.fml and I have an idea about what I'd like to say and where I think that it ought to

[M2] RAR plugin and reusability of lifecycle

2005-08-13 Thread Stephane Nicoll
Hey guys, I am trying to finalize the m2 rar plugin but I am stuck about [re]using the plugin's lifecycle. As an introduction, a RAR file is not really a JAR file ; It's more like an EAR file actually. It is basically composed of : * META-INF/ra.xml with the deployment descriptor of the connecto

svn commit: r232441 - /maven/maven-1/plugins/trunk/pdf/xdocs/index.xml

2005-08-13 Thread aheritier
Author: aheritier Date: Sat Aug 13 03:49:08 2005 New Revision: 232441 URL: http://svn.apache.org/viewcvs?rev=232441&view=rev Log: update doc Modified: maven/maven-1/plugins/trunk/pdf/xdocs/index.xml Modified: maven/maven-1/plugins/trunk/pdf/xdocs/index.xml URL: http://svn.apache.org/viewcvs

[jira] Closed: (MPPDF-26) document the need for different files for different items

2005-08-13 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-26?page=all ] Arnaud Heritier closed MPPDF-26: Resolution: Fixed Done on the plugin home page. Thanks > document the need for different files for different items >

svn commit: r232440 - /maven/maven-1/plugins/trunk/pdf/xdocs/index.xml

2005-08-13 Thread aheritier
Author: aheritier Date: Sat Aug 13 03:43:21 2005 New Revision: 232440 URL: http://svn.apache.org/viewcvs?rev=232440&view=rev Log: MPPDF-26 : document the need for different files for different items. Thank you Rick. Modified: maven/maven-1/plugins/trunk/pdf/xdocs/index.xml Modified: maven/ma

[jira] Closed: (MPPDF-22) Allow copy and paste from pdf to text editor

2005-08-13 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-22?page=all ] Arnaud Heritier closed MPPDF-22: Resolution: Fixed Fonts settings replaced. Fixed. > Allow copy and paste from pdf to text editor > > > Key:

svn commit: r232439 - /maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fonts/ttf-gara.xml

2005-08-13 Thread aheritier
Author: aheritier Date: Sat Aug 13 03:24:57 2005 New Revision: 232439 URL: http://svn.apache.org/viewcvs?rev=232439&view=rev Log: MPPDF-22 : Allow copy and paste from pdf to text editor. Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fonts/ttf-gara.xml Modified: maven/maven-

[m2] Inheriting plugin configuration properties?

2005-08-13 Thread Vincent Massol
Hi, I'd like to share some configuration data with subprojects. I've tried efining them in the parent but they do not seem to be inherited. Is that normal? I've tried to put them directly under and also in a tag but none seem to work for inheritance. Any idea? Thanks -Vincent --