How can I Customize $(project.compileClasspathElement) in Maven?

Posted by zbdiablo on Stack Overflow See other posts from Stack Overflow or by zbdiablo
Published on 2010-04-15T09:30:46Z Indexed on 2010/04/15 9:33 UTC
Read the original article Hit count: 199

Filed under:

As is known, in maven, expression '$(project.compileClasspathElement)' stand for a list of classpath . Then, how can i define my own expression in pom.xml to contain a list of classpath?

© Stack Overflow or respective owner

Related posts about maven