Here's a sample:
 <properties>
        <cas.version>3.5.2.1</cas.version>
        <junit.version>4.10</junit.version>

        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
       
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    </properties>

It's a child of the <project> node, like <build> or <dependencies> The
latter two help with build warnings.

---
*John Gasper*
IAM Consultant
Unicon, Inc.
PGP/GPG Key: 0xbafee3ef

On 10/13/14 10:55 AM, Roger wrote:
> Hello,
>
> This is probably the dumbest question ever asked on this list...but I
> have Googled high and low with no answer.  I've also tried setting
> this in the cas.properties, but it still failed.
>
> Where in the world do I set the ${cas.version} value??
>
> mvn package fails with this in the pom.xml:
> <dependency>
>         <groupId>org.jasig.cas</groupId>
>         <artifactId>cas-server-webapp</artifactId>
>         <version>${cas.version}</version>
>         <type>war</type>
>         <scope>runtime</scope>
>  </dependency>
>
>
> If I hard code the cas.version as 3.5.2.1, then mvn package command
> works...
>
> Thanks,
> Roger
>


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to