Do those properties exist in your filter.properties file?
Did you setup <filters>... in your pom.xml as well?

---
Thank You…

Mick Knutson, President

BASE Logic, Inc.
Enterprise Architecture, Design, Mentoring & Agile Consulting
p. (866) BLiNC-411: (254-6241-1)
f. (415) 685-4233

Website: http://baselogic.com
Linked IN: http://linkedin.com/in/mickknutson
Twitter: http://twitter.com/mickknutson
Vacation Rental: http://tahoe.baselogic.com
---



On Fri, Feb 20, 2009 at 3:05 PM, EJ Ciramella <ecirame...@upromise.com>wrote:

>  Hello again list, I'm struggling to get this thing working.
>
> I'm trying my hardest to not process files (for a war project) once to
> the target directory then AGAIN into the final assembly location.
>
> So I'm using mvn assembly:directory but I don't see any of the tokens
> expanded for the files when inside the descriptor, I have something like
> this:
>
>    <fileSet>
>       <directory>src/main/resources/java-properties</directory>
>       <outputDirectory>somedir</outputDirectory>
>       <useStrictFiltering>true</useStrictFiltering>
>       <lineEnding>unix</lineEnding>
>       <filtered>true</filtered>
>       <includes>
>        <include>hibernate.properties</include>
>       </includes>
>    </fileSet>
>
> The resulting hibernate.properties file still has ${stuff} type
> properties left in there.
>
> Any suggestions?
>

Reply via email to