An artifact is by definition one file. So the short answer: no.

However, you can pack all of your XML files into one project using the
assembly plugin. This is conceptually more concise anyway, since it
decouples your EAR from the JBoss configuration files. Anyway, try this:
http://maven.apache.org/plugins/maven-assembly-plugin/howto.html

Specifically, the assemble and unpack goals.

Eric

On 9/19/06, J-C Walmetz <[EMAIL PROTECTED]> wrote:

Hi,

  My final application is made of an EAR and several XML configuration
files (such as Datasource configuration, JMS topics and queues, ...).

  I'd like to have only one artifacts to deploy in JBoss. This artifacts
will physically made of the EAR build using the EAR plugins and several XML
configuration files.

  I have no idea if that's possible and how to do that ! Any suggestions
are welcome.

  The only solution I see is to have one artifact per XML and one more the
EAR. I'm not happy with that solution.

  Is it possible to have several physiscal file for only one artifact ?





---------------------------------
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le
sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos
opinions et vos expériences. Cliquez ici.




--
Eric Redmond
http://codehaus.org/~eredmond

Reply via email to