Hi Jochen,

I tried to put back my @ character in my file to filter and changed my pom this 
way:

            <plugin>
                <artifactId>maven-resources-plugin</artifactId>
                <configuration>
                    <delimiters>
                        <delimiter>${*}</delimiter>
                    </delimiters>
                    <useDefaultDelimiters>false</useDefaultDelimiters>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <executions>
                    <execution>
                        <id>make-kit</id>
                        <phase>package</phase>
                        <goals>
                            <goal>single</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <descriptors>
                        
<descriptor>src/main/assembly/install-kit-descriptor.xml</descriptor>
                    </descriptors>
                </configuration>
            </plugin>

Well... didn't work. I still have my ${project.version} variable in my filtered 
file.

As I'm filtering the file through the assembly plugin, maybe I didn't set it up 
correctly, or maybe it doesn't use the resource plugin?

Thanks again.
AA

-----Message d'origine-----
De : Jochen Stiepel [mailto:[email protected]] 
Envoyé : jeudi 2 décembre 2010 11:54
À : Maven Users List
Objet : Re: Assembly filtering syntax - properties not filtered

Hi Antoine,

as far as I can see this is a known bug. I has to do with the default delimiter 
"@".  Please see: http://jira.codehaus.org/browse/MRESOURCES-104

CU,

Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to