Can someone explain the ivy.xml dependency's conf attribute?
Posted
by tieTYT
on Stack Overflow
See other posts from Stack Overflow
or by tieTYT
Published on 2009-03-16T23:36:11Z
Indexed on
2010/05/04
17:18 UTC
Read the original article
Hit count: 378
I can't find any thorough explanation of the ivy dependency tag's conf attribute:
<dependency org="hibernate" name="hibernate" rev="3.1.3" conf="runtime, standalone -> runtime(*)"/>
See that conf attribute? I can't find any explanation (that I can understand) about the right hand side of the -> symbol. PLEASE keep in mind I don't know the first thing about maven so please explain this attribute with that consideration.
Yes, I've already looked at this: http://ant.apache.org/ivy/history/latest-release/ivyfile/dependency.html
Thanks, Dan
© Stack Overflow or respective owner