You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2006/04/12 06:17:48 UTC

[jira] Created: (MNG-2223) Interpolation in resources section appears not to work correctly

Interpolation in resources section appears not to work correctly
----------------------------------------------------------------

         Key: MNG-2223
         URL: http://jira.codehaus.org/browse/MNG-2223
     Project: Maven 2
        Type: Bug

    Versions: 2.0.4    
    Reporter: Jason van Zyl


This is captured by it0091 and reported by David Kulp. This might be duplicated because I'm sure I put this in JIRA.

This may specifically be a property which is a boolean value, or a general interpolation problem in the resources section.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.maven.it</groupId>
  <artifactId>maven-core-it0090</artifactId>
  <version>1.0</version>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <type>jar</type>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <properties>
    <filter.resources>true</filter.resources>
    <name>jason</name>
  </properties>
  <build>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <filtering>${filter.resources}</filtering>
      </resource>
    </resources>
  </build>
</project>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MNG-2223) Interpolation in resources section appears not to work correctly

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2223?page=all ]

John Casey updated MNG-2223:
----------------------------

    Fix Version: 2.0.5

> Interpolation in resources section appears not to work correctly
> ----------------------------------------------------------------
>
>          Key: MNG-2223
>          URL: http://jira.codehaus.org/browse/MNG-2223
>      Project: Maven 2
>         Type: Bug

>     Versions: 2.0.4
>     Reporter: Jason van Zyl
>      Fix For: 2.0.5

>
>
> This is captured by it0091 and reported by David Kulp. This might be duplicated because I'm sure I put this in JIRA.
> This may specifically be a property which is a boolean value, or a general interpolation problem in the resources section.
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>org.apache.maven.it</groupId>
>   <artifactId>maven-core-it0090</artifactId>
>   <version>1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>junit</groupId>
>       <artifactId>junit</artifactId>
>       <version>3.8.1</version>
>       <type>jar</type>
>       <scope>test</scope>
>     </dependency>
>   </dependencies>
>   <properties>
>     <filter.resources>true</filter.resources>
>     <name>jason</name>
>   </properties>
>   <build>
>     <resources>
>       <resource>
>         <directory>src/main/resources</directory>
>         <filtering>${filter.resources}</filtering>
>       </resource>
>     </resources>
>   </build>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (MNG-2223) Interpolation in resources section appears not to work correctly

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2223?page=all ]

Brett Porter closed MNG-2223.
-----------------------------

         Assignee: Brett Porter
       Resolution: Duplicate
    Fix Version/s:     (was: 2.0.5)

> Interpolation in resources section appears not to work correctly
> ----------------------------------------------------------------
>
>                 Key: MNG-2223
>                 URL: http://jira.codehaus.org/browse/MNG-2223
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.4
>            Reporter: Jason van Zyl
>         Assigned To: Brett Porter
>
> This is captured by it0091 and reported by David Kulp. This might be duplicated because I'm sure I put this in JIRA.
> This may specifically be a property which is a boolean value, or a general interpolation problem in the resources section.
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>org.apache.maven.it</groupId>
>   <artifactId>maven-core-it0090</artifactId>
>   <version>1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>junit</groupId>
>       <artifactId>junit</artifactId>
>       <version>3.8.1</version>
>       <type>jar</type>
>       <scope>test</scope>
>     </dependency>
>   </dependencies>
>   <properties>
>     <filter.resources>true</filter.resources>
>     <name>jason</name>
>   </properties>
>   <build>
>     <resources>
>       <resource>
>         <directory>src/main/resources</directory>
>         <filtering>${filter.resources}</filtering>
>       </resource>
>     </resources>
>   </build>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira