Uploaded image for project: 'Maven Resources Plugin'
  1. Maven Resources Plugin
  2. MRESOURCES-134

EspaceString doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.5
    • None
    • escape string
    • None
    • maven 2.2.1

    Description

      if I configure the maven-resource-plugin in order to escape a delimiter in a comment, the escapeString is not removed in the target.

      src/main/resources/properties/test.properties
      #%comment to espace:§@toto
      question=@message@
      
      pom.xml
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
         <version>2.5-SNAPSHOT</version>
         <configuration>
           <escapeString>§</escapeString>
         </configuration>  
       </plugin>
      
      target/classes/properties/test.properties
      #%comment to espace:§@toto
      question=A nice message...
      

      Attachments

        1. maven-resources-plugin-EscapeString.zip
          1 kB
          Sanlaville Rémy
        2. MRESOURCES-134.zip
          2 kB
          dennislundberg

        Activity

          People

            olamy Olivier Lamy
            sanlavre Sanlaville Rémy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: