You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wendy Smoak <ws...@gmail.com> on 2005/12/09 20:04:30 UTC

[m2] What patterns work for filtering?

The docs [0] say Maven will filter properties such as
${pom.finalName}, which is fine.  But either I'm imagining things, or
it also works with
   ACCOUNT_PATH=@accountPath@
and
         <properties>
            <accountPath>/db/udt/test/bentest</accountPath>
         </properties>
in a profile [1] in pom.xml.

Can someone confirm or deny?  Thanks. :)

[0] http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20filter%20resource%20files?
[1] http://maven.apache.org/guides/introduction/introduction-to-profiles.html

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org