You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by thorsten maus <ma...@pirack.com> on 2004/02/15 11:42:13 UTC

jboss -- configuration services

hi ...

how to i tell the ear plugin to integrate

jboss-service.xml
postgres-ds.xml

into its package ???



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: jboss -- configuration services

Posted by "matthew.hawthorne" <ma...@apache.org>.
thorsten maus wrote:
> how to i tell the ear plugin to integrate
> 
> jboss-service.xml
> postgres-ds.xml
> 
> into its package ???


I added a postGoal to ear:ear in my maven.xml that updates the ear with 
these files.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: jboss -- configuration services

Posted by Tim Chen <tc...@tampabay.rr.com>.
There are several ways.
The easiest is probably to define these as dependencies.
Another way that I've done it is to have them generated in the correct
location for the artifact plugin (this location changes based on what
kind of artifact you are building) to pick them up.
Don't know what best 'maven' practice would be here.

Tim Chen
tchen@tampabay.rr.com


-----Original Message-----
From: thorsten maus [mailto:maus@pirack.com] 
Sent: Sunday, February 15, 2004 5:42 AM
To: Maven Users List
Subject: jboss -- configuration services



hi ...

how to i tell the ear plugin to integrate

jboss-service.xml
postgres-ds.xml

into its package ???



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org