You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by xing93111 <xi...@gmail.com> on 2008/05/12 22:30:48 UTC

CAS module

Hi there,

I am new in using Maven. My source code uses CAS repository
(http://repo1.maven.org/maven2/cas/). However, when I run 'mvn package'
command, maven says: 

"...... package edu.yale.its.tp.cas.client does not exist"

If it is "settings.xml" problem, How do I add the CAS repository or profile
in it?

Thank you very much
-- 
View this message in context: http://www.nabble.com/CAS-module-tp17189970p17189970.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: CAS module

Posted by Dennis Lundberg <de...@apache.org>.
Did you add the cas client as a dependency in your project's POM?

See 
http://maven.apache.org/guides/getting-started/index.html#How_do_I_use_external_dependencies 
for more info on dependencies.

xing93111 wrote:
> Hi there,
> 
> I am new in using Maven. My source code uses CAS repository
> (http://repo1.maven.org/maven2/cas/). However, when I run 'mvn package'
> command, maven says: 
> 
> "...... package edu.yale.its.tp.cas.client does not exist"
> 
> If it is "settings.xml" problem, How do I add the CAS repository or profile
> in it?
> 
> Thank you very much


-- 
Dennis Lundberg

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