Hi,

We are using maven2, JBoss 5 and Hibernate with the file persistence.xml
according to the specifications.

In the file persistence.xml we have to list the jar files like it:
    <jar-file>./activity-bo-1.0.0-SNAPSHOT.jar</jar-file>
    <jar-file>./core-bo-1.0.0-SNAPSHOT.jar</jar-file>

These jar files appear in persistence.xml with their version (1.0.0-SNAPSHOT
in this case).

Is it a way to automatically generate the list of the jar files to avoid
having to manually edit the file persistence.xml each time there is a new
version of the jar files (e.g. using the maven-ejb-plugin)?

Thank you for your help
J.-Claude
-- 
View this message in context: 
http://www.nabble.com/maven-ear-plugin-or-maven-ejb-plugin-and-persistence.xml-tp23160597p23160597.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to