jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Maven 2.x Resources Plugin
  • Maven 2.x Resources Plugin
  • MRESOURCES-23

Review Plugin Documentation

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Task Task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    4
  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    MRESOURCES-23-maven-resources-plugin.patch
    17/Jul/06 9:13 PM
    21 kB
    Franz Allan Valencia See
  2. Text File
    MRESOURCES-23-maven-resources-plugin-2.2.patch
    18/Jul/06 9:46 PM
    10 kB
    Franz Allan Valencia See
  3. Text File
    MRESOURCES-23-maven-resources-plugin-2.3.patch
    31/Jul/06 8:36 PM
    9 kB
    Franz Allan Valencia See
  4. Text File
    MRESOURCES-23-maven-resources-plugin-2.patch
    18/Jul/06 5:47 AM
    2 kB
    Franz Allan Valencia See

Issue Links

is depended upon by

Improvement - An improvement or enhancement to an existing feature or task. MRESOURCES-33 testResources & testResource were not mentioned in the docck-acceptable maven-resources-plugin documentation

  • Minor - Minor loss of function, or other problem where easy workaround is present.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Franz Allan Valencia See added a comment - 17/Jul/06 8:59 PM

Good day,

This patch documents MRESOUCES-23 (capable of passing docck:plugin). May I ask you guys to review it so that I can edit the patch accordingly. Thanks.

Franz

Show
Franz Allan Valencia See added a comment - 17/Jul/06 8:59 PM Good day, This patch documents MRESOUCES-23 (capable of passing docck:plugin). May I ask you guys to review it so that I can edit the patch accordingly. Thanks. Franz
Hide
Permalink
Allan Ramirez added a comment - 17/Jul/06 9:31 PM

Hi there,

Thanks for the patch

Show
Allan Ramirez added a comment - 17/Jul/06 9:31 PM Hi there, Thanks for the patch
Hide
Permalink
Allan Ramirez added a comment - 18/Jul/06 12:46 AM

Applied patch and placed your docs in http://people.apache.org/~aramirez/maven-resources-plugin/ for your staging site.

Show
Allan Ramirez added a comment - 18/Jul/06 12:46 AM Applied patch and placed your docs in http://people.apache.org/~aramirez/maven-resources-plugin/ for your staging site.
Hide
Permalink
Franz Allan Valencia See added a comment - 18/Jul/06 5:47 AM

In index.html
changed "This, thus, allows the separation ..." to "Thus, this allows the separation... "
(reported by Edwin Punzalan)

In encoding.html
changed "<encoding>UTF-8</aggregate>" to "<encoding>UTF-8</encoding>"
(reported by Edwin Punzalan)

In FAQ.html
changed "The Maven Resource Plugin only allwos encoding values..." to "The Maven Resource Plugin only allows encoding values..."

Show
Franz Allan Valencia See added a comment - 18/Jul/06 5:47 AM In index.html changed "This, thus, allows the separation ..." to "Thus, this allows the separation... " (reported by Edwin Punzalan) In encoding.html changed "<encoding>UTF-8</aggregate>" to "<encoding>UTF-8</encoding>" (reported by Edwin Punzalan) In FAQ.html changed "The Maven Resource Plugin only allwos encoding values..." to "The Maven Resource Plugin only allows encoding values..."
Hide
Permalink
Franz Allan Valencia See added a comment - 18/Jul/06 9:46 PM

In the whole documentation
changed "main code" to "main source code"
changed all similar occurence of "copy or transfer" to "copy"

In index.html
changed "This, thus, allows the separation ..." to "Thus, this allows the separation... "
(reported by Edwin Punzalan)

changed "Resources are categorized into two" to "Resources come in two"
changed all occurences of "resources of" to "resources for"
changed "Javadoc Plugin" to "Resources Plugin"
(reported by Dennis Lundberg)

In encoding.html
changed "<encoding>UTF-8</aggregate>" to "<encoding>UTF-8</encoding>"
(reported by Edwin Punzalan)

In FAQ.html
changed "The Maven Resource Plugin only allwos encoding values..." to "The Maven Resource Plugin only allows encoding values..."
(reported by Dennis Lundberg)

In filter.html
changed "we can sdo so" to "we can do so"
(reported by Dennis Lundberg)

changed "$... delimeters" to "$

{...}

delimiters"

In include-exclude.html
changed "And to excludes a resource" to "And to exclude a resource"
changed "need to add an exclude tag" to "need to add an excludes tag"
changed "non-resource file #1" to "non-resource file #2", "non-resource file #3", and "non-resource file #n"
(reported by Dennis Lundberg)

changed "To include a file" to "To include a resource"

In ResourcesMojo.java
changed "Copy application resources" to "Copy resources for the main source code to the main output directory"

In site.xml
changed all occurences of "Maven Resource Report" to "Maven Resource Plugin"
(reported by Dennis Lundberg)

In TestResourcesMojo.java
changed "Copy test resources" to "Copy resources for the test source code to the test output directory."

Show
Franz Allan Valencia See added a comment - 18/Jul/06 9:46 PM In the whole documentation changed "main code" to "main source code" changed all similar occurence of "copy or transfer" to "copy" In index.html changed "This, thus, allows the separation ..." to "Thus, this allows the separation... " (reported by Edwin Punzalan) changed "Resources are categorized into two" to "Resources come in two" changed all occurences of "resources of" to "resources for" changed "Javadoc Plugin" to "Resources Plugin" (reported by Dennis Lundberg) In encoding.html changed "<encoding>UTF-8</aggregate>" to "<encoding>UTF-8</encoding>" (reported by Edwin Punzalan) In FAQ.html changed "The Maven Resource Plugin only allwos encoding values..." to "The Maven Resource Plugin only allows encoding values..." (reported by Dennis Lundberg) In filter.html changed "we can sdo so" to "we can do so" (reported by Dennis Lundberg) changed "$... delimeters" to "$ {...} delimiters" In include-exclude.html changed "And to excludes a resource" to "And to exclude a resource" changed "need to add an exclude tag" to "need to add an excludes tag" changed "non-resource file #1" to "non-resource file #2", "non-resource file #3", and "non-resource file #n" (reported by Dennis Lundberg) changed "To include a file" to "To include a resource" In ResourcesMojo.java changed "Copy application resources" to "Copy resources for the main source code to the main output directory" In site.xml changed all occurences of "Maven Resource Report" to "Maven Resource Plugin" (reported by Dennis Lundberg) In TestResourcesMojo.java changed "Copy test resources" to "Copy resources for the test source code to the test output directory."
Hide
Permalink
Allan Ramirez added a comment - 26/Jul/06 10:30 PM

Docs are reviewed and applied to svn

Show
Allan Ramirez added a comment - 26/Jul/06 10:30 PM Docs are reviewed and applied to svn
Hide
Permalink
Franz Allan Valencia See added a comment - 31/Jul/06 8:36 PM

Changes with MRESOURCES-23-maven-resources-plugin-2.3.patch

In site.xml
Switched the arrangement of the "Goals" menu item and the "Usage" menu item (to follow the plugin documentation guidelines, [1])
Updated the Licensing Agreement based on [1]

In *.apt
Added the Licensing Agreement based on [1]

In faq.fml
Added the Licensing Agreement based on [1]

[1] http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Documentation

Show
Franz Allan Valencia See added a comment - 31/Jul/06 8:36 PM Changes with MRESOURCES-23 -maven-resources-plugin-2.3.patch In site.xml Switched the arrangement of the "Goals" menu item and the "Usage" menu item (to follow the plugin documentation guidelines, [1] ) Updated the Licensing Agreement based on [1] In *.apt Added the Licensing Agreement based on [1] In faq.fml Added the Licensing Agreement based on [1] [1] http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Documentation

People

  • Assignee:
    Allan Ramirez
    Reporter:
    Allan Ramirez
Vote (0)
Watch (1)

Dates

  • Due:
    10/Jul/06
    Created:
    05/Jul/06 4:28 AM
    Updated:
    22/Sep/06 5:46 AM
    Resolved:
    26/Jul/06 10:30 PM

Time Tracking

Estimated:
13h
Original Estimate - 13 hours
Remaining:
11h
Time Spent - 2 hours Remaining Estimate - 11 hours
Logged:
2h
Time Spent - 2 hours Remaining Estimate - 11 hours
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.