My previous question, asked more succinctly:
How can I bundle one of several cas.properties files based on maven
profile?
For example, if I do this:
<profiles>
<profile>
<id>development</id>
<properties>
<environment>development</environment>
</properties>
<build>
<resources>
<resource>
<directory>src/main/resources/development</directory>
</resource>
</resources>
</build>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
my custom cas.properties (which is in src/main/resources/development)
gets put in WEB-INF/classes instead of WEB-INF. The original
cas.properties from the cas-server project gets put in the root of WEB-
INF.
How do I get maven to put cas.properties in the root of WEB-INF?
Maven is a very powerful reminder to me of why I am an enterprise
RubyOnRails developer and not an enterprise java developer.
Cheerio,
Michael Johnston
[EMAIL PROTECTED]
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas