[jira] Closed: (MNG-2472) set up a staging site

2006-08-02 Thread Marvin King (JIRA)
[ http://jira.codehaus.org/browse/MNG-2472?page=all ] Marvin King closed MNG-2472. Resolution: Fixed > set up a staging site > - > > Key: MNG-2472 > URL: http://jira.codehaus.org/browse/MNG-2472 >

[jira] Updated: (MNG-2472) set up a staging site

2006-08-02 Thread Marvin King (JIRA)
[ http://jira.codehaus.org/browse/MNG-2472?page=all ] Marvin King updated MNG-2472: - Issue Type: Task (was: Improvement) > set up a staging site > - > > Key: MNG-2472 > URL: http://jira.codehaus.org/browse

[jira] Commented: (MNG-2472) set up a staging site

2006-08-02 Thread Marvin King (JIRA)
[ http://jira.codehaus.org/browse/MNG-2472?page=comments#action_71472 ] Marvin King commented on MNG-2472: -- found a staging area > set up a staging site > - > > Key: MNG-2472 > URL: http://j

[jira] Commented: (MNG-2471) Add search box to the index page

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2471?page=comments#action_71470 ] Brett Porter commented on MNG-2471: --- I like the separate box with no image better - can we get that one as a patch with the focus javascript? > Add search box to the index

[jira] Updated: (MRM-130) improve search results page

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-130?page=all ] Brett Porter updated MRM-130: - Remaining Estimate: 3 hours Original Estimate: 3 hours we also need to keep the same search form at the top as we had originally (quick search or find artifact) > impr

[jira] Closed: (MRM-132) browse interface should accept URL paths

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-132?page=all ] Brett Porter closed MRM-132. Resolution: Fixed > browse interface should accept URL paths > > > Key: MRM-132 > URL: http://jira.code

[jira] Updated: (MRM-132) browse interface should accept URL paths

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-132?page=all ] Brett Porter updated MRM-132: - Remaining Estimate: 30 minutes Original Estimate: 30 minutes > browse interface should accept URL paths > > > Ke

[jira] Created: (MNG-2481) project builder should make the processed project cache configurable

2006-08-02 Thread Brett Porter (JIRA)
project builder should make the processed project cache configurable Key: MNG-2481 URL: http://jira.codehaus.org/browse/MNG-2481 Project: Maven 2 Issue Type: Bug

[jira] Commented: (MNG-2481) project builder should make the processed project cache configurable

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2481?page=comments#action_71461 ] Brett Porter commented on MNG-2481: --- another thought - perhaps the cachability of poms that were accessed as parents or have been identified as dependencies could get a hig

[jira] Updated: (MRM-142) possible memory leak

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-142?page=all ] Brett Porter updated MRM-142: - Fix Version/s: (was: 1.0-beta-1) > possible memory leak > > > Key: MRM-142 > URL: http://jira.codehaus.org/browse/MRM

[jira] Updated: (MJAVADOC-81) Additional doclets do not run.

2006-08-02 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-81?page=all ] Shinobu Kawai updated MJAVADOC-81: -- Attachment: MJAVADOC-81 Patch to expose name, description, and outputName. Applied, I can add the following to my pom to make it work: ...

[jira] Updated: (MJAVADOC-81) Additional doclets do not run.

2006-08-02 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-81?page=all ] Shinobu Kawai updated MJAVADOC-81: -- Attachment: pom.xml The pom that doesn't work. I get the following in the log: [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already exists for

[jira] Commented: (ARCHETYPE-42) Update the mojo archetype to be compliant with the plugin documentation standard

2006-08-02 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/ARCHETYPE-42?page=comments#action_71454 ] Edwin Punzalan commented on ARCHETYPE-42: - I've just found out that I have commit access in archetypes... I'm not committing this bec I don't know if the plugin-p

[jira] Commented: (MRM-142) possible memory leak

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-142?page=comments#action_71447 ] Brett Porter commented on MRM-142: -- the comment above seems a bit misleading. reading the files/classes inside a JAR is not time consuming. Indexing data (both jars and poms)

[jira] Commented: (MJAVADOC-81) Additional doclets do not run.

2006-08-02 Thread Wendy Smoak (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-81?page=comments#action_71448 ] Wendy Smoak commented on MJAVADOC-81: - Can you post the config that is not working? I was able to run the UmlGraph doclet in addition to the normal Javadoc doclet b

[jira] Created: (MJAVADOC-81) Additional doclets do not run.

2006-08-02 Thread Shinobu Kawai (JIRA)
Additional doclets do not run. -- Key: MJAVADOC-81 URL: http://jira.codehaus.org/browse/MJAVADOC-81 Project: Maven 2.x Javadoc Plugin Issue Type: Bug Affects Versions: 2.0 Reporter: Shinobu Kawai

[jira] Commented: (MRM-142) possible memory leak

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-142?page=comments#action_71445 ] Brett Porter commented on MRM-142: -- did some performance analysis while I was there. It appears that indexing the JAR files is not the time consuming operation, but rather th

[jira] Commented: (MRM-142) possible memory leak

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-142?page=comments#action_71442 ] Brett Porter commented on MRM-142: -- this simply seems to be the size of the processedProjectCache in the project builder. We should probably restrict the size of that in gene

[jira] Updated: (MRM-142) possible memory leak

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-142?page=all ] Brett Porter updated MRM-142: - Remaining Estimate: 1 hour Original Estimate: 1 hour > possible memory leak > > > Key: MRM-142 > URL: http://jira.co

[jira] Closed: (MAVEN-1768) wrong directory structure in src distribution package (maven-dist-plugin-1.7)

2006-08-02 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1768?page=all ] Lukas Theussl closed MAVEN-1768. Resolution: Won't Fix It's not necessary to open the same issue again under another project as we can just move it there. > wrong directory structure in src distri

[jira] Created: (MAVENUPLOAD-1028) Upload Joda-Time 1.3

2006-08-02 Thread Stephen Colebourne (JIRA)
Upload Joda-Time 1.3 Key: MAVENUPLOAD-1028 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1028 Project: maven-upload-requests Issue Type: Task Reporter: Stephen Colebourne http://joda-time.sourceforge.net

[jira] Commented: (MEAR-31) add ability to configure JBoss-specific deployment options in plugin configuration that will result in a jboss-app.xml descriptor being generated

2006-08-02 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MEAR-31?page=comments#action_71439 ] Stephane Nicoll commented on MEAR-31: - jboss app is now generated. I need to bind it to the lifecycle + disable application.xml inclusion as a connector when it makes sens

[jira] Updated: (MEV-426) Quartz 1.5.2 missing pom and jar. Has source.

2006-08-02 Thread Lee Meador (JIRA)
[ http://jira.codehaus.org/browse/MEV-426?page=all ] Lee Meador updated MEV-426: --- Attachment: pom.xml I seem to have lost a couple of optional true lines in the previous version. Now they are in the pom. > Quartz 1.5.2 missing pom and jar. Has source. >

[jira] Commented: (MNG-2479) add support for optional 'packagingName' element in dependency blocks

2006-08-02 Thread Ian Springer (JIRA)
[ http://jira.codehaus.org/browse/MNG-2479?page=comments#action_71435 ] Ian Springer commented on MNG-2479: --- Hmm, I'm not sure I agree with this. If it was desired to override the default filename for transitive deps, this could be achieved by

[jira] Closed: (MNG-2479) add support for optional 'packagingName' element in dependency blocks

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2479?page=all ] Brett Porter closed MNG-2479. - Assignee: Brett Porter Resolution: Won't Fix this should be available as plugin configuration for the various packaging plugins already - if not it should be requeste

[jira] Updated: (MRELEASE-122) Versionless Extension causes NullPointerException in release:prepare

2006-08-02 Thread Matthew Beermann (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-122?page=all ] Matthew Beermann updated MRELEASE-122: -- Attachment: patch.txt It's a very simple fix - the other functions in the class have this logic, but it got missed for extensions. > Versionless Exte

[jira] Created: (MNG-2480) Support for different types of version ranges in dependencies

2006-08-02 Thread Peter Monks (JIRA)
Support for different types of version ranges in dependencies - Key: MNG-2480 URL: http://jira.codehaus.org/browse/MNG-2480 Project: Maven 2 Issue Type: Improvement Compon

[jira] Closed: (MJAR-55) possibility to add arbitrary elements to the manifest classpath

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MJAR-55?page=all ] Brett Porter closed MJAR-55. Assignee: Brett Porter Resolution: Duplicate > possibility to add arbitrary elements to the manifest classpath > -

[jira] Commented: (MEV-426) Quartz 1.5.2 missing pom and jar. Has source.

2006-08-02 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-426?page=comments#action_71432 ] Carlos Sanchez commented on MEV-426: as is said, ejb and servlet must have true > Quartz 1.5.2 missing pom and jar. Has source. > -

[jira] Commented: (MEAR-31) add ability to configure JBoss-specific deployment options in plugin configuration that will result in a jboss-app.xml descriptor being generated

2006-08-02 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MEAR-31?page=comments#action_71431 ] Stephane Nicoll commented on MEAR-31: - also we need to disable the connector stuff when the jboss-app.xml is generated > add ability to configure JBoss-specific deployment

[jira] Updated: (MEV-426) Quartz 1.5.2 missing pom and jar. Has source.

2006-08-02 Thread Lee Meador (JIRA)
[ http://jira.codehaus.org/browse/MEV-426?page=all ] Lee Meador updated MEV-426: --- Attachment: pom.xml Here is a better pom. I had the previous one totally messed up. What I forgot was that when dealing with "transitive" dependencies maven2 will convert the s

[jira] Commented: (CONTINUUM-771) Add user management screens

2006-08-02 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-771?page=comments#action_71428 ] Carlos Sanchez commented on CONTINUUM-771: -- Applied patches but the last one that doesn't apply correctly. Also the solution goes through using maven-user as s

[jira] Created: (MNG-2479) add support for optional 'packagingName' element in dependency blocks

2006-08-02 Thread Ian Springer (JIRA)
add support for optional 'packagingName' element in dependency blocks - Key: MNG-2479 URL: http://jira.codehaus.org/browse/MNG-2479 Project: Maven 2 Issue Type: New Feature

[jira] Closed: (MEAR-29) EAR:generate-application-xml : Ability to deactivate generation to be compliant with portlet deployment

2006-08-02 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MEAR-29?page=all ] Stephane Nicoll closed MEAR-29. --- Resolution: Fixed Fixed. set true for the related web module. > EAR:generate-application-xml : Ability to deactivate > generation to be compliant with portlet deploym

[jira] Commented: (MEAR-29) EAR:generate-application-xml : Ability to deactivate generation to be compliant with portlet deployment

2006-08-02 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MEAR-29?page=comments#action_71426 ] Stephane Nicoll commented on MEAR-29: - which portlet container are you using? This problem sounds weird to me and is maybe a limitation of the container you are using. >

[jira] Updated: (MNG-2471) Add search box to the index page

2006-08-02 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MNG-2471?page=all ] Dennis Lundberg updated MNG-2471: - Attachment: index-with-focus.html Using the original proposal, I added a small javascript that sets focus to the searchbox so that you can start typing right away.

[jira] Updated: (MDEP-32) -Sibling Dependency Not Included in copy-dependencies output during multi-project build

2006-08-02 Thread Matt Brozowski (JIRA)
[ http://jira.codehaus.org/browse/MDEP-32?page=all ] Matt Brozowski updated MDEP-32: --- Attachment: dependency-revised.zip > -Sibling Dependency Not Included in copy-dependencies output during > multi-project build >

[jira] Commented: (MDEP-32) -Sibling Dependency Not Included in copy-dependencies output during multi-project build

2006-08-02 Thread Matt Brozowski (JIRA)
[ http://jira.codehaus.org/browse/MDEP-32?page=comments#action_71422 ] Matt Brozowski commented on MDEP-32: I have reopened this because it doesn't appear to be fixed in maven-dependency-plugin. I have revised the original test to use the ma

[jira] Created: (MDEP-32) -Sibling Dependency Not Included in copy-dependencies output during multi-project build

2006-08-02 Thread Matt Brozowski (JIRA)
-Sibling Dependency Not Included in copy-dependencies output during multi-project build --- Key: MDEP-32 URL: http://jira.codehaus.org/browse/MDEP-32 Project: Maven 2

[jira] Commented: (MAVEN-1768) wrong directory structure in src distribution package (maven-dist-plugin-1.7)

2006-08-02 Thread JIRA
[ http://jira.codehaus.org/browse/MAVEN-1768?page=comments#action_71421 ] Jarkko Viinamäki commented on MAVEN-1768: - Ah sorry. I didn't notice that there are separate Jira areas for all plugins. Reported this to the maven-dist-plugin subp

[jira] Created: (MPDIST-29) src distribution archive has incorrect directory structure

2006-08-02 Thread JIRA
src distribution archive has incorrect directory structure -- Key: MPDIST-29 URL: http://jira.codehaus.org/browse/MPDIST-29 Project: maven-dist-plugin Issue Type: Bug Affects Versio

[jira] Created: (MAVEN-1768) wrong directory structure in src distribution package (maven-dist-plugin-1.7)

2006-08-02 Thread JIRA
wrong directory structure in src distribution package (maven-dist-plugin-1.7) - Key: MAVEN-1768 URL: http://jira.codehaus.org/browse/MAVEN-1768 Project: Maven Issue

[jira] Updated: (MRELEASE-137) proposed SCM release tag or label in multiproject

2006-08-02 Thread Matthew Beermann (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-137?page=all ] Matthew Beermann updated MRELEASE-137: -- Attachment: patch.txt This seems like a relatively straightforward fix - the root project is last on the list, not first. Could someone get this check

[jira] Created: (CONTINUUM-801) Maven2: Add Project Homepage URL to the project info page and build result page.

2006-08-02 Thread Sharmarke Aden (JIRA)
Maven2: Add Project Homepage URL to the project info page and build result page. Key: CONTINUUM-801 URL: http://jira.codehaus.org/browse/CONTINUUM-801 Project: Continuum

[jira] Commented: (MPWAR-62) maven-war-plugin doesn't compile java sources when used with maven-test-plugin 1.8

2006-08-02 Thread nicolas de loof (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-62?page=comments#action_71417 ] nicolas de loof commented on MPWAR-62: -- Latest patch should also solve this. I'll try it ASAP. > maven-war-plugin doesn't compile java sources when used with > maven-t

[jira] Updated: (MPXDOC-197) report fails if repository is not defined

2006-08-02 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-197?page=all ] Lukas Theussl updated MPXDOC-197: - Assignee: Lukas Theussl Fix Version/s: 1.10.1 > report fails if repository is not defined > - > >

[jira] Commented: (MPMULTIPROJECT-69) report failed throwing NullPointerException invoking getProjects

2006-08-02 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPMULTIPROJECT-69?page=comments#action_71400 ] Lukas Theussl commented on MPMULTIPROJECT-69: - We'll need more information to reproduce this (eg what's in the parent pom?). Please try to attach a smal

[jira] Closed: (MAVENUPLOAD-1026) JHighlight 1.0

2006-08-02 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-1026?page=all ] Carlos Sanchez closed MAVENUPLOAD-1026. --- Assignee: Carlos Sanchez Resolution: Fixed > JHighlight 1.0 > -- > > Key: MAVENUPLOAD-1026 > UR

[jira] Closed: (MAVENUPLOAD-1027) Upload Rhino 1.6R3 to ibiblio

2006-08-02 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-1027?page=all ] Carlos Sanchez closed MAVENUPLOAD-1027. --- Assignee: Carlos Sanchez Resolution: Fixed > Upload Rhino 1.6R3 to ibiblio > - > > Key: MAVENUP

[jira] Moved: (MJAR-55) possibility to add arbitrary elements to the manifest classpath

2006-08-02 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MJAR-55?page=all ] Lukas Theussl moved MPJAR-55 to MJAR-55: Workflow: Maven New (was: jira) Key: MJAR-55 (was: MPJAR-55) Project: Maven 2.x Jar Plugin (was: maven-jar-plugin) > possibility to add

[jira] Updated: (MNG-2471) Add search box to the index page

2006-08-02 Thread Marvin King (JIRA)
[ http://jira.codehaus.org/browse/MNG-2471?page=all ] Marvin King updated MNG-2471: - Attachment: index-without-logo-with-mojocodehausoption.html > Add search box to the index page > > > Key: MNG-2471 >

[jira] Updated: (MNG-2471) Add search box to the index page

2006-08-02 Thread Marvin King (JIRA)
[ http://jira.codehaus.org/browse/MNG-2471?page=all ] Marvin King updated MNG-2471: - Attachment: (was: index-without-logo-with-mojocodehausoption.html) > Add search box to the index page > > > Key: MNG-247

[jira] Updated: (MNG-2471) Add search box to the index page

2006-08-02 Thread Marvin King (JIRA)
[ http://jira.codehaus.org/browse/MNG-2471?page=all ] Marvin King updated MNG-2471: - Attachment: site-without-logo-with-mojocodehausoption.css > Add search box to the index page > > > Key: MNG-2471 >

[jira] Updated: (MNG-2471) Add search box to the index page

2006-08-02 Thread Marvin King (JIRA)
[ http://jira.codehaus.org/browse/MNG-2471?page=all ] Marvin King updated MNG-2471: - Attachment: index-without-logo-with-mojocodehausoption.html - applied dennis's suggestion > Add search box to the index page > > >

[jira] Commented: (MNGECLIPSE-77) Add support for WSAD specifics on a J2EE project.

2006-08-02 Thread Andrew Perepelytsya (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-77?page=comments#action_71394 ] Andrew Perepelytsya commented on MNGECLIPSE-77: --- Well, I have the WSAD extensions in the works. You know, it's different from RAD or Eclipse ;) Just a pr

[jira] Updated: (MSUREFIRE-153) Ability to add additions to classpath

2006-08-02 Thread David J. M. Karlsen (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-153?page=all ] David J. M. Karlsen updated MSUREFIRE-153: -- Attachment: SurefirePlugin.java-diff Patch which appends arbritary elements to the surefire classpaths > Ability to add additions to classpat

[jira] Commented: (CONTINUUM-799) One sub module randomly appears twice after adding a parent multi-module

2006-08-02 Thread Sanjiv Jivan (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-799?page=comments#action_71388 ] Sanjiv Jivan commented on CONTINUUM-799: I'm seeing the same behavior. > One sub module randomly appears twice after adding a parent multi-module > ---

[jira] Commented: (CONTINUUM-618) Refresh after "Build Now" create multiple builds

2006-08-02 Thread Bugittaa Pahasti (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-618?page=comments#action_71383 ] Bugittaa Pahasti commented on CONTINUUM-618: I'll get two builds every time I do a forced build, even without refresh. The log has many warnings or errors,

[jira] Created: (MPJAR-55) possibility to add arbitrary elements to the manifest classpath

2006-08-02 Thread Michel Verbist (JIRA)
possibility to add arbitrary elements to the manifest classpath --- Key: MPJAR-55 URL: http://jira.codehaus.org/browse/MPJAR-55 Project: maven-jar-plugin Issue Type: Improvement

[jira] Closed: (MRM-120) change default skin to match Continuum

2006-08-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-120?page=all ] Brett Porter closed MRM-120. Resolution: Fixed restructured to use Maven site layout (css/xhtml). > change default skin to match Continuum > -- > > Key:

[jira] Closed: (MSUREFIREREP-24) Review Plugin Documentation

2006-08-02 Thread Allan Ramirez (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIREREP-24?page=all ] Allan Ramirez closed MSUREFIREREP-24. - Resolution: Fixed Applied Patch. Thanks > Review Plugin Documentation > --- > > Key: MSUREFIREREP-24 >

[jira] Created: (MDEP-31) ERROR: Cannot override read-only parameter: scope in goal: dependency:copy-dependencies

2006-08-02 Thread David J. M. Karlsen (JIRA)
ERROR: Cannot override read-only parameter: scope in goal: dependency:copy-dependencies Key: MDEP-31 URL: http://jira.codehaus.org/browse/MDEP-31 Project: Maven

[jira] Closed: (MRAR-12) Review Plugin Documentation

2006-08-02 Thread Allan Ramirez (JIRA)
[ http://jira.codehaus.org/browse/MRAR-12?page=all ] Allan Ramirez closed MRAR-12. - Resolution: Fixed Applied Patch. Thanks! > Review Plugin Documentation > --- > > Key: MRAR-12 > URL: http://jira.code

[jira] Commented: (MAVENUPLOAD-1024) sigh.. another upload of testng 5.0.1 (please)

2006-08-02 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-1024?page=comments#action_71372 ] Carlos Sanchez commented on MAVENUPLOAD-1024: - actually it's better a zip with the contents of the folder eg. the contents of http://www.ibiblio.org/mave

[jira] Commented: (MDEP-28) Incorregect information on "How to use" web page

2006-08-02 Thread David J. M. Karlsen (JIRA)
[ http://jira.codehaus.org/browse/MDEP-28?page=comments#action_71371 ] David J. M. Karlsen commented on MDEP-28: - Probably not: In the copy-dependencies section the howto (http://maven.apache.org/plugins/maven-dependency-plugin/howto.htm

[jira] Closed: (MJAVADOC-79) Review plugin documentation

2006-08-02 Thread Maria Odea Ching (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-79?page=all ] Maria Odea Ching closed MJAVADOC-79. Resolution: Fixed > Review plugin documentation > --- > > Key: MJAVADOC-79 > URL: http://jira.codeha

[jira] Closed: (MSITE-158) Review and revise plugin documentation

2006-08-02 Thread Maria Odea Ching (JIRA)
[ http://jira.codehaus.org/browse/MSITE-158?page=all ] Maria Odea Ching closed MSITE-158. -- Resolution: Fixed > Review and revise plugin documentation > -- > > Key: MSITE-158 > URL: http

[jira] Closed: (MPLUGIN-23) Review and revise plugin documentation

2006-08-02 Thread Maria Odea Ching (JIRA)
[ http://jira.codehaus.org/browse/MPLUGIN-23?page=all ] Maria Odea Ching closed MPLUGIN-23. --- Resolution: Fixed > Review and revise plugin documentation > -- > > Key: MPLUGIN-23 > URL:

[jira] Created: (MAVENUPLOAD-1027) Upload Rhino 1.6R3 to ibiblio

2006-08-02 Thread Matt Whitlock (JIRA)
Upload Rhino 1.6R3 to ibiblio - Key: MAVENUPLOAD-1027 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1027 Project: maven-upload-requests Issue Type: Task Reporter: Matt Whitlock http://www.mattwhit

[jira] Commented: (MAVEN-1125) ant:java fork issues

2006-08-02 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1125?page=comments#action_71366 ] Arnaud Heritier commented on MAVEN-1125: I 'll have a look at this issue > ant:java fork issues > > > Key: MAVEN-1125 >

[jira] Commented: (MAVEN-1755) Backward Incompability : Usage of xml entities in the POM doesn't work in maven 1.1 beta 1 & 2

2006-08-02 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1755?page=comments#action_71367 ] Arnaud Heritier commented on MAVEN-1755: I'll try them. Thx for the idea. > Backward Incompability : Usage of xml entities in the POM doesn't work in > maven 1.1 b

[jira] Updated: (MANTRUN-55) Review Plugin Documentation

2006-08-02 Thread Franz Allan Valencia See (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-55?page=all ] Franz Allan Valencia See updated MANTRUN-55: Attachment: MANTRUN-55-maven-antrun-plugin-3.patch Changes with MANTRUN-55-maven-antrun-plugin-3.patch In usage.html * maven.dependency.clas

[jira] Updated: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-08-02 Thread Richard van Nieuwenhoven (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=all ] Richard van Nieuwenhoven updated MECLIPSE-137: -- Attachment: maven-rad-plugin.tar.gz sorry that it took so long but i was not at work... this is the tarball with the plugin. some hint

[jira] Commented: (MNG-2471) Add search box to the index page

2006-08-02 Thread Denis Cabasson (JIRA)
[ http://jira.codehaus.org/browse/MNG-2471?page=comments#action_71361 ] Denis Cabasson commented on MNG-2471: - Now, that is a big box!!! Isn't there a way to make the Google logo a bit smaller? (I guess there are legals considerations there)

[jira] Commented: (MNG-2471) Add search box to the index page

2006-08-02 Thread Marvin King (JIRA)
[ http://jira.codehaus.org/browse/MNG-2471?page=comments#action_71353 ] Marvin King commented on MNG-2471: -- the search box will only search within the maven site. > Add search box to the index page > > >

[jira] Created: (MPXDOC-197) report fails if repository is not defined

2006-08-02 Thread Piotr Kania (JIRA)
report fails if repository is not defined - Key: MPXDOC-197 URL: http://jira.codehaus.org/browse/MPXDOC-197 Project: maven-xdoc-plugin Issue Type: Bug Affects Versions: 1.10 Environment: m