am using 2.2.1
Your report say that the fil is not filtered it it contains an @
My problem is that lines started with an @ are not filtered other ones are fine.
<plugin>
<!-- NOTE: We don't need a groupId specification because the group is
org.apache.maven.plugins ...which is assumed by default.
-->
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<filters>
<filter>${basedir}/filter.properties</filter>
</filters>
<descriptors>
<descriptor>assembly-kit.xml</descriptor>
<descriptor>assembly-kitcours.xml</descriptor>
<descriptor>assembly-kitoutils.xml</descriptor>
<descriptor>assembly-kitpdf.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>make-assembly</id> <!-- this is used for inheritance merges -->
<phase>package</phase> <!-- bind to the packaging phase -->
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
----- Mail original -----
De: "Marc Rohlfs" <[email protected]>
À: "Maven Users List" <[email protected]>
Envoyé: Jeudi 21 Avril 2011 11:07:20
Objet: Re: Only partial filtering of .bat with assembly
Which version of the plugin do You use? I filed a bug report for this
problem and it was solved with the plugin version 2.2.1.
See: http://jira.codehaus.org/browse/MASSEMBLY-528
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]