Wendy Smoak schrieb:
I need it for SE-JPA. I have a model core-jpa and for child module i need in persistence.xml for element <jar-file></jar-file> the core-jpa.jar and this core-jpa is in repository. The JPA search not in classpath, i must it setting.

Alexandre Vaysberg.
On Wed, Aug 27, 2008 at 4:08 AM, Alexander Vaysberg <[EMAIL PROTECTED]> wrote:
i have a problem with maven. I need in pom the local repository path. Can i
it have?
<properties>
 <repo-jar>${settings.localRepository}/xxx/xx.jar
</properties>??

The location of the local repo is developer-specific, so it belongs in
settings.xml, not in the pom.

You might be able to get to it with an implicit property
${settings...} but I'm curious what you're trying to accomplish that
you need this in the pom?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to